Enum Class PricePlaceholderFieldEnum.PricePlaceholderField
java.lang.Object
java.lang.Enum<PricePlaceholderFieldEnum.PricePlaceholderField>
com.google.ads.googleads.v18.enums.PricePlaceholderFieldEnum.PricePlaceholderField
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PricePlaceholderFieldEnum.PricePlaceholderField>,Constable
- Enclosing class:
- PricePlaceholderFieldEnum
public static enum PricePlaceholderFieldEnum.PricePlaceholderField
extends Enum<PricePlaceholderFieldEnum.PricePlaceholderField>
implements com.google.protobuf.ProtocolMessageEnum
Possible values for Price placeholder fields.Protobuf enum
google.ads.googleads.v18.enums.PricePlaceholderFieldEnum.PricePlaceholderField-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionData Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: URL_LIST.Data Type: URL_LIST.Data Type: STRING.Data Type: MONEY.Data Type: STRING.Data Type: STRING.Data Type: STRING.Data Type: URL.Data Type: STRING.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL_LIST.static final intData Type: URL_LIST.static final intData Type: STRING.static final intData Type: MONEY.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: STRING.static final intData Type: URL.static final intData Type: STRING.static final intUsed for return value only.static final intNot specified. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PricePlaceholderFieldEnum.PricePlaceholderField>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
TYPE
Data Type: STRING. The type of your price feed. Must match one of the predefined price feed type exactly.
TYPE = 2; -
PRICE_QUALIFIER
Data Type: STRING. The qualifier of each price. Must match one of the predefined price qualifiers exactly.
PRICE_QUALIFIER = 3; -
TRACKING_TEMPLATE
Data Type: URL. Tracking template for the price feed when using Upgraded URLs.
TRACKING_TEMPLATE = 4; -
LANGUAGE
Data Type: STRING. Language of the price feed. Must match one of the available available locale codes exactly.
LANGUAGE = 5; -
FINAL_URL_SUFFIX
Data Type: STRING. Final URL suffix for the price feed when using parallel tracking.
FINAL_URL_SUFFIX = 6; -
ITEM_1_HEADER
Data Type: STRING. The header of item 1 of the table.
ITEM_1_HEADER = 100; -
ITEM_1_DESCRIPTION
Data Type: STRING. The description of item 1 of the table.
ITEM_1_DESCRIPTION = 101; -
ITEM_1_PRICE
Data Type: MONEY. The price (money with currency) of item 1 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_1_PRICE = 102; -
ITEM_1_UNIT
Data Type: STRING. The price unit of item 1 of the table. Must match one of the predefined price units.
ITEM_1_UNIT = 103; -
ITEM_1_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 1 of the table when using Upgraded URLs.
ITEM_1_FINAL_URLS = 104; -
ITEM_1_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 1 of the table when using Upgraded URLs.
ITEM_1_FINAL_MOBILE_URLS = 105; -
ITEM_2_HEADER
Data Type: STRING. The header of item 2 of the table.
ITEM_2_HEADER = 200; -
ITEM_2_DESCRIPTION
Data Type: STRING. The description of item 2 of the table.
ITEM_2_DESCRIPTION = 201; -
ITEM_2_PRICE
Data Type: MONEY. The price (money with currency) of item 2 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_2_PRICE = 202; -
ITEM_2_UNIT
Data Type: STRING. The price unit of item 2 of the table. Must match one of the predefined price units.
ITEM_2_UNIT = 203; -
ITEM_2_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 2 of the table when using Upgraded URLs.
ITEM_2_FINAL_URLS = 204; -
ITEM_2_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 2 of the table when using Upgraded URLs.
ITEM_2_FINAL_MOBILE_URLS = 205; -
ITEM_3_HEADER
Data Type: STRING. The header of item 3 of the table.
ITEM_3_HEADER = 300; -
ITEM_3_DESCRIPTION
Data Type: STRING. The description of item 3 of the table.
ITEM_3_DESCRIPTION = 301; -
ITEM_3_PRICE
Data Type: MONEY. The price (money with currency) of item 3 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_3_PRICE = 302; -
ITEM_3_UNIT
Data Type: STRING. The price unit of item 3 of the table. Must match one of the predefined price units.
ITEM_3_UNIT = 303; -
ITEM_3_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 3 of the table when using Upgraded URLs.
ITEM_3_FINAL_URLS = 304; -
ITEM_3_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 3 of the table when using Upgraded URLs.
ITEM_3_FINAL_MOBILE_URLS = 305; -
ITEM_4_HEADER
Data Type: STRING. The header of item 4 of the table.
ITEM_4_HEADER = 400; -
ITEM_4_DESCRIPTION
Data Type: STRING. The description of item 4 of the table.
ITEM_4_DESCRIPTION = 401; -
ITEM_4_PRICE
Data Type: MONEY. The price (money with currency) of item 4 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_4_PRICE = 402; -
ITEM_4_UNIT
Data Type: STRING. The price unit of item 4 of the table. Must match one of the predefined price units.
ITEM_4_UNIT = 403; -
ITEM_4_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 4 of the table when using Upgraded URLs.
ITEM_4_FINAL_URLS = 404; -
ITEM_4_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 4 of the table when using Upgraded URLs.
ITEM_4_FINAL_MOBILE_URLS = 405; -
ITEM_5_HEADER
Data Type: STRING. The header of item 5 of the table.
ITEM_5_HEADER = 500; -
ITEM_5_DESCRIPTION
Data Type: STRING. The description of item 5 of the table.
ITEM_5_DESCRIPTION = 501; -
ITEM_5_PRICE
Data Type: MONEY. The price (money with currency) of item 5 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_5_PRICE = 502; -
ITEM_5_UNIT
Data Type: STRING. The price unit of item 5 of the table. Must match one of the predefined price units.
ITEM_5_UNIT = 503; -
ITEM_5_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 5 of the table when using Upgraded URLs.
ITEM_5_FINAL_URLS = 504; -
ITEM_5_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 5 of the table when using Upgraded URLs.
ITEM_5_FINAL_MOBILE_URLS = 505; -
ITEM_6_HEADER
Data Type: STRING. The header of item 6 of the table.
ITEM_6_HEADER = 600; -
ITEM_6_DESCRIPTION
Data Type: STRING. The description of item 6 of the table.
ITEM_6_DESCRIPTION = 601; -
ITEM_6_PRICE
Data Type: MONEY. The price (money with currency) of item 6 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_6_PRICE = 602; -
ITEM_6_UNIT
Data Type: STRING. The price unit of item 6 of the table. Must match one of the predefined price units.
ITEM_6_UNIT = 603; -
ITEM_6_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 6 of the table when using Upgraded URLs.
ITEM_6_FINAL_URLS = 604; -
ITEM_6_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 6 of the table when using Upgraded URLs.
ITEM_6_FINAL_MOBILE_URLS = 605; -
ITEM_7_HEADER
Data Type: STRING. The header of item 7 of the table.
ITEM_7_HEADER = 700; -
ITEM_7_DESCRIPTION
Data Type: STRING. The description of item 7 of the table.
ITEM_7_DESCRIPTION = 701; -
ITEM_7_PRICE
Data Type: MONEY. The price (money with currency) of item 7 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_7_PRICE = 702; -
ITEM_7_UNIT
Data Type: STRING. The price unit of item 7 of the table. Must match one of the predefined price units.
ITEM_7_UNIT = 703; -
ITEM_7_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 7 of the table when using Upgraded URLs.
ITEM_7_FINAL_URLS = 704; -
ITEM_7_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 7 of the table when using Upgraded URLs.
ITEM_7_FINAL_MOBILE_URLS = 705; -
ITEM_8_HEADER
Data Type: STRING. The header of item 8 of the table.
ITEM_8_HEADER = 800; -
ITEM_8_DESCRIPTION
Data Type: STRING. The description of item 8 of the table.
ITEM_8_DESCRIPTION = 801; -
ITEM_8_PRICE
Data Type: MONEY. The price (money with currency) of item 8 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_8_PRICE = 802; -
ITEM_8_UNIT
Data Type: STRING. The price unit of item 8 of the table. Must match one of the predefined price units.
ITEM_8_UNIT = 803; -
ITEM_8_FINAL_URLS
Data Type: URL_LIST. The final URLs of item 8 of the table when using Upgraded URLs.
ITEM_8_FINAL_URLS = 804; -
ITEM_8_FINAL_MOBILE_URLS
Data Type: URL_LIST. The final mobile URLs of item 8 of the table when using Upgraded URLs.
ITEM_8_FINAL_MOBILE_URLS = 805; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
TYPE_VALUE
public static final int TYPE_VALUEData Type: STRING. The type of your price feed. Must match one of the predefined price feed type exactly.
TYPE = 2;- See Also:
-
PRICE_QUALIFIER_VALUE
public static final int PRICE_QUALIFIER_VALUEData Type: STRING. The qualifier of each price. Must match one of the predefined price qualifiers exactly.
PRICE_QUALIFIER = 3;- See Also:
-
TRACKING_TEMPLATE_VALUE
public static final int TRACKING_TEMPLATE_VALUEData Type: URL. Tracking template for the price feed when using Upgraded URLs.
TRACKING_TEMPLATE = 4;- See Also:
-
LANGUAGE_VALUE
public static final int LANGUAGE_VALUEData Type: STRING. Language of the price feed. Must match one of the available available locale codes exactly.
LANGUAGE = 5;- See Also:
-
FINAL_URL_SUFFIX_VALUE
public static final int FINAL_URL_SUFFIX_VALUEData Type: STRING. Final URL suffix for the price feed when using parallel tracking.
FINAL_URL_SUFFIX = 6;- See Also:
-
ITEM_1_HEADER_VALUE
public static final int ITEM_1_HEADER_VALUEData Type: STRING. The header of item 1 of the table.
ITEM_1_HEADER = 100;- See Also:
-
ITEM_1_DESCRIPTION_VALUE
public static final int ITEM_1_DESCRIPTION_VALUEData Type: STRING. The description of item 1 of the table.
ITEM_1_DESCRIPTION = 101;- See Also:
-
ITEM_1_PRICE_VALUE
public static final int ITEM_1_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 1 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_1_PRICE = 102;- See Also:
-
ITEM_1_UNIT_VALUE
public static final int ITEM_1_UNIT_VALUEData Type: STRING. The price unit of item 1 of the table. Must match one of the predefined price units.
ITEM_1_UNIT = 103;- See Also:
-
ITEM_1_FINAL_URLS_VALUE
public static final int ITEM_1_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 1 of the table when using Upgraded URLs.
ITEM_1_FINAL_URLS = 104;- See Also:
-
ITEM_1_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_1_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 1 of the table when using Upgraded URLs.
ITEM_1_FINAL_MOBILE_URLS = 105;- See Also:
-
ITEM_2_HEADER_VALUE
public static final int ITEM_2_HEADER_VALUEData Type: STRING. The header of item 2 of the table.
ITEM_2_HEADER = 200;- See Also:
-
ITEM_2_DESCRIPTION_VALUE
public static final int ITEM_2_DESCRIPTION_VALUEData Type: STRING. The description of item 2 of the table.
ITEM_2_DESCRIPTION = 201;- See Also:
-
ITEM_2_PRICE_VALUE
public static final int ITEM_2_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 2 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_2_PRICE = 202;- See Also:
-
ITEM_2_UNIT_VALUE
public static final int ITEM_2_UNIT_VALUEData Type: STRING. The price unit of item 2 of the table. Must match one of the predefined price units.
ITEM_2_UNIT = 203;- See Also:
-
ITEM_2_FINAL_URLS_VALUE
public static final int ITEM_2_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 2 of the table when using Upgraded URLs.
ITEM_2_FINAL_URLS = 204;- See Also:
-
ITEM_2_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_2_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 2 of the table when using Upgraded URLs.
ITEM_2_FINAL_MOBILE_URLS = 205;- See Also:
-
ITEM_3_HEADER_VALUE
public static final int ITEM_3_HEADER_VALUEData Type: STRING. The header of item 3 of the table.
ITEM_3_HEADER = 300;- See Also:
-
ITEM_3_DESCRIPTION_VALUE
public static final int ITEM_3_DESCRIPTION_VALUEData Type: STRING. The description of item 3 of the table.
ITEM_3_DESCRIPTION = 301;- See Also:
-
ITEM_3_PRICE_VALUE
public static final int ITEM_3_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 3 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_3_PRICE = 302;- See Also:
-
ITEM_3_UNIT_VALUE
public static final int ITEM_3_UNIT_VALUEData Type: STRING. The price unit of item 3 of the table. Must match one of the predefined price units.
ITEM_3_UNIT = 303;- See Also:
-
ITEM_3_FINAL_URLS_VALUE
public static final int ITEM_3_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 3 of the table when using Upgraded URLs.
ITEM_3_FINAL_URLS = 304;- See Also:
-
ITEM_3_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_3_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 3 of the table when using Upgraded URLs.
ITEM_3_FINAL_MOBILE_URLS = 305;- See Also:
-
ITEM_4_HEADER_VALUE
public static final int ITEM_4_HEADER_VALUEData Type: STRING. The header of item 4 of the table.
ITEM_4_HEADER = 400;- See Also:
-
ITEM_4_DESCRIPTION_VALUE
public static final int ITEM_4_DESCRIPTION_VALUEData Type: STRING. The description of item 4 of the table.
ITEM_4_DESCRIPTION = 401;- See Also:
-
ITEM_4_PRICE_VALUE
public static final int ITEM_4_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 4 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_4_PRICE = 402;- See Also:
-
ITEM_4_UNIT_VALUE
public static final int ITEM_4_UNIT_VALUEData Type: STRING. The price unit of item 4 of the table. Must match one of the predefined price units.
ITEM_4_UNIT = 403;- See Also:
-
ITEM_4_FINAL_URLS_VALUE
public static final int ITEM_4_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 4 of the table when using Upgraded URLs.
ITEM_4_FINAL_URLS = 404;- See Also:
-
ITEM_4_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_4_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 4 of the table when using Upgraded URLs.
ITEM_4_FINAL_MOBILE_URLS = 405;- See Also:
-
ITEM_5_HEADER_VALUE
public static final int ITEM_5_HEADER_VALUEData Type: STRING. The header of item 5 of the table.
ITEM_5_HEADER = 500;- See Also:
-
ITEM_5_DESCRIPTION_VALUE
public static final int ITEM_5_DESCRIPTION_VALUEData Type: STRING. The description of item 5 of the table.
ITEM_5_DESCRIPTION = 501;- See Also:
-
ITEM_5_PRICE_VALUE
public static final int ITEM_5_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 5 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_5_PRICE = 502;- See Also:
-
ITEM_5_UNIT_VALUE
public static final int ITEM_5_UNIT_VALUEData Type: STRING. The price unit of item 5 of the table. Must match one of the predefined price units.
ITEM_5_UNIT = 503;- See Also:
-
ITEM_5_FINAL_URLS_VALUE
public static final int ITEM_5_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 5 of the table when using Upgraded URLs.
ITEM_5_FINAL_URLS = 504;- See Also:
-
ITEM_5_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_5_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 5 of the table when using Upgraded URLs.
ITEM_5_FINAL_MOBILE_URLS = 505;- See Also:
-
ITEM_6_HEADER_VALUE
public static final int ITEM_6_HEADER_VALUEData Type: STRING. The header of item 6 of the table.
ITEM_6_HEADER = 600;- See Also:
-
ITEM_6_DESCRIPTION_VALUE
public static final int ITEM_6_DESCRIPTION_VALUEData Type: STRING. The description of item 6 of the table.
ITEM_6_DESCRIPTION = 601;- See Also:
-
ITEM_6_PRICE_VALUE
public static final int ITEM_6_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 6 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_6_PRICE = 602;- See Also:
-
ITEM_6_UNIT_VALUE
public static final int ITEM_6_UNIT_VALUEData Type: STRING. The price unit of item 6 of the table. Must match one of the predefined price units.
ITEM_6_UNIT = 603;- See Also:
-
ITEM_6_FINAL_URLS_VALUE
public static final int ITEM_6_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 6 of the table when using Upgraded URLs.
ITEM_6_FINAL_URLS = 604;- See Also:
-
ITEM_6_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_6_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 6 of the table when using Upgraded URLs.
ITEM_6_FINAL_MOBILE_URLS = 605;- See Also:
-
ITEM_7_HEADER_VALUE
public static final int ITEM_7_HEADER_VALUEData Type: STRING. The header of item 7 of the table.
ITEM_7_HEADER = 700;- See Also:
-
ITEM_7_DESCRIPTION_VALUE
public static final int ITEM_7_DESCRIPTION_VALUEData Type: STRING. The description of item 7 of the table.
ITEM_7_DESCRIPTION = 701;- See Also:
-
ITEM_7_PRICE_VALUE
public static final int ITEM_7_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 7 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_7_PRICE = 702;- See Also:
-
ITEM_7_UNIT_VALUE
public static final int ITEM_7_UNIT_VALUEData Type: STRING. The price unit of item 7 of the table. Must match one of the predefined price units.
ITEM_7_UNIT = 703;- See Also:
-
ITEM_7_FINAL_URLS_VALUE
public static final int ITEM_7_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 7 of the table when using Upgraded URLs.
ITEM_7_FINAL_URLS = 704;- See Also:
-
ITEM_7_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_7_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 7 of the table when using Upgraded URLs.
ITEM_7_FINAL_MOBILE_URLS = 705;- See Also:
-
ITEM_8_HEADER_VALUE
public static final int ITEM_8_HEADER_VALUEData Type: STRING. The header of item 8 of the table.
ITEM_8_HEADER = 800;- See Also:
-
ITEM_8_DESCRIPTION_VALUE
public static final int ITEM_8_DESCRIPTION_VALUEData Type: STRING. The description of item 8 of the table.
ITEM_8_DESCRIPTION = 801;- See Also:
-
ITEM_8_PRICE_VALUE
public static final int ITEM_8_PRICE_VALUEData Type: MONEY. The price (money with currency) of item 8 of the table, for example, 30 USD. The currency must match one of the available currencies.
ITEM_8_PRICE = 802;- See Also:
-
ITEM_8_UNIT_VALUE
public static final int ITEM_8_UNIT_VALUEData Type: STRING. The price unit of item 8 of the table. Must match one of the predefined price units.
ITEM_8_UNIT = 803;- See Also:
-
ITEM_8_FINAL_URLS_VALUE
public static final int ITEM_8_FINAL_URLS_VALUEData Type: URL_LIST. The final URLs of item 8 of the table when using Upgraded URLs.
ITEM_8_FINAL_URLS = 804;- See Also:
-
ITEM_8_FINAL_MOBILE_URLS_VALUE
public static final int ITEM_8_FINAL_MOBILE_URLS_VALUEData Type: URL_LIST. The final mobile URLs of item 8 of the table when using Upgraded URLs.
ITEM_8_FINAL_MOBILE_URLS = 805;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 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.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- 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<PricePlaceholderFieldEnum.PricePlaceholderField> 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 PricePlaceholderFieldEnum.PricePlaceholderField valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-