MutationResult.Builder |
CommitResponse.Builder.addMutationResultsBuilder() |
The result of performing the mutations.
|
MutationResult.Builder |
CommitResponse.Builder.addMutationResultsBuilder(int index) |
The result of performing the mutations.
|
MutationResult.Builder |
MutationResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
MutationResult.Builder |
MutationResult.Builder.clear() |
|
MutationResult.Builder |
MutationResult.Builder.clearConflictDetected() |
Whether a conflict was detected for this mutation.
|
MutationResult.Builder |
MutationResult.Builder.clearCreateTime() |
The create time of the entity.
|
MutationResult.Builder |
MutationResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
MutationResult.Builder |
MutationResult.Builder.clearKey() |
The automatically allocated key.
|
MutationResult.Builder |
MutationResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
MutationResult.Builder |
MutationResult.Builder.clearUpdateTime() |
The update time of the entity on the server after processing the mutation.
|
MutationResult.Builder |
MutationResult.Builder.clearVersion() |
The version of the entity on the server after processing the mutation.
|
MutationResult.Builder |
MutationResult.Builder.clone() |
|
MutationResult.Builder |
CommitResponse.Builder.getMutationResultsBuilder(int index) |
The result of performing the mutations.
|
MutationResult.Builder |
MutationResult.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) |
The create time of the entity.
|
MutationResult.Builder |
MutationResult.Builder.mergeFrom(MutationResult other) |
|
MutationResult.Builder |
MutationResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
MutationResult.Builder |
MutationResult.Builder.mergeFrom(com.google.protobuf.Message other) |
|
MutationResult.Builder |
MutationResult.Builder.mergeKey(Key value) |
The automatically allocated key.
|
MutationResult.Builder |
MutationResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
MutationResult.Builder |
MutationResult.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) |
The update time of the entity on the server after processing the mutation.
|
static MutationResult.Builder |
MutationResult.newBuilder() |
|
static MutationResult.Builder |
MutationResult.newBuilder(MutationResult prototype) |
|
MutationResult.Builder |
MutationResult.newBuilderForType() |
|
protected MutationResult.Builder |
MutationResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
MutationResult.Builder |
MutationResult.Builder.setConflictDetected(boolean value) |
Whether a conflict was detected for this mutation.
|
MutationResult.Builder |
MutationResult.Builder.setCreateTime(com.google.protobuf.Timestamp value) |
The create time of the entity.
|
MutationResult.Builder |
MutationResult.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The create time of the entity.
|
MutationResult.Builder |
MutationResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
MutationResult.Builder |
MutationResult.Builder.setKey(Key value) |
The automatically allocated key.
|
MutationResult.Builder |
MutationResult.Builder.setKey(Key.Builder builderForValue) |
The automatically allocated key.
|
MutationResult.Builder |
MutationResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
MutationResult.Builder |
MutationResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
MutationResult.Builder |
MutationResult.Builder.setUpdateTime(com.google.protobuf.Timestamp value) |
The update time of the entity on the server after processing the mutation.
|
MutationResult.Builder |
MutationResult.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The update time of the entity on the server after processing the mutation.
|
MutationResult.Builder |
MutationResult.Builder.setVersion(long value) |
The version of the entity on the server after processing the mutation.
|
MutationResult.Builder |
MutationResult.toBuilder() |
|