Interface RollbackRequestOrBuilder

public interface RollbackRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSession()

public abstract String getSession()

Required. The session in which the transaction to roll back is running.

string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The session.

getSessionBytes()

public abstract ByteString getSessionBytes()

Required. The session in which the transaction to roll back is running.

string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for session.

getTransactionId()

public abstract ByteString getTransactionId()

Required. The transaction to roll back.

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

Returns
TypeDescription
ByteString

The transactionId.