public static interface Flight.FlightEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Flight.Location |
getLocation(int index)
A list of URIs where this ticket can be redeemed.
|
int |
getLocationCount()
A list of URIs where this ticket can be redeemed.
|
List<Flight.Location> |
getLocationList()
A list of URIs where this ticket can be redeemed.
|
Flight.LocationOrBuilder |
getLocationOrBuilder(int index)
A list of URIs where this ticket can be redeemed.
|
List<? extends Flight.LocationOrBuilder> |
getLocationOrBuilderList()
A list of URIs where this ticket can be redeemed.
|
Flight.Ticket |
getTicket()
Token used to retrieve this stream.
|
Flight.TicketOrBuilder |
getTicketOrBuilder()
Token used to retrieve this stream.
|
boolean |
hasTicket()
Token used to retrieve this stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTicket()
Token used to retrieve this stream.
.arrow.flight.protocol.Ticket ticket = 1;
Flight.Ticket getTicket()
Token used to retrieve this stream.
.arrow.flight.protocol.Ticket ticket = 1;
Flight.TicketOrBuilder getTicketOrBuilder()
Token used to retrieve this stream.
.arrow.flight.protocol.Ticket ticket = 1;
List<Flight.Location> getLocationList()
A list of URIs where this ticket can be redeemed. If the list is empty, the expectation is that the ticket can only be redeemed on the current service where the ticket was generated.
repeated .arrow.flight.protocol.Location location = 2;
Flight.Location getLocation(int index)
A list of URIs where this ticket can be redeemed. If the list is empty, the expectation is that the ticket can only be redeemed on the current service where the ticket was generated.
repeated .arrow.flight.protocol.Location location = 2;
int getLocationCount()
A list of URIs where this ticket can be redeemed. If the list is empty, the expectation is that the ticket can only be redeemed on the current service where the ticket was generated.
repeated .arrow.flight.protocol.Location location = 2;
List<? extends Flight.LocationOrBuilder> getLocationOrBuilderList()
A list of URIs where this ticket can be redeemed. If the list is empty, the expectation is that the ticket can only be redeemed on the current service where the ticket was generated.
repeated .arrow.flight.protocol.Location location = 2;
Flight.LocationOrBuilder getLocationOrBuilder(int index)
A list of URIs where this ticket can be redeemed. If the list is empty, the expectation is that the ticket can only be redeemed on the current service where the ticket was generated.
repeated .arrow.flight.protocol.Location location = 2;
Copyright © 2022 The Apache Software Foundation. All rights reserved.