Interface FlightSql.ActionCancelQueryRequestOrBuilder

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

@Deprecated public static interface FlightSql.ActionCancelQueryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Deprecated.
    The result of the GetFlightInfo RPC that initiated the query.

    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

    • getInfo

      com.google.protobuf.ByteString getInfo()
      Deprecated.
       The result of the GetFlightInfo RPC that initiated the query.
       XXX(ARROW-16902): this must be a serialized FlightInfo, but is
       rendered as bytes because Protobuf does not really support one
       DLL using Protobuf definitions from another DLL.
       
      bytes info = 1;
      Returns:
      The info.