Interface RollbackRequestOrBuilder (3.4.2)

public interface RollbackRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabase()

public abstract String getDatabase()

Required. The database name. In the format: projects/{project_id}/databases/{database_id}.

string database = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The database.

getDatabaseBytes()

public abstract ByteString getDatabaseBytes()

Required. The database name. In the format: projects/{project_id}/databases/{database_id}.

string database = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for database.

getTransaction()

public abstract ByteString getTransaction()

Required. The transaction to roll back.

bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The transaction.