Uses of Class
com.google.datastore.v1.CommitResponse.Builder
-
Uses of CommitResponse.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return CommitResponse.BuilderModifier and TypeMethodDescriptionCommitResponse.Builder.addAllMutationResults(Iterable<? extends MutationResult> values) The result of performing the mutations.CommitResponse.Builder.addMutationResults(int index, MutationResult value) The result of performing the mutations.CommitResponse.Builder.addMutationResults(int index, MutationResult.Builder builderForValue) The result of performing the mutations.CommitResponse.Builder.addMutationResults(MutationResult value) The result of performing the mutations.CommitResponse.Builder.addMutationResults(MutationResult.Builder builderForValue) The result of performing the mutations.CommitResponse.Builder.clear()CommitResponse.Builder.clearCommitTime()The transaction commit timestamp.CommitResponse.Builder.clearIndexUpdates()The number of index entries updated during the commit, or zero if none were updated.CommitResponse.Builder.clearMutationResults()The result of performing the mutations.CommitResponse.Builder.mergeCommitTime(com.google.protobuf.Timestamp value) The transaction commit timestamp.CommitResponse.Builder.mergeFrom(CommitResponse other) CommitResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommitResponse.Builder.mergeFrom(com.google.protobuf.Message other) static CommitResponse.BuilderCommitResponse.newBuilder()static CommitResponse.BuilderCommitResponse.newBuilder(CommitResponse prototype) CommitResponse.newBuilderForType()protected CommitResponse.BuilderCommitResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommitResponse.Builder.removeMutationResults(int index) The result of performing the mutations.CommitResponse.Builder.setCommitTime(com.google.protobuf.Timestamp value) The transaction commit timestamp.CommitResponse.Builder.setCommitTime(com.google.protobuf.Timestamp.Builder builderForValue) The transaction commit timestamp.CommitResponse.Builder.setIndexUpdates(int value) The number of index entries updated during the commit, or zero if none were updated.CommitResponse.Builder.setMutationResults(int index, MutationResult value) The result of performing the mutations.CommitResponse.Builder.setMutationResults(int index, MutationResult.Builder builderForValue) The result of performing the mutations.CommitResponse.toBuilder()