public interface BeginTransactionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabase()
The database name.
|
ByteString |
getDatabaseBytes()
The database name.
|
TransactionOptions |
getOptions()
The options for the transaction.
|
TransactionOptionsOrBuilder |
getOptionsOrBuilder()
The options for the transaction.
|
boolean |
hasOptions()
The options for the transaction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getDatabase()
The database name. In the format: `projects/{project_id}/databases/{database_id}`.
string database = 1;
ByteString getDatabaseBytes()
The database name. In the format: `projects/{project_id}/databases/{database_id}`.
string database = 1;
boolean hasOptions()
The options for the transaction. Defaults to a read-write transaction.
.google.firestore.v1beta1.TransactionOptions options = 2;
TransactionOptions getOptions()
The options for the transaction. Defaults to a read-write transaction.
.google.firestore.v1beta1.TransactionOptions options = 2;
TransactionOptionsOrBuilder getOptionsOrBuilder()
The options for the transaction. Defaults to a read-write transaction.
.google.firestore.v1beta1.TransactionOptions options = 2;