Interface DynamicFlightsAssetOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DynamicFlightsAsset, DynamicFlightsAsset.Builder

    public interface DynamicFlightsAssetOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAndroidAppLink()
      Android deep link, e.g.
      com.google.protobuf.ByteString getAndroidAppLinkBytes()
      Android deep link, e.g.
      java.lang.String getCustomMapping()
      A custom field which can be multiple key to values mapping separated by delimiters (",", "|" and ":"), in the forms of "<KEY_1>: <VALUE_1>, <VALUE_2>, ...
      com.google.protobuf.ByteString getCustomMappingBytes()
      A custom field which can be multiple key to values mapping separated by delimiters (",", "|" and ":"), in the forms of "<KEY_1>: <VALUE_1>, <VALUE_2>, ...
      java.lang.String getDestinationId()
      Required.
      com.google.protobuf.ByteString getDestinationIdBytes()
      Required.
      java.lang.String getDestinationName()
      Destination name, e.g.
      com.google.protobuf.ByteString getDestinationNameBytes()
      Destination name, e.g.
      java.lang.String getFlightDescription()
      Required.
      com.google.protobuf.ByteString getFlightDescriptionBytes()
      Required.
      java.lang.String getFlightPrice()
      Flight price which can be number followed by the alphabetic currency code, ISO 4217 standard.
      com.google.protobuf.ByteString getFlightPriceBytes()
      Flight price which can be number followed by the alphabetic currency code, ISO 4217 standard.
      java.lang.String getFlightSalePrice()
      Flight sale price which can be number followed by the alphabetic currency code, ISO 4217 standard.
      com.google.protobuf.ByteString getFlightSalePriceBytes()
      Flight sale price which can be number followed by the alphabetic currency code, ISO 4217 standard.
      java.lang.String getFormattedPrice()
      Formatted price which can be any characters.
      com.google.protobuf.ByteString getFormattedPriceBytes()
      Formatted price which can be any characters.
      java.lang.String getFormattedSalePrice()
      Formatted sale price which can be any characters.
      com.google.protobuf.ByteString getFormattedSalePriceBytes()
      Formatted sale price which can be any characters.
      java.lang.String getImageUrl()
      Image URL, e.g.
      com.google.protobuf.ByteString getImageUrlBytes()
      Image URL, e.g.
      java.lang.String getIosAppLink()
      iOS deep link, e.g.
      com.google.protobuf.ByteString getIosAppLinkBytes()
      iOS deep link, e.g.
      long getIosAppStoreId()
      iOS app store ID.
      java.lang.String getOriginId()
      Origin ID which can be any sequence of letters and digits.
      com.google.protobuf.ByteString getOriginIdBytes()
      Origin ID which can be any sequence of letters and digits.
      java.lang.String getOriginName()
      Origin name, e.g.
      com.google.protobuf.ByteString getOriginNameBytes()
      Origin name, e.g.
      java.lang.String getSimilarDestinationIds​(int index)
      Similar destination IDs, e.g.
      com.google.protobuf.ByteString getSimilarDestinationIdsBytes​(int index)
      Similar destination IDs, e.g.
      int getSimilarDestinationIdsCount()
      Similar destination IDs, e.g.
      java.util.List<java.lang.String> getSimilarDestinationIdsList()
      Similar destination IDs, e.g.
      • 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 Detail

      • getDestinationId

        java.lang.String getDestinationId()
         Required. Destination ID which can be any sequence of letters and digits, and must be
         unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The destinationId.
      • getDestinationIdBytes

        com.google.protobuf.ByteString getDestinationIdBytes()
         Required. Destination ID which can be any sequence of letters and digits, and must be
         unique and match the values of remarketing tag. Required.
         
        string destination_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for destinationId.
      • getOriginId

        java.lang.String getOriginId()
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Returns:
        The originId.
      • getOriginIdBytes

        com.google.protobuf.ByteString getOriginIdBytes()
         Origin ID which can be any sequence of letters and digits. The ID sequence
         (destination ID + origin ID) must be unique.
         
        string origin_id = 2;
        Returns:
        The bytes for originId.
      • getFlightDescription

        java.lang.String getFlightDescription()
         Required. Flight description, e.g. Book your ticket. Required.
         
        string flight_description = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The flightDescription.
      • getFlightDescriptionBytes

        com.google.protobuf.ByteString getFlightDescriptionBytes()
         Required. Flight description, e.g. Book your ticket. Required.
         
        string flight_description = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for flightDescription.
      • getImageUrl

        java.lang.String getImageUrl()
         Image URL, e.g. http://www.example.com/image.png. The image will not be
         uploaded as image asset.
         
        string image_url = 4;
        Returns:
        The imageUrl.
      • getImageUrlBytes

        com.google.protobuf.ByteString getImageUrlBytes()
         Image URL, e.g. http://www.example.com/image.png. The image will not be
         uploaded as image asset.
         
        string image_url = 4;
        Returns:
        The bytes for imageUrl.
      • getDestinationName

        java.lang.String getDestinationName()
         Destination name, e.g. Paris.
         
        string destination_name = 5;
        Returns:
        The destinationName.
      • getDestinationNameBytes

        com.google.protobuf.ByteString getDestinationNameBytes()
         Destination name, e.g. Paris.
         
        string destination_name = 5;
        Returns:
        The bytes for destinationName.
      • getOriginName

        java.lang.String getOriginName()
         Origin name, e.g. London.
         
        string origin_name = 6;
        Returns:
        The originName.
      • getOriginNameBytes

        com.google.protobuf.ByteString getOriginNameBytes()
         Origin name, e.g. London.
         
        string origin_name = 6;
        Returns:
        The bytes for originName.
      • getFlightPrice

        java.lang.String getFlightPrice()
         Flight price which can be number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark. e.g. 100.00 USD.
         
        string flight_price = 7;
        Returns:
        The flightPrice.
      • getFlightPriceBytes

        com.google.protobuf.ByteString getFlightPriceBytes()
         Flight price which can be number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark. e.g. 100.00 USD.
         
        string flight_price = 7;
        Returns:
        The bytes for flightPrice.
      • getFlightSalePrice

        java.lang.String getFlightSalePrice()
         Flight sale price which can be number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, e.g. 80.00 USD.
         Must be less than the 'flight_price' field.
         
        string flight_sale_price = 8;
        Returns:
        The flightSalePrice.
      • getFlightSalePriceBytes

        com.google.protobuf.ByteString getFlightSalePriceBytes()
         Flight sale price which can be number followed by the alphabetic currency
         code, ISO 4217 standard. Use '.' as the decimal mark, e.g. 80.00 USD.
         Must be less than the 'flight_price' field.
         
        string flight_sale_price = 8;
        Returns:
        The bytes for flightSalePrice.
      • getFormattedPrice

        java.lang.String getFormattedPrice()
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', e.g. Starting at $100.00.
         
        string formatted_price = 9;
        Returns:
        The formattedPrice.
      • getFormattedPriceBytes

        com.google.protobuf.ByteString getFormattedPriceBytes()
         Formatted price which can be any characters. If set, this attribute will be
         used instead of 'price', e.g. Starting at $100.00.
         
        string formatted_price = 9;
        Returns:
        The bytes for formattedPrice.
      • getFormattedSalePrice

        java.lang.String getFormattedSalePrice()
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', e.g. On sale for $80.00.
         
        string formatted_sale_price = 10;
        Returns:
        The formattedSalePrice.
      • getFormattedSalePriceBytes

        com.google.protobuf.ByteString getFormattedSalePriceBytes()
         Formatted sale price which can be any characters. If set, this attribute
         will be used instead of 'sale price', e.g. On sale for $80.00.
         
        string formatted_sale_price = 10;
        Returns:
        The bytes for formattedSalePrice.
      • getAndroidAppLink

        java.lang.String getAndroidAppLink()
         Android deep link, e.g.
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 11;
        Returns:
        The androidAppLink.
      • getAndroidAppLinkBytes

        com.google.protobuf.ByteString getAndroidAppLinkBytes()
         Android deep link, e.g.
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 11;
        Returns:
        The bytes for androidAppLink.
      • getIosAppLink

        java.lang.String getIosAppLink()
         iOS deep link, e.g. exampleApp://content/page.
         
        string ios_app_link = 12;
        Returns:
        The iosAppLink.
      • getIosAppLinkBytes

        com.google.protobuf.ByteString getIosAppLinkBytes()
         iOS deep link, e.g. exampleApp://content/page.
         
        string ios_app_link = 12;
        Returns:
        The bytes for iosAppLink.
      • getIosAppStoreId

        long getIosAppStoreId()
         iOS app store ID. This is used to check if the user has the app installed
         on their device before deep linking. If this field is set, then the
         ios_app_link field must also be present.
         
        int64 ios_app_store_id = 13;
        Returns:
        The iosAppStoreId.
      • getSimilarDestinationIdsList

        java.util.List<java.lang.String> getSimilarDestinationIdsList()
         Similar destination IDs, e.g. PAR,LON.
         
        repeated string similar_destination_ids = 14;
        Returns:
        A list containing the similarDestinationIds.
      • getSimilarDestinationIdsCount

        int getSimilarDestinationIdsCount()
         Similar destination IDs, e.g. PAR,LON.
         
        repeated string similar_destination_ids = 14;
        Returns:
        The count of similarDestinationIds.
      • getSimilarDestinationIds

        java.lang.String getSimilarDestinationIds​(int index)
         Similar destination IDs, e.g. PAR,LON.
         
        repeated string similar_destination_ids = 14;
        Parameters:
        index - The index of the element to return.
        Returns:
        The similarDestinationIds at the given index.
      • getSimilarDestinationIdsBytes

        com.google.protobuf.ByteString getSimilarDestinationIdsBytes​(int index)
         Similar destination IDs, e.g. PAR,LON.
         
        repeated string similar_destination_ids = 14;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the similarDestinationIds at the given index.
      • getCustomMapping

        java.lang.String getCustomMapping()
         A custom field which can be multiple key to values mapping separated by
         delimiters (",", "|" and ":"), in the forms of
         "<KEY_1>: <VALUE_1>, <VALUE_2>, ... ,<VALUE_N> | <KEY_2>: <VALUE_1>, ...
         ,<VALUE_N> | ... | <KEY_N>: <VALUE_1>, ... ,<VALUE_N>" e.g. wifi: most |
         aircraft: 320, 77W | flights: 42 | legroom: 32".
         
        string custom_mapping = 15;
        Returns:
        The customMapping.
      • getCustomMappingBytes

        com.google.protobuf.ByteString getCustomMappingBytes()
         A custom field which can be multiple key to values mapping separated by
         delimiters (",", "|" and ":"), in the forms of
         "<KEY_1>: <VALUE_1>, <VALUE_2>, ... ,<VALUE_N> | <KEY_2>: <VALUE_1>, ...
         ,<VALUE_N> | ... | <KEY_N>: <VALUE_1>, ... ,<VALUE_N>" e.g. wifi: most |
         aircraft: 320, 77W | flights: 42 | legroom: 32".
         
        string custom_mapping = 15;
        Returns:
        The bytes for customMapping.