| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.Builder.build() |
Transaction |
Transaction.Builder.buildPartial() |
static Transaction |
Transaction.getDefaultInstance() |
Transaction |
Transaction.getDefaultInstanceForType() |
Transaction |
Transaction.Builder.getDefaultInstanceForType() |
Transaction |
ResultSetMetadataOrBuilder.getTransaction()
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
Transaction |
ResultSetMetadata.getTransaction()
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
Transaction |
ResultSetMetadata.Builder.getTransaction()
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
Transaction |
PartitionResponse.getTransaction()
Transaction created by this request.
|
Transaction |
PartitionResponse.Builder.getTransaction()
Transaction created by this request.
|
Transaction |
PartitionResponseOrBuilder.getTransaction()
Transaction created by this request.
|
static Transaction |
Transaction.parseDelimitedFrom(InputStream input) |
static Transaction |
Transaction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transaction |
Transaction.parseFrom(byte[] data) |
static Transaction |
Transaction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transaction |
Transaction.parseFrom(ByteBuffer data) |
static Transaction |
Transaction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transaction |
Transaction.parseFrom(com.google.protobuf.ByteString data) |
static Transaction |
Transaction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transaction |
Transaction.parseFrom(com.google.protobuf.CodedInputStream input) |
static Transaction |
Transaction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transaction |
Transaction.parseFrom(InputStream input) |
static Transaction |
Transaction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Transaction> |
Transaction.getParserForType() |
static com.google.protobuf.Parser<Transaction> |
Transaction.parser() |
| Modifier and Type | Method and Description |
|---|---|
Transaction.Builder |
Transaction.Builder.mergeFrom(Transaction other) |
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.mergeTransaction(Transaction value)
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
PartitionResponse.Builder |
PartitionResponse.Builder.mergeTransaction(Transaction value)
Transaction created by this request.
|
static Transaction.Builder |
Transaction.newBuilder(Transaction prototype) |
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.setTransaction(Transaction value)
If the read or SQL query began a transaction as a side-effect, the
information about the new transaction is yielded here.
|
PartitionResponse.Builder |
PartitionResponse.Builder.setTransaction(Transaction value)
Transaction created by this request.
|
Copyright © 2022 Google LLC. All rights reserved.