Package com.google.spanner.v1
Interface RollbackRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RollbackRequest
,RollbackRequest.Builder
public interface RollbackRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSession()
Required.com.google.protobuf.ByteString
getSessionBytes()
Required.com.google.protobuf.ByteString
getTransactionId()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSession
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:
- The session.
-
getSessionBytes
com.google.protobuf.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:
- The bytes for session.
-
getTransactionId
com.google.protobuf.ByteString getTransactionId()
Required. The transaction to roll back.
bytes transaction_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The transactionId.
-
-