Uses of Class
com.google.datastore.v1.CommitRequest.Builder
-
Uses of CommitRequest.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return CommitRequest.BuilderModifier and TypeMethodDescriptionCommitRequest.Builder.addAllMutations(Iterable<? extends Mutation> values) The mutations to perform.CommitRequest.Builder.addMutations(int index, Mutation value) The mutations to perform.CommitRequest.Builder.addMutations(int index, Mutation.Builder builderForValue) The mutations to perform.CommitRequest.Builder.addMutations(Mutation value) The mutations to perform.CommitRequest.Builder.addMutations(Mutation.Builder builderForValue) The mutations to perform.CommitRequest.Builder.clear()CommitRequest.Builder.clearDatabaseId()The ID of the database against which to make the request.CommitRequest.Builder.clearMode()The type of commit to perform.CommitRequest.Builder.clearMutations()The mutations to perform.CommitRequest.Builder.clearProjectId()Required.CommitRequest.Builder.clearSingleUseTransaction()Options for beginning a new transaction for this request.CommitRequest.Builder.clearTransaction()The identifier of the transaction associated with the commit.CommitRequest.Builder.clearTransactionSelector()CommitRequest.Builder.mergeFrom(CommitRequest other) CommitRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommitRequest.Builder.mergeFrom(com.google.protobuf.Message other) CommitRequest.Builder.mergeSingleUseTransaction(TransactionOptions value) Options for beginning a new transaction for this request.static CommitRequest.BuilderCommitRequest.newBuilder()static CommitRequest.BuilderCommitRequest.newBuilder(CommitRequest prototype) CommitRequest.newBuilderForType()protected CommitRequest.BuilderCommitRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommitRequest.Builder.removeMutations(int index) The mutations to perform.CommitRequest.Builder.setDatabaseId(String value) The ID of the database against which to make the request.CommitRequest.Builder.setDatabaseIdBytes(com.google.protobuf.ByteString value) The ID of the database against which to make the request.CommitRequest.Builder.setMode(CommitRequest.Mode value) The type of commit to perform.CommitRequest.Builder.setModeValue(int value) The type of commit to perform.CommitRequest.Builder.setMutations(int index, Mutation value) The mutations to perform.CommitRequest.Builder.setMutations(int index, Mutation.Builder builderForValue) The mutations to perform.CommitRequest.Builder.setProjectId(String value) Required.CommitRequest.Builder.setProjectIdBytes(com.google.protobuf.ByteString value) Required.CommitRequest.Builder.setSingleUseTransaction(TransactionOptions value) Options for beginning a new transaction for this request.CommitRequest.Builder.setSingleUseTransaction(TransactionOptions.Builder builderForValue) Options for beginning a new transaction for this request.CommitRequest.Builder.setTransaction(com.google.protobuf.ByteString value) The identifier of the transaction associated with the commit.CommitRequest.toBuilder()