public interface RollbackRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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) = { ... }
Type | Description |
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) = { ... }
Type | Description |
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];
Type | Description |
ByteString | The transactionId. |