publicstaticfinalclass CommitResponse.BuilderextendsGeneratedMessageV3.Builder<CommitResponse.Builder>implementsCommitResponseOrBuilder
The response for Datastore.Commit.
Protobuf type google.datastore.v1.CommitResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addAllMutationResults(Iterable<? extends MutationResult> values)
publicCommitResponse.BuilderaddAllMutationResults(Iterable<?extendsMutationResult>values)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.datastore.v1.MutationResult>
|
addMutationResults(MutationResult value)
publicCommitResponse.BuilderaddMutationResults(MutationResultvalue)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
addMutationResults(MutationResult.Builder builderForValue)
publicCommitResponse.BuilderaddMutationResults(MutationResult.BuilderbuilderForValue)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
addMutationResults(int index, MutationResult value)
publicCommitResponse.BuilderaddMutationResults(intindex,MutationResultvalue)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
addMutationResults(int index, MutationResult.Builder builderForValue)
publicCommitResponse.BuilderaddMutationResults(intindex,MutationResult.BuilderbuilderForValue)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
addMutationResultsBuilder()
publicMutationResult.BuilderaddMutationResultsBuilder()
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
addMutationResultsBuilder(int index)
publicMutationResult.BuilderaddMutationResultsBuilder(intindex)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Parameter |
| Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCommitResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCommitResponsebuild()
buildPartial()
publicCommitResponsebuildPartial()
clear()
publicCommitResponse.Builderclear()
Overrides
clearCommitTime()
publicCommitResponse.BuilderclearCommitTime()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
clearField(Descriptors.FieldDescriptor field)
publicCommitResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearIndexUpdates()
publicCommitResponse.BuilderclearIndexUpdates()
The number of index entries updated during the commit, or zero if none were
updated.
int32 index_updates = 4;
clearMutationResults()
publicCommitResponse.BuilderclearMutationResults()
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
publicCommitResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicCommitResponse.Builderclone()
Overrides
getCommitTime()
publicTimestampgetCommitTime()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
| Returns |
| Type |
Description |
Timestamp |
The commitTime.
|
getCommitTimeBuilder()
publicTimestamp.BuildergetCommitTimeBuilder()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
getCommitTimeOrBuilder()
publicTimestampOrBuildergetCommitTimeOrBuilder()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
getDefaultInstanceForType()
publicCommitResponsegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getIndexUpdates()
publicintgetIndexUpdates()
The number of index entries updated during the commit, or zero if none were
updated.
int32 index_updates = 4;
| Returns |
| Type |
Description |
int |
The indexUpdates.
|
getMutationResults(int index)
publicMutationResultgetMutationResults(intindex)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Parameter |
| Name |
Description |
index |
int
|
getMutationResultsBuilder(int index)
publicMutationResult.BuildergetMutationResultsBuilder(intindex)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Parameter |
| Name |
Description |
index |
int
|
getMutationResultsBuilderList()
publicList<MutationResult.Builder>getMutationResultsBuilderList()
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
getMutationResultsCount()
publicintgetMutationResultsCount()
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Returns |
| Type |
Description |
int |
getMutationResultsList()
publicList<MutationResult>getMutationResultsList()
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
getMutationResultsOrBuilder(int index)
publicMutationResultOrBuildergetMutationResultsOrBuilder(intindex)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Parameter |
| Name |
Description |
index |
int
|
getMutationResultsOrBuilderList()
publicList<?extendsMutationResultOrBuilder>getMutationResultsOrBuilderList()
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Returns |
| Type |
Description |
List<? extends com.google.datastore.v1.MutationResultOrBuilder> |
hasCommitTime()
publicbooleanhasCommitTime()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
| Returns |
| Type |
Description |
boolean |
Whether the commitTime field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeCommitTime(Timestamp value)
publicCommitResponse.BuildermergeCommitTime(Timestampvalue)
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
mergeFrom(CommitResponse other)
publicCommitResponse.BuildermergeFrom(CommitResponseother)
publicCommitResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCommitResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCommitResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
removeMutationResults(int index)
publicCommitResponse.BuilderremoveMutationResults(intindex)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
| Parameter |
| Name |
Description |
index |
int
|
setCommitTime(Timestamp value)
publicCommitResponse.BuildersetCommitTime(Timestampvalue)
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
setCommitTime(Timestamp.Builder builderForValue)
publicCommitResponse.BuildersetCommitTime(Timestamp.BuilderbuilderForValue)
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
publicCommitResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setIndexUpdates(int value)
publicCommitResponse.BuildersetIndexUpdates(intvalue)
The number of index entries updated during the commit, or zero if none were
updated.
int32 index_updates = 4;
| Parameter |
| Name |
Description |
value |
int
The indexUpdates to set.
|
setMutationResults(int index, MutationResult value)
publicCommitResponse.BuildersetMutationResults(intindex,MutationResultvalue)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
setMutationResults(int index, MutationResult.Builder builderForValue)
publicCommitResponse.BuildersetMutationResults(intindex,MutationResult.BuilderbuilderForValue)
The result of performing the mutations.
The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCommitResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCommitResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides