public interface PreconditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditionTypeCase()
public abstract Precondition.ConditionTypeCase getConditionTypeCase()| Returns | |
|---|---|
| Type | Description | 
| Precondition.ConditionTypeCase | |
getExists()
public abstract boolean getExists() When set to true, the target document must exist.
 When set to false, the target document must not exist.
 bool exists = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The exists. | 
getUpdateTime()
public abstract Timestamp getUpdateTime()When set, the target document must exist and have been last updated at that time. Timestamp must be microsecond aligned.
 .google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()When set, the target document must exist and have been last updated at that time. Timestamp must be microsecond aligned.
 .google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasExists()
public abstract boolean hasExists() When set to true, the target document must exist.
 When set to false, the target document must not exist.
 bool exists = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the exists field is set. | 
hasUpdateTime()
public abstract boolean hasUpdateTime()When set, the target document must exist and have been last updated at that time. Timestamp must be microsecond aligned.
 .google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. |