Interface RollbackRequestOrBuilder (2.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface RollbackRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDatabaseId()
publicabstractStringgetDatabaseId()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;
| Returns | |
|---|---|
| Type | Description |
String |
The databaseId. |
getDatabaseIdBytes()
publicabstractByteStringgetDatabaseIdBytes()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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for databaseId. |
getProjectId()
publicabstractStringgetProjectId()Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
publicabstractByteStringgetProjectIdBytes()Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getTransaction()
publicabstractByteStringgetTransaction()Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.
bytes transaction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The transaction. |