Interface Rpc.BeginTransactionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rpc.BeginTransactionResponse,Rpc.BeginTransactionResponse.Builder
- Enclosing class:
- Rpc
public static interface Rpc.BeginTransactionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTransactionId()* ID associated to the transcation.com.google.protobuf.ByteStringgetTransactionIdBytes()* ID associated to the transcation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTransactionId
java.lang.String getTransactionId()
* ID associated to the transcation.
string transactionId = 1;- Returns:
- The transactionId.
-
getTransactionIdBytes
com.google.protobuf.ByteString getTransactionIdBytes()
* ID associated to the transcation.
string transactionId = 1;- Returns:
- The bytes for transactionId.
-
-