Uses of Class
com.google.spanner.v1.Mutation
-
-
Uses of Mutation in com.google.spanner.v1
Methods in com.google.spanner.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 be executed when this transaction commits.MutationCommitRequest. getMutations(int index)The mutations to be executed when this transaction commits.MutationCommitRequestOrBuilder. getMutations(int index)The mutations to be executed when this transaction commits.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.spanner.v1 that return types with arguments of type Mutation Modifier and Type Method Description List<Mutation>CommitRequest.Builder. getMutationsList()The mutations to be executed when this transaction commits.List<Mutation>CommitRequest. getMutationsList()The mutations to be executed when this transaction commits.List<Mutation>CommitRequestOrBuilder. getMutationsList()The mutations to be executed when this transaction commits.com.google.protobuf.Parser<Mutation>Mutation. getParserForType()static com.google.protobuf.Parser<Mutation>Mutation. parser()Methods in com.google.spanner.v1 with parameters of type Mutation Modifier and Type Method Description CommitRequest.BuilderCommitRequest.Builder. addMutations(int index, Mutation value)The mutations to be executed when this transaction commits.CommitRequest.BuilderCommitRequest.Builder. addMutations(Mutation value)The mutations to be executed when this transaction commits.Mutation.BuilderMutation.Builder. mergeFrom(Mutation other)static Mutation.BuilderMutation. newBuilder(Mutation prototype)CommitRequest.BuilderCommitRequest.Builder. setMutations(int index, Mutation value)The mutations to be executed when this transaction commits.Method parameters in com.google.spanner.v1 with type arguments of type Mutation Modifier and Type Method Description CommitRequest.BuilderCommitRequest.Builder. addAllMutations(Iterable<? extends Mutation> values)The mutations to be executed when this transaction commits.
-