Interface Rpc.BeginTransactionResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTransactionId()
      * ID associated to the transcation.
      com.google.protobuf.ByteString getTransactionIdBytes()
      * ID associated to the transcation.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.