Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Class and Description |
---|---|
class |
Mutation
A modification to one or more Cloud Spanner rows.
|
static class |
Mutation.Builder
A modification to one or more Cloud Spanner rows.
|
Modifier and Type | Method and Description |
---|---|
MutationOrBuilder |
CommitRequestOrBuilder.getMutationsOrBuilder(int index)
The mutations to be executed when this transaction commits.
|
MutationOrBuilder |
CommitRequest.getMutationsOrBuilder(int index)
The mutations to be executed when this transaction commits.
|
MutationOrBuilder |
CommitRequest.Builder.getMutationsOrBuilder(int index)
The mutations to be executed when this transaction commits.
|
Modifier and Type | Method and Description |
---|---|
List<? extends MutationOrBuilder> |
CommitRequestOrBuilder.getMutationsOrBuilderList()
The mutations to be executed when this transaction commits.
|
List<? extends MutationOrBuilder> |
CommitRequest.getMutationsOrBuilderList()
The mutations to be executed when this transaction commits.
|
List<? extends MutationOrBuilder> |
CommitRequest.Builder.getMutationsOrBuilderList()
The mutations to be executed when this transaction commits.
|
Copyright © 2022 Google LLC. All rights reserved.