Uses of Class
com.google.datastore.v1.MutationResult
-
Uses of MutationResult in com.google.datastore.v1
Methods in com.google.datastore.v1 that return MutationResultModifier and TypeMethodDescriptionMutationResult.Builder.build()MutationResult.Builder.buildPartial()static MutationResultMutationResult.getDefaultInstance()MutationResult.Builder.getDefaultInstanceForType()MutationResult.getDefaultInstanceForType()CommitResponse.Builder.getMutationResults(int index) The result of performing the mutations.CommitResponse.getMutationResults(int index) The result of performing the mutations.CommitResponseOrBuilder.getMutationResults(int index) The result of performing the mutations.static MutationResultMutationResult.parseDelimitedFrom(InputStream input) static MutationResultMutationResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationResultMutationResult.parseFrom(byte[] data) static MutationResultMutationResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationResultMutationResult.parseFrom(com.google.protobuf.ByteString data) static MutationResultMutationResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationResultMutationResult.parseFrom(com.google.protobuf.CodedInputStream input) static MutationResultMutationResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationResultMutationResult.parseFrom(InputStream input) static MutationResultMutationResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationResultMutationResult.parseFrom(ByteBuffer data) static MutationResultMutationResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type MutationResultModifier and TypeMethodDescriptionCommitResponse.Builder.getMutationResultsList()The result of performing the mutations.CommitResponse.getMutationResultsList()The result of performing the mutations.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 MutationResultModifier and TypeMethodDescriptionCommitResponse.Builder.addMutationResults(int index, MutationResult value) The result of performing the mutations.CommitResponse.Builder.addMutationResults(MutationResult value) The result of performing the mutations.MutationResult.Builder.mergeFrom(MutationResult other) static MutationResult.BuilderMutationResult.newBuilder(MutationResult prototype) 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 MutationResultModifier and TypeMethodDescriptionCommitResponse.Builder.addAllMutationResults(Iterable<? extends MutationResult> values) The result of performing the mutations.