Interface FlightSql.ActionBeginSavepointRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FlightSql.ActionBeginSavepointRequest, FlightSql.ActionBeginSavepointRequest.Builder
Enclosing class:
FlightSql

public static interface FlightSql.ActionBeginSavepointRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name for the savepoint.
    com.google.protobuf.ByteString
    Name for the savepoint.
    com.google.protobuf.ByteString
    The transaction to which a savepoint belongs.

    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 Details

    • getTransactionId

      com.google.protobuf.ByteString getTransactionId()
       The transaction to which a savepoint belongs.
       
      bytes transaction_id = 1;
      Returns:
      The transactionId.
    • getName

      String getName()
       Name for the savepoint.
       
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name for the savepoint.
       
      string name = 2;
      Returns:
      The bytes for name.