public interface RollbackRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSession()
Required.
|
com.google.protobuf.ByteString |
getSessionBytes()
Required.
|
com.google.protobuf.ByteString |
getTransactionId()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSession()
Required. The session in which the transaction to roll back is running.
string session = 1;com.google.protobuf.ByteString getSessionBytes()
Required. The session in which the transaction to roll back is running.
string session = 1;com.google.protobuf.ByteString getTransactionId()
Required. The transaction to roll back.
bytes transaction_id = 2;Copyright © 2019 Google LLC. All rights reserved.