Package | Description |
---|---|
com.google.cloud.spanner.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
CommitResponse |
SpannerClient.commit(SessionName session,
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,
ByteString transactionId,
List<Mutation> mutations)
Commits a transaction.
|
CommitResponse |
SpannerClient.commit(String session,
TransactionOptions singleUseTransaction,
List<Mutation> mutations)
Commits a transaction.
|
Modifier and Type | Method and Description |
---|---|
Mutation |
Mutation.Builder.build() |
Mutation |
Mutation.Builder.buildPartial() |
static Mutation |
Mutation.getDefaultInstance() |
Mutation |
Mutation.getDefaultInstanceForType() |
Mutation |
Mutation.Builder.getDefaultInstanceForType() |
Mutation |
CommitRequestOrBuilder.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 |
CommitRequest.Builder.getMutations(int index)
The mutations to be executed when this transaction commits.
|
static Mutation |
Mutation.parseDelimitedFrom(InputStream input) |
static Mutation |
Mutation.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(byte[] data) |
static Mutation |
Mutation.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(ByteBuffer data) |
static Mutation |
Mutation.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(ByteString data) |
static Mutation |
Mutation.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(CodedInputStream input) |
static Mutation |
Mutation.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(InputStream input) |
static Mutation |
Mutation.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Mutation> |
CommitRequestOrBuilder.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> |
CommitRequest.Builder.getMutationsList()
The mutations to be executed when this transaction commits.
|
Parser<Mutation> |
Mutation.getParserForType() |
static Parser<Mutation> |
Mutation.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CommitRequest.Builder |
CommitRequest.Builder.addAllMutations(Iterable<? extends Mutation> values)
The mutations to be executed when this transaction commits.
|
Copyright © 2022 Google LLC. All rights reserved.