Uses of Class
com.google.datastore.v1.Mutation
-
Packages that use Mutation Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.datastore.v1 -
-
Uses of Mutation in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return types with arguments of type Mutation Modifier and Type Method Description protected List<Mutation>BaseDatastoreBatchWriter. toMutationPbList() -
Uses of Mutation in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Mutation Modifier and Type Method Description MutationMutation.Builder. build()MutationMutation.Builder. buildPartial()static MutationMutation. getDefaultInstance()MutationMutation.Builder. getDefaultInstanceForType()MutationMutation. getDefaultInstanceForType()MutationCommitRequest.Builder. getMutations(int index)The mutations to perform.MutationCommitRequest. getMutations(int index)The mutations to perform.MutationCommitRequestOrBuilder. getMutations(int index)The mutations to perform.static MutationMutation. parseDelimitedFrom(InputStream input)static MutationMutation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationMutation. parseFrom(byte[] data)static MutationMutation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationMutation. parseFrom(com.google.protobuf.ByteString data)static MutationMutation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationMutation. parseFrom(com.google.protobuf.CodedInputStream input)static MutationMutation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationMutation. parseFrom(InputStream input)static MutationMutation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutationMutation. parseFrom(ByteBuffer data)static MutationMutation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.datastore.v1 that return types with arguments of type Mutation Modifier and Type Method Description List<Mutation>CommitRequest.Builder. getMutationsList()The mutations to perform.List<Mutation>CommitRequest. getMutationsList()The mutations to perform.List<Mutation>CommitRequestOrBuilder. getMutationsList()The mutations to perform.com.google.protobuf.Parser<Mutation>Mutation. getParserForType()static com.google.protobuf.Parser<Mutation>Mutation. parser()Methods in com.google.datastore.v1 with parameters of type Mutation Modifier and Type Method Description CommitRequest.BuilderCommitRequest.Builder. addMutations(int index, Mutation value)The mutations to perform.CommitRequest.BuilderCommitRequest.Builder. addMutations(Mutation value)The mutations to perform.Mutation.BuilderMutation.Builder. mergeFrom(Mutation other)static Mutation.BuilderMutation. newBuilder(Mutation prototype)CommitRequest.BuilderCommitRequest.Builder. setMutations(int index, Mutation value)The mutations to perform.Method parameters in com.google.datastore.v1 with type arguments of type Mutation Modifier and Type Method Description CommitRequest.BuilderCommitRequest.Builder. addAllMutations(Iterable<? extends Mutation> values)The mutations to perform.
-