Package org.apache.arrow.flight.impl
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
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
Flight.FlightInfo getInfo().arrow.flight.protocol.FlightInfo info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
Flight.FlightInfoOrBuilder getInfoOrBuilder().arrow.flight.protocol.FlightInfo info = 1;
-