Enum FlightPlaceholderFieldEnum.FlightPlaceholderField
- java.lang.Object
-
- java.lang.Enum<FlightPlaceholderFieldEnum.FlightPlaceholderField>
-
- com.google.ads.googleads.v10.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<FlightPlaceholderFieldEnum.FlightPlaceholderField>
- Enclosing class:
- FlightPlaceholderFieldEnum
public static enum FlightPlaceholderFieldEnum.FlightPlaceholderField extends java.lang.Enum<FlightPlaceholderFieldEnum.FlightPlaceholderField> implements com.google.protobuf.ProtocolMessageEnum
Possible values for Flight placeholder fields.
Protobuf enumgoogle.ads.googleads.v10.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANDROID_APP_LINKData Type: STRING.DESTINATION_IDData Type: STRING.DESTINATION_NAMEData Type: STRING.FINAL_MOBILE_URLSData Type: URL_LIST.FINAL_URLSData Type: URL_LIST.FLIGHT_DESCRIPTIONData Type: STRING.FLIGHT_PRICEData Type: STRING.FLIGHT_SALE_PRICEData Type: STRING.FORMATTED_PRICEData Type: STRING.FORMATTED_SALE_PRICEData Type: STRING.IMAGE_URLData Type: URL.IOS_APP_LINKData Type: STRING.IOS_APP_STORE_IDData Type: INT64.ORIGIN_IDData Type: STRING.ORIGIN_NAMEData Type: STRING.SIMILAR_DESTINATION_IDSData Type: STRING_LIST.TRACKING_URLData Type: URL.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intANDROID_APP_LINK_VALUEData Type: STRING.static intDESTINATION_ID_VALUEData Type: STRING.static intDESTINATION_NAME_VALUEData Type: STRING.static intFINAL_MOBILE_URLS_VALUEData Type: URL_LIST.static intFINAL_URLS_VALUEData Type: URL_LIST.static intFLIGHT_DESCRIPTION_VALUEData Type: STRING.static intFLIGHT_PRICE_VALUEData Type: STRING.static intFLIGHT_SALE_PRICE_VALUEData Type: STRING.static intFORMATTED_PRICE_VALUEData Type: STRING.static intFORMATTED_SALE_PRICE_VALUEData Type: STRING.static intIMAGE_URL_VALUEData Type: URL.static intIOS_APP_LINK_VALUEData Type: STRING.static intIOS_APP_STORE_ID_VALUEData Type: INT64.static intORIGIN_ID_VALUEData Type: STRING.static intORIGIN_NAME_VALUEData Type: STRING.static intSIMILAR_DESTINATION_IDS_VALUEData Type: STRING_LIST.static intTRACKING_URL_VALUEData Type: URL.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FlightPlaceholderFieldEnum.FlightPlaceholderFieldforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<FlightPlaceholderFieldEnum.FlightPlaceholderField>internalGetValueMap()static FlightPlaceholderFieldEnum.FlightPlaceholderFieldvalueOf(int value)Deprecated.static FlightPlaceholderFieldEnum.FlightPlaceholderFieldvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FlightPlaceholderFieldEnum.FlightPlaceholderFieldvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FlightPlaceholderFieldEnum.FlightPlaceholderField[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
DESTINATION_ID
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField DESTINATION_ID
Data Type: STRING. Required. Destination id. Example: PAR, LON. For feed items that only have destination id, destination id must be a unique key. For feed items that have both destination id and origin id, then the combination must be a unique key.
DESTINATION_ID = 2;
-
ORIGIN_ID
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField ORIGIN_ID
Data Type: STRING. Origin id. Example: PAR, LON. Optional. Combination of destination id and origin id must be unique per offer.
ORIGIN_ID = 3;
-
FLIGHT_DESCRIPTION
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FLIGHT_DESCRIPTION
Data Type: STRING. Required. Main headline with product name to be shown in dynamic ad.
FLIGHT_DESCRIPTION = 4;
-
ORIGIN_NAME
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField ORIGIN_NAME
Data Type: STRING. Shorter names are recommended.
ORIGIN_NAME = 5;
-
DESTINATION_NAME
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField DESTINATION_NAME
Data Type: STRING. Shorter names are recommended.
DESTINATION_NAME = 6;
-
FLIGHT_PRICE
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FLIGHT_PRICE
Data Type: STRING. Price to be shown in the ad. Example: "100.00 USD"
FLIGHT_PRICE = 7;
-
FORMATTED_PRICE
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FORMATTED_PRICE
Data Type: STRING. Formatted price to be shown in the ad. Example: "Starting at $100.00 USD", "$80 - $100"
FORMATTED_PRICE = 8;
-
FLIGHT_SALE_PRICE
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FLIGHT_SALE_PRICE
Data Type: STRING. Sale price to be shown in the ad. Example: "80.00 USD"
FLIGHT_SALE_PRICE = 9;
-
FORMATTED_SALE_PRICE
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FORMATTED_SALE_PRICE
Data Type: STRING. Formatted sale price to be shown in the ad. Example: "On sale for $80.00", "$60 - $80"
FORMATTED_SALE_PRICE = 10;
-
IMAGE_URL
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField IMAGE_URL
Data Type: URL. Image to be displayed in the ad.
IMAGE_URL = 11;
-
FINAL_URLS
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FINAL_URLS
Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded URLs. User will be redirected to these URLs when they click on an ad, or when they click on a specific flight for ads that show multiple flights.
FINAL_URLS = 12;
-
FINAL_MOBILE_URLS
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField FINAL_MOBILE_URLS
Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded URLs.
FINAL_MOBILE_URLS = 13;
-
TRACKING_URL
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField TRACKING_URL
Data Type: URL. Tracking template for the ad when using Upgraded URLs.
TRACKING_URL = 14;
-
ANDROID_APP_LINK
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField ANDROID_APP_LINK
Data Type: STRING. Android app link. Must be formatted as: android-app://{package_id}/{scheme}/{host_path}. The components are defined as follows: package_id: app ID as specified in Google Play. scheme: the scheme to pass to the application. Can be HTTP, or a custom scheme. host_path: identifies the specific content within your application.ANDROID_APP_LINK = 15;
-
SIMILAR_DESTINATION_IDS
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField SIMILAR_DESTINATION_IDS
Data Type: STRING_LIST. List of recommended destination IDs to show together with this item.
SIMILAR_DESTINATION_IDS = 16;
-
IOS_APP_LINK
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField IOS_APP_LINK
Data Type: STRING. iOS app link.
IOS_APP_LINK = 17;
-
IOS_APP_STORE_ID
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField IOS_APP_STORE_ID
Data Type: INT64. iOS app store ID.
IOS_APP_STORE_ID = 18;
-
UNRECOGNIZED
public static final FlightPlaceholderFieldEnum.FlightPlaceholderField UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Not specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
DESTINATION_ID_VALUE
public static final int DESTINATION_ID_VALUE
Data Type: STRING. Required. Destination id. Example: PAR, LON. For feed items that only have destination id, destination id must be a unique key. For feed items that have both destination id and origin id, then the combination must be a unique key.
DESTINATION_ID = 2;- See Also:
- Constant Field Values
-
ORIGIN_ID_VALUE
public static final int ORIGIN_ID_VALUE
Data Type: STRING. Origin id. Example: PAR, LON. Optional. Combination of destination id and origin id must be unique per offer.
ORIGIN_ID = 3;- See Also:
- Constant Field Values
-
FLIGHT_DESCRIPTION_VALUE
public static final int FLIGHT_DESCRIPTION_VALUE
Data Type: STRING. Required. Main headline with product name to be shown in dynamic ad.
FLIGHT_DESCRIPTION = 4;- See Also:
- Constant Field Values
-
ORIGIN_NAME_VALUE
public static final int ORIGIN_NAME_VALUE
Data Type: STRING. Shorter names are recommended.
ORIGIN_NAME = 5;- See Also:
- Constant Field Values
-
DESTINATION_NAME_VALUE
public static final int DESTINATION_NAME_VALUE
Data Type: STRING. Shorter names are recommended.
DESTINATION_NAME = 6;- See Also:
- Constant Field Values
-
FLIGHT_PRICE_VALUE
public static final int FLIGHT_PRICE_VALUE
Data Type: STRING. Price to be shown in the ad. Example: "100.00 USD"
FLIGHT_PRICE = 7;- See Also:
- Constant Field Values
-
FORMATTED_PRICE_VALUE
public static final int FORMATTED_PRICE_VALUE
Data Type: STRING. Formatted price to be shown in the ad. Example: "Starting at $100.00 USD", "$80 - $100"
FORMATTED_PRICE = 8;- See Also:
- Constant Field Values
-
FLIGHT_SALE_PRICE_VALUE
public static final int FLIGHT_SALE_PRICE_VALUE
Data Type: STRING. Sale price to be shown in the ad. Example: "80.00 USD"
FLIGHT_SALE_PRICE = 9;- See Also:
- Constant Field Values
-
FORMATTED_SALE_PRICE_VALUE
public static final int FORMATTED_SALE_PRICE_VALUE
Data Type: STRING. Formatted sale price to be shown in the ad. Example: "On sale for $80.00", "$60 - $80"
FORMATTED_SALE_PRICE = 10;- See Also:
- Constant Field Values
-
IMAGE_URL_VALUE
public static final int IMAGE_URL_VALUE
Data Type: URL. Image to be displayed in the ad.
IMAGE_URL = 11;- See Also:
- Constant Field Values
-
FINAL_URLS_VALUE
public static final int FINAL_URLS_VALUE
Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded URLs. User will be redirected to these URLs when they click on an ad, or when they click on a specific flight for ads that show multiple flights.
FINAL_URLS = 12;- See Also:
- Constant Field Values
-
FINAL_MOBILE_URLS_VALUE
public static final int FINAL_MOBILE_URLS_VALUE
Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded URLs.
FINAL_MOBILE_URLS = 13;- See Also:
- Constant Field Values
-
TRACKING_URL_VALUE
public static final int TRACKING_URL_VALUE
Data Type: URL. Tracking template for the ad when using Upgraded URLs.
TRACKING_URL = 14;- See Also:
- Constant Field Values
-
ANDROID_APP_LINK_VALUE
public static final int ANDROID_APP_LINK_VALUE
Data Type: STRING. Android app link. Must be formatted as: android-app://{package_id}/{scheme}/{host_path}. The components are defined as follows: package_id: app ID as specified in Google Play. scheme: the scheme to pass to the application. Can be HTTP, or a custom scheme. host_path: identifies the specific content within your application.ANDROID_APP_LINK = 15;- See Also:
- Constant Field Values
-
SIMILAR_DESTINATION_IDS_VALUE
public static final int SIMILAR_DESTINATION_IDS_VALUE
Data Type: STRING_LIST. List of recommended destination IDs to show together with this item.
SIMILAR_DESTINATION_IDS = 16;- See Also:
- Constant Field Values
-
IOS_APP_LINK_VALUE
public static final int IOS_APP_LINK_VALUE
Data Type: STRING. iOS app link.
IOS_APP_LINK = 17;- See Also:
- Constant Field Values
-
IOS_APP_STORE_ID_VALUE
public static final int IOS_APP_STORE_ID_VALUE
Data Type: INT64. iOS app store ID.
IOS_APP_STORE_ID = 18;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FlightPlaceholderFieldEnum.FlightPlaceholderField[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FlightPlaceholderFieldEnum.FlightPlaceholderField c : FlightPlaceholderFieldEnum.FlightPlaceholderField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FlightPlaceholderFieldEnum.FlightPlaceholderField valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static FlightPlaceholderFieldEnum.FlightPlaceholderField valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static FlightPlaceholderFieldEnum.FlightPlaceholderField forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FlightPlaceholderFieldEnum.FlightPlaceholderField> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static FlightPlaceholderFieldEnum.FlightPlaceholderField valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-