public interface RollbackRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSession()
Required.
|
ByteString |
getSessionBytes()
Required.
|
ByteString |
getTransactionId()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSession()
Required. The session in which the transaction to roll back is running.
string session = 1;
ByteString getSessionBytes()
Required. The session in which the transaction to roll back is running.
string session = 1;
ByteString getTransactionId()
Required. The transaction to roll back.
bytes transaction_id = 2;