public interface BeginTransactionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProjectId()
public abstract String getProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for projectId. |
getTransactionOptions()
public abstract TransactionOptions getTransactionOptions()
Options for a new transaction.
.google.datastore.v1.TransactionOptions transaction_options = 10;
Type | Description |
TransactionOptions | The transactionOptions. |
getTransactionOptionsOrBuilder()
public abstract TransactionOptionsOrBuilder getTransactionOptionsOrBuilder()
Options for a new transaction.
.google.datastore.v1.TransactionOptions transaction_options = 10;
Type | Description |
TransactionOptionsOrBuilder |
hasTransactionOptions()
public abstract boolean hasTransactionOptions()
Options for a new transaction.
.google.datastore.v1.TransactionOptions transaction_options = 10;
Type | Description |
boolean | Whether the transactionOptions field is set. |