public interface BeginTransactionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseId()
The ID of the database against which to make the request.
|
com.google.protobuf.ByteString |
getDatabaseIdBytes()
The ID of the database against which to make the request.
|
String |
getProjectId()
Required.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Required.
|
TransactionOptions |
getTransactionOptions()
Options for a new transaction.
|
TransactionOptionsOrBuilder |
getTransactionOptionsOrBuilder()
Options for a new transaction.
|
boolean |
hasTransactionOptions()
Options for a new transaction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
String getDatabaseId()
The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.
string database_id = 9;
com.google.protobuf.ByteString getDatabaseIdBytes()
The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.
string database_id = 9;
boolean hasTransactionOptions()
Options for a new transaction.
.google.datastore.v1.TransactionOptions transaction_options = 10;
TransactionOptions getTransactionOptions()
Options for a new transaction.
.google.datastore.v1.TransactionOptions transaction_options = 10;
TransactionOptionsOrBuilder getTransactionOptionsOrBuilder()
Options for a new transaction.
.google.datastore.v1.TransactionOptions transaction_options = 10;
Copyright © 2023 Google LLC. All rights reserved.