Uses of Class
com.google.spanner.v1.Mutation
-
Packages that use Mutation Package Description com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.spanner.v1 -
-
Uses of Mutation in com.google.cloud.spanner.v1
Method parameters in com.google.cloud.spanner.v1 with type arguments of type Mutation Modifier and Type Method Description CommitResponse
SpannerClient. commit(SessionName session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)
Commits a transaction.CommitResponse
SpannerClient. commit(SessionName session, TransactionOptions singleUseTransaction, List<Mutation> mutations)
Commits a transaction.CommitResponse
SpannerClient. commit(String session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)
Commits a transaction.CommitResponse
SpannerClient. commit(String session, TransactionOptions singleUseTransaction, List<Mutation> mutations)
Commits a transaction. -
Uses of Mutation in com.google.spanner.v1
Methods in com.google.spanner.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 be executed when this transaction commits.Mutation
CommitRequest. getMutations(int index)
The mutations to be executed when this transaction commits.Mutation
CommitRequestOrBuilder. getMutations(int index)
The mutations to be executed when this transaction commits.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.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.Builder
CommitRequest.Builder. addMutations(int index, Mutation value)
The mutations to be executed when this transaction commits.CommitRequest.Builder
CommitRequest.Builder. addMutations(Mutation value)
The mutations to be executed when this transaction commits.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 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.Builder
CommitRequest.Builder. addAllMutations(Iterable<? extends Mutation> values)
The mutations to be executed when this transaction commits.
-