Uses of Class
com.google.datastore.v1.Mutation
-
Uses of Mutation in com.google.datastore.v1
Methods in com.google.datastore.v1 that return MutationModifier and TypeMethodDescriptionMutation.Builder.build()Mutation.Builder.buildPartial()static MutationMutation.getDefaultInstance()Mutation.Builder.getDefaultInstanceForType()Mutation.getDefaultInstanceForType()CommitRequest.Builder.getMutations(int index) The mutations to perform.CommitRequest.getMutations(int index) The mutations to perform.CommitRequestOrBuilder.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 MutationModifier and TypeMethodDescriptionCommitRequest.Builder.getMutationsList()The mutations to perform.CommitRequest.getMutationsList()The mutations to perform.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 MutationModifier and TypeMethodDescriptionCommitRequest.Builder.addMutations(int index, Mutation value) The mutations to perform.CommitRequest.Builder.addMutations(Mutation value) The mutations to perform.static Mutation.BuilderMutation.newBuilder(Mutation prototype) CommitRequest.Builder.setMutations(int index, Mutation value) The mutations to perform.Method parameters in com.google.datastore.v1 with type arguments of type MutationModifier and TypeMethodDescriptionCommitRequest.Builder.addAllMutations(Iterable<? extends Mutation> values) The mutations to perform.