public interface RollbackRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabase()
The database name.
|
ByteString |
getDatabaseBytes()
The database name.
|
ByteString |
getTransaction()
The transaction to roll back.
|
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;
ByteString getTransaction()
The transaction to roll back.
bytes transaction = 2;