Skip to main content

airlines.proto

path vasystem/api/v2/airlines.proto

package vasystem.api.v2


Messages

Airline

An Airline resource represents an airline.

NameTypeDescription
idstringUnique identifier for the airline.
icao_codestringThe ICAO airline code. Unique. Example: `UAL`
iata_codestringThe IATA airline code. This field is not unique. Example: `UA`
display_icao_codestringThe ICAO airline display code. This is the code that is displayed to users and is usually the same as the ICAO code. However, some airlines have different display codes when they are a subsidiary of another airline, but use the same ICAO code as their parent company. As such, this field may not be unique. Example: `UAL`
display_iata_codestringThe IATA airline display code. This is the code that is displayed to users and is usually the same as the IATA code. Currently, this will always be the same as the IATA code. Example: `UA`
namestringThe airline name. Example: `United Airlines`

ListAirlinesRequest

The ListAirlinesRequest message defines the request parameters for the ListAirlines method.

NameTypeDescription

ListAirlinesResponse

The ListAirlinesResponse message defines the response parameters for the ListAirlines method.

NameTypeDescription
airlinesrepeated Airline

Services

AirlinesService

Retrieve airline information.

ListAirlines

MethodListAirlines
RequestListAirlinesRequest
ResponseListAirlinesResponse
DescriptionList airlines