public interface RollbackRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabaseId()
public abstract String getDatabaseId()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()
public abstract ByteString getDatabaseIdBytes()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()
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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for projectId. | 
getTransaction()
public abstract ByteString getTransaction()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. |