Interface Flight.CancelFlightInfoRequestOrBuilder

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

public static interface Flight.CancelFlightInfoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .arrow.flight.protocol.FlightInfo info = 1;
    .arrow.flight.protocol.FlightInfo info = 1;
    boolean
    .arrow.flight.protocol.FlightInfo info = 1;

    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

    • hasInfo

      boolean hasInfo()
      .arrow.flight.protocol.FlightInfo info = 1;
      Returns:
      Whether the info field is set.
    • getInfo

      .arrow.flight.protocol.FlightInfo info = 1;
      Returns:
      The info.
    • getInfoOrBuilder

      Flight.FlightInfoOrBuilder getInfoOrBuilder()
      .arrow.flight.protocol.FlightInfo info = 1;