Uses of Class
com.google.datastore.v1.MutationResult
-
Packages that use MutationResult Package Description com.google.datastore.v1 -
-
Uses of MutationResult in com.google.datastore.v1
Methods in com.google.datastore.v1 that return MutationResult Modifier and Type Method Description MutationResult
MutationResult.Builder. build()
MutationResult
MutationResult.Builder. buildPartial()
static MutationResult
MutationResult. getDefaultInstance()
MutationResult
MutationResult.Builder. getDefaultInstanceForType()
MutationResult
MutationResult. getDefaultInstanceForType()
MutationResult
CommitResponse.Builder. getMutationResults(int index)
The result of performing the mutations.MutationResult
CommitResponse. getMutationResults(int index)
The result of performing the mutations.MutationResult
CommitResponseOrBuilder. getMutationResults(int index)
The result of performing the mutations.static MutationResult
MutationResult. parseDelimitedFrom(InputStream input)
static MutationResult
MutationResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationResult
MutationResult. parseFrom(byte[] data)
static MutationResult
MutationResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationResult
MutationResult. parseFrom(com.google.protobuf.ByteString data)
static MutationResult
MutationResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationResult
MutationResult. parseFrom(com.google.protobuf.CodedInputStream input)
static MutationResult
MutationResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationResult
MutationResult. parseFrom(InputStream input)
static MutationResult
MutationResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutationResult
MutationResult. parseFrom(ByteBuffer data)
static MutationResult
MutationResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type MutationResult Modifier and Type Method Description List<MutationResult>
CommitResponse.Builder. getMutationResultsList()
The result of performing the mutations.List<MutationResult>
CommitResponse. getMutationResultsList()
The result of performing the mutations.List<MutationResult>
CommitResponseOrBuilder. getMutationResultsList()
The result of performing the mutations.com.google.protobuf.Parser<MutationResult>
MutationResult. getParserForType()
static com.google.protobuf.Parser<MutationResult>
MutationResult. parser()
Methods in com.google.datastore.v1 with parameters of type MutationResult Modifier and Type Method Description CommitResponse.Builder
CommitResponse.Builder. addMutationResults(int index, MutationResult value)
The result of performing the mutations.CommitResponse.Builder
CommitResponse.Builder. addMutationResults(MutationResult value)
The result of performing the mutations.MutationResult.Builder
MutationResult.Builder. mergeFrom(MutationResult other)
static MutationResult.Builder
MutationResult. newBuilder(MutationResult prototype)
CommitResponse.Builder
CommitResponse.Builder. setMutationResults(int index, MutationResult value)
The result of performing the mutations.Method parameters in com.google.datastore.v1 with type arguments of type MutationResult Modifier and Type Method Description CommitResponse.Builder
CommitResponse.Builder. addAllMutationResults(Iterable<? extends MutationResult> values)
The result of performing the mutations.
-