Enum PricePlaceholderFieldEnum.PricePlaceholderField

    • 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
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • values

        public static PricePlaceholderFieldEnum.PricePlaceholderField[] 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 (PricePlaceholderFieldEnum.PricePlaceholderField c : PricePlaceholderFieldEnum.PricePlaceholderField.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static PricePlaceholderFieldEnum.PricePlaceholderField 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 name
        java.lang.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
        public static PricePlaceholderFieldEnum.PricePlaceholderField 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 name
        java.lang.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.
      • 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 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 name
        java.lang.NullPointerException - if the argument is null