Package org.apache.arrow.flight.impl
Interface Flight.RenewFlightEndpointRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.RenewFlightEndpointRequest
,Flight.RenewFlightEndpointRequest.Builder
- Enclosing class:
- Flight
public static interface Flight.RenewFlightEndpointRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.arrow.flight.protocol.FlightEndpoint endpoint = 1;
.arrow.flight.protocol.FlightEndpoint endpoint = 1;
boolean
.arrow.flight.protocol.FlightEndpoint endpoint = 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
-
hasEndpoint
boolean hasEndpoint().arrow.flight.protocol.FlightEndpoint endpoint = 1;
- Returns:
- Whether the endpoint field is set.
-
getEndpoint
Flight.FlightEndpoint getEndpoint().arrow.flight.protocol.FlightEndpoint endpoint = 1;
- Returns:
- The endpoint.
-
getEndpointOrBuilder
Flight.FlightEndpointOrBuilder getEndpointOrBuilder().arrow.flight.protocol.FlightEndpoint endpoint = 1;
-