public interface PreconditionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Precondition.ConditionTypeCase |
getConditionTypeCase() |
boolean |
getExists()
When set to `true`, the target document must exist.
|
Timestamp |
getUpdateTime()
When set, the target document must exist and have been last updated at
that time.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
When set, the target document must exist and have been last updated at
that time.
|
boolean |
hasUpdateTime()
When set, the target document must exist and have been last updated at
that time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean getExists()
When set to `true`, the target document must exist. When set to `false`, the target document must not exist.
bool exists = 1;boolean hasUpdateTime()
When set, the target document must exist and have been last updated at that time.
.google.protobuf.Timestamp update_time = 2;Timestamp getUpdateTime()
When set, the target document must exist and have been last updated at that time.
.google.protobuf.Timestamp update_time = 2;TimestampOrBuilder getUpdateTimeOrBuilder()
When set, the target document must exist and have been last updated at that time.
.google.protobuf.Timestamp update_time = 2;Precondition.ConditionTypeCase getConditionTypeCase()