public interface BeginTransactionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProjectId()
The ID of the project against which to make the request.
|
ByteString |
getProjectIdBytes()
The ID of the project against which to make the request.
|
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
isInitialized
java.lang.String getProjectId()
The ID of the project against which to make the request.
string project_id = 8;
ByteString getProjectIdBytes()
The ID of the project against which to make the request.
string project_id = 8;
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;