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
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • TYPE_VALUE

      public static final int TYPE_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data Type: URL. Tracking template for the price feed when using Upgraded
       URLs.
       
      TRACKING_TEMPLATE = 4;
      See Also:
    • LANGUAGE_VALUE

      public static final int LANGUAGE_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_1_UNIT_VALUE

      public static final int ITEM_1_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_2_UNIT_VALUE

      public static final int ITEM_2_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_3_UNIT_VALUE

      public static final int ITEM_3_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_4_UNIT_VALUE

      public static final int ITEM_4_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_5_UNIT_VALUE

      public static final int ITEM_5_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_6_UNIT_VALUE

      public static final int ITEM_6_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_7_UNIT_VALUE

      public static final int ITEM_7_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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_VALUE
       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;
      See Also:
    • ITEM_8_UNIT_VALUE

      public static final int ITEM_8_UNIT_VALUE
       Data 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_VALUE
       Data 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_VALUE
       Data 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.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 name
      NullPointerException - if the argument is null
    • forNumber

      public static PricePlaceholderFieldEnum.PricePlaceholderField 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<PricePlaceholderFieldEnum.PricePlaceholderField> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null