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 Mutation
Mutation.Builder. build()
Mutation
Mutation.Builder. buildPartial()
static Mutation
Mutation. getDefaultInstance()
Mutation
Mutation.Builder. getDefaultInstanceForType()
Mutation
Mutation. getDefaultInstanceForType()
Mutation
CommitRequest.Builder. getMutations(int index)
The mutations to perform.Mutation
CommitRequest. getMutations(int index)
The mutations to perform.Mutation
CommitRequestOrBuilder. getMutations(int index)
The mutations to perform.static Mutation
Mutation. parseDelimitedFrom(InputStream input)
static Mutation
Mutation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(byte[] data)
static Mutation
Mutation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(com.google.protobuf.ByteString data)
static Mutation
Mutation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(com.google.protobuf.CodedInputStream input)
static Mutation
Mutation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(InputStream input)
static Mutation
Mutation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Mutation
Mutation. parseFrom(ByteBuffer data)
static Mutation
Mutation. 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.Builder
CommitRequest.Builder. addMutations(int index, Mutation value)
The mutations to perform.CommitRequest.Builder
CommitRequest.Builder. addMutations(Mutation value)
The mutations to perform.Mutation.Builder
Mutation.Builder. mergeFrom(Mutation other)
static Mutation.Builder
Mutation. newBuilder(Mutation prototype)
CommitRequest.Builder
CommitRequest.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.Builder
CommitRequest.Builder. addAllMutations(Iterable<? extends Mutation> values)
The mutations to perform.
-