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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommitRequest.Builder.clear()CommitRequest.Builder.clearDatabaseId()The ID of the database against which to make the request.CommitRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommitRequest.Builder.clearMode()The type of commit to perform.CommitRequest.Builder.clearMutations()The mutations to perform.CommitRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()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.final CommitRequest.BuilderCommitRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CommitRequest.BuilderCommitRequest.newBuilder()static CommitRequest.BuilderCommitRequest.newBuilder(CommitRequest prototype) CommitRequest.newBuilderForType()protected CommitRequest.BuilderCommitRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final CommitRequest.BuilderCommitRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommitRequest.toBuilder()