Interface RollbackRequestOrBuilder (2.4.0)

public interface RollbackRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The transaction.