All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/enums/price_placeholder_field.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.enums;

/**
 * 
 * Values for Price placeholder fields.
 * 
* * Protobuf type {@code google.ads.googleads.v17.enums.PricePlaceholderFieldEnum} */ public final class PricePlaceholderFieldEnum extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.enums.PricePlaceholderFieldEnum) PricePlaceholderFieldEnumOrBuilder { private static final long serialVersionUID = 0L; // Use PricePlaceholderFieldEnum.newBuilder() to construct. private PricePlaceholderFieldEnum(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PricePlaceholderFieldEnum() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PricePlaceholderFieldEnum(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldProto.internal_static_google_ads_googleads_v17_enums_PricePlaceholderFieldEnum_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldProto.internal_static_google_ads_googleads_v17_enums_PricePlaceholderFieldEnum_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.class, com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.Builder.class); } /** *
   * Possible values for Price placeholder fields.
   * 
* * Protobuf enum {@code google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.PricePlaceholderField} */ public enum PricePlaceholderField implements com.google.protobuf.ProtocolMessageEnum { /** *
     * Not specified.
     * 
* * UNSPECIFIED = 0; */ UNSPECIFIED(0), /** *
     * Used for return value only. Represents value unknown in this version.
     * 
* * UNKNOWN = 1; */ UNKNOWN(1), /** *
     * Data Type: STRING. The type of your price feed. Must match one of the
     * predefined price feed type exactly.
     * 
* * TYPE = 2; */ TYPE(2), /** *
     * Data Type: STRING. The qualifier of each price. Must match one of the
     * predefined price qualifiers exactly.
     * 
* * PRICE_QUALIFIER = 3; */ PRICE_QUALIFIER(3), /** *
     * Data Type: URL. Tracking template for the price feed when using Upgraded
     * URLs.
     * 
* * TRACKING_TEMPLATE = 4; */ TRACKING_TEMPLATE(4), /** *
     * Data Type: STRING. Language of the price feed. Must match one of the
     * available available locale codes exactly.
     * 
* * LANGUAGE = 5; */ LANGUAGE(5), /** *
     * Data Type: STRING. Final URL suffix for the price feed when using
     * parallel tracking.
     * 
* * FINAL_URL_SUFFIX = 6; */ FINAL_URL_SUFFIX(6), /** *
     * Data Type: STRING. The header of item 1 of the table.
     * 
* * ITEM_1_HEADER = 100; */ ITEM_1_HEADER(100), /** *
     * Data Type: STRING. The description of item 1 of the table.
     * 
* * ITEM_1_DESCRIPTION = 101; */ ITEM_1_DESCRIPTION(101), /** *
     * 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_PRICE(102), /** *
     * 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_UNIT(103), /** *
     * 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_URLS(104), /** *
     * 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_1_FINAL_MOBILE_URLS(105), /** *
     * Data Type: STRING. The header of item 2 of the table.
     * 
* * ITEM_2_HEADER = 200; */ ITEM_2_HEADER(200), /** *
     * Data Type: STRING. The description of item 2 of the table.
     * 
* * ITEM_2_DESCRIPTION = 201; */ ITEM_2_DESCRIPTION(201), /** *
     * 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_PRICE(202), /** *
     * 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_UNIT(203), /** *
     * 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_URLS(204), /** *
     * 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_2_FINAL_MOBILE_URLS(205), /** *
     * Data Type: STRING. The header of item 3 of the table.
     * 
* * ITEM_3_HEADER = 300; */ ITEM_3_HEADER(300), /** *
     * Data Type: STRING. The description of item 3 of the table.
     * 
* * ITEM_3_DESCRIPTION = 301; */ ITEM_3_DESCRIPTION(301), /** *
     * 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_PRICE(302), /** *
     * 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_UNIT(303), /** *
     * 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_URLS(304), /** *
     * 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_3_FINAL_MOBILE_URLS(305), /** *
     * Data Type: STRING. The header of item 4 of the table.
     * 
* * ITEM_4_HEADER = 400; */ ITEM_4_HEADER(400), /** *
     * Data Type: STRING. The description of item 4 of the table.
     * 
* * ITEM_4_DESCRIPTION = 401; */ ITEM_4_DESCRIPTION(401), /** *
     * 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_PRICE(402), /** *
     * 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_UNIT(403), /** *
     * 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_URLS(404), /** *
     * 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_4_FINAL_MOBILE_URLS(405), /** *
     * Data Type: STRING. The header of item 5 of the table.
     * 
* * ITEM_5_HEADER = 500; */ ITEM_5_HEADER(500), /** *
     * Data Type: STRING. The description of item 5 of the table.
     * 
* * ITEM_5_DESCRIPTION = 501; */ ITEM_5_DESCRIPTION(501), /** *
     * 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_PRICE(502), /** *
     * 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_UNIT(503), /** *
     * 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_URLS(504), /** *
     * 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_5_FINAL_MOBILE_URLS(505), /** *
     * Data Type: STRING. The header of item 6 of the table.
     * 
* * ITEM_6_HEADER = 600; */ ITEM_6_HEADER(600), /** *
     * Data Type: STRING. The description of item 6 of the table.
     * 
* * ITEM_6_DESCRIPTION = 601; */ ITEM_6_DESCRIPTION(601), /** *
     * 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_PRICE(602), /** *
     * 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_UNIT(603), /** *
     * 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_URLS(604), /** *
     * 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_6_FINAL_MOBILE_URLS(605), /** *
     * Data Type: STRING. The header of item 7 of the table.
     * 
* * ITEM_7_HEADER = 700; */ ITEM_7_HEADER(700), /** *
     * Data Type: STRING. The description of item 7 of the table.
     * 
* * ITEM_7_DESCRIPTION = 701; */ ITEM_7_DESCRIPTION(701), /** *
     * 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_PRICE(702), /** *
     * 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_UNIT(703), /** *
     * 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_URLS(704), /** *
     * 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_7_FINAL_MOBILE_URLS(705), /** *
     * Data Type: STRING. The header of item 8 of the table.
     * 
* * ITEM_8_HEADER = 800; */ ITEM_8_HEADER(800), /** *
     * Data Type: STRING. The description of item 8 of the table.
     * 
* * ITEM_8_DESCRIPTION = 801; */ ITEM_8_DESCRIPTION(801), /** *
     * 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_PRICE(802), /** *
     * 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_UNIT(803), /** *
     * 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_URLS(804), /** *
     * Data Type: URL_LIST. The final mobile URLs of item 8 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_8_FINAL_MOBILE_URLS = 805; */ ITEM_8_FINAL_MOBILE_URLS(805), UNRECOGNIZED(-1), ; /** *
     * Not specified.
     * 
* * UNSPECIFIED = 0; */ public static final int UNSPECIFIED_VALUE = 0; /** *
     * Used for return value only. Represents value unknown in this version.
     * 
* * UNKNOWN = 1; */ public static final int UNKNOWN_VALUE = 1; /** *
     * Data Type: STRING. The type of your price feed. Must match one of the
     * predefined price feed type exactly.
     * 
* * TYPE = 2; */ public static final int TYPE_VALUE = 2; /** *
     * Data Type: STRING. The qualifier of each price. Must match one of the
     * predefined price qualifiers exactly.
     * 
* * PRICE_QUALIFIER = 3; */ public static final int PRICE_QUALIFIER_VALUE = 3; /** *
     * Data Type: URL. Tracking template for the price feed when using Upgraded
     * URLs.
     * 
* * TRACKING_TEMPLATE = 4; */ public static final int TRACKING_TEMPLATE_VALUE = 4; /** *
     * Data Type: STRING. Language of the price feed. Must match one of the
     * available available locale codes exactly.
     * 
* * LANGUAGE = 5; */ public static final int LANGUAGE_VALUE = 5; /** *
     * Data Type: STRING. Final URL suffix for the price feed when using
     * parallel tracking.
     * 
* * FINAL_URL_SUFFIX = 6; */ public static final int FINAL_URL_SUFFIX_VALUE = 6; /** *
     * Data Type: STRING. The header of item 1 of the table.
     * 
* * ITEM_1_HEADER = 100; */ public static final int ITEM_1_HEADER_VALUE = 100; /** *
     * Data Type: STRING. The description of item 1 of the table.
     * 
* * ITEM_1_DESCRIPTION = 101; */ public static final int ITEM_1_DESCRIPTION_VALUE = 101; /** *
     * 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; */ public static final int ITEM_1_PRICE_VALUE = 102; /** *
     * Data Type: STRING. The price unit of item 1 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_1_UNIT = 103; */ public static final int ITEM_1_UNIT_VALUE = 103; /** *
     * Data Type: URL_LIST. The final URLs of item 1 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_1_FINAL_URLS = 104; */ public static final int ITEM_1_FINAL_URLS_VALUE = 104; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 1 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_1_FINAL_MOBILE_URLS = 105; */ public static final int ITEM_1_FINAL_MOBILE_URLS_VALUE = 105; /** *
     * Data Type: STRING. The header of item 2 of the table.
     * 
* * ITEM_2_HEADER = 200; */ public static final int ITEM_2_HEADER_VALUE = 200; /** *
     * Data Type: STRING. The description of item 2 of the table.
     * 
* * ITEM_2_DESCRIPTION = 201; */ public static final int ITEM_2_DESCRIPTION_VALUE = 201; /** *
     * 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; */ public static final int ITEM_2_PRICE_VALUE = 202; /** *
     * Data Type: STRING. The price unit of item 2 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_2_UNIT = 203; */ public static final int ITEM_2_UNIT_VALUE = 203; /** *
     * Data Type: URL_LIST. The final URLs of item 2 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_2_FINAL_URLS = 204; */ public static final int ITEM_2_FINAL_URLS_VALUE = 204; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 2 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_2_FINAL_MOBILE_URLS = 205; */ public static final int ITEM_2_FINAL_MOBILE_URLS_VALUE = 205; /** *
     * Data Type: STRING. The header of item 3 of the table.
     * 
* * ITEM_3_HEADER = 300; */ public static final int ITEM_3_HEADER_VALUE = 300; /** *
     * Data Type: STRING. The description of item 3 of the table.
     * 
* * ITEM_3_DESCRIPTION = 301; */ public static final int ITEM_3_DESCRIPTION_VALUE = 301; /** *
     * 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; */ public static final int ITEM_3_PRICE_VALUE = 302; /** *
     * Data Type: STRING. The price unit of item 3 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_3_UNIT = 303; */ public static final int ITEM_3_UNIT_VALUE = 303; /** *
     * Data Type: URL_LIST. The final URLs of item 3 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_3_FINAL_URLS = 304; */ public static final int ITEM_3_FINAL_URLS_VALUE = 304; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 3 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_3_FINAL_MOBILE_URLS = 305; */ public static final int ITEM_3_FINAL_MOBILE_URLS_VALUE = 305; /** *
     * Data Type: STRING. The header of item 4 of the table.
     * 
* * ITEM_4_HEADER = 400; */ public static final int ITEM_4_HEADER_VALUE = 400; /** *
     * Data Type: STRING. The description of item 4 of the table.
     * 
* * ITEM_4_DESCRIPTION = 401; */ public static final int ITEM_4_DESCRIPTION_VALUE = 401; /** *
     * 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; */ public static final int ITEM_4_PRICE_VALUE = 402; /** *
     * Data Type: STRING. The price unit of item 4 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_4_UNIT = 403; */ public static final int ITEM_4_UNIT_VALUE = 403; /** *
     * Data Type: URL_LIST. The final URLs of item 4 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_4_FINAL_URLS = 404; */ public static final int ITEM_4_FINAL_URLS_VALUE = 404; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 4 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_4_FINAL_MOBILE_URLS = 405; */ public static final int ITEM_4_FINAL_MOBILE_URLS_VALUE = 405; /** *
     * Data Type: STRING. The header of item 5 of the table.
     * 
* * ITEM_5_HEADER = 500; */ public static final int ITEM_5_HEADER_VALUE = 500; /** *
     * Data Type: STRING. The description of item 5 of the table.
     * 
* * ITEM_5_DESCRIPTION = 501; */ public static final int ITEM_5_DESCRIPTION_VALUE = 501; /** *
     * 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; */ public static final int ITEM_5_PRICE_VALUE = 502; /** *
     * Data Type: STRING. The price unit of item 5 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_5_UNIT = 503; */ public static final int ITEM_5_UNIT_VALUE = 503; /** *
     * Data Type: URL_LIST. The final URLs of item 5 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_5_FINAL_URLS = 504; */ public static final int ITEM_5_FINAL_URLS_VALUE = 504; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 5 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_5_FINAL_MOBILE_URLS = 505; */ public static final int ITEM_5_FINAL_MOBILE_URLS_VALUE = 505; /** *
     * Data Type: STRING. The header of item 6 of the table.
     * 
* * ITEM_6_HEADER = 600; */ public static final int ITEM_6_HEADER_VALUE = 600; /** *
     * Data Type: STRING. The description of item 6 of the table.
     * 
* * ITEM_6_DESCRIPTION = 601; */ public static final int ITEM_6_DESCRIPTION_VALUE = 601; /** *
     * 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; */ public static final int ITEM_6_PRICE_VALUE = 602; /** *
     * Data Type: STRING. The price unit of item 6 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_6_UNIT = 603; */ public static final int ITEM_6_UNIT_VALUE = 603; /** *
     * Data Type: URL_LIST. The final URLs of item 6 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_6_FINAL_URLS = 604; */ public static final int ITEM_6_FINAL_URLS_VALUE = 604; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 6 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_6_FINAL_MOBILE_URLS = 605; */ public static final int ITEM_6_FINAL_MOBILE_URLS_VALUE = 605; /** *
     * Data Type: STRING. The header of item 7 of the table.
     * 
* * ITEM_7_HEADER = 700; */ public static final int ITEM_7_HEADER_VALUE = 700; /** *
     * Data Type: STRING. The description of item 7 of the table.
     * 
* * ITEM_7_DESCRIPTION = 701; */ public static final int ITEM_7_DESCRIPTION_VALUE = 701; /** *
     * 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; */ public static final int ITEM_7_PRICE_VALUE = 702; /** *
     * Data Type: STRING. The price unit of item 7 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_7_UNIT = 703; */ public static final int ITEM_7_UNIT_VALUE = 703; /** *
     * Data Type: URL_LIST. The final URLs of item 7 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_7_FINAL_URLS = 704; */ public static final int ITEM_7_FINAL_URLS_VALUE = 704; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 7 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_7_FINAL_MOBILE_URLS = 705; */ public static final int ITEM_7_FINAL_MOBILE_URLS_VALUE = 705; /** *
     * Data Type: STRING. The header of item 8 of the table.
     * 
* * ITEM_8_HEADER = 800; */ public static final int ITEM_8_HEADER_VALUE = 800; /** *
     * Data Type: STRING. The description of item 8 of the table.
     * 
* * ITEM_8_DESCRIPTION = 801; */ public static final int ITEM_8_DESCRIPTION_VALUE = 801; /** *
     * 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; */ public static final int ITEM_8_PRICE_VALUE = 802; /** *
     * Data Type: STRING. The price unit of item 8 of the table. Must match one
     * of the predefined price units.
     * 
* * ITEM_8_UNIT = 803; */ public static final int ITEM_8_UNIT_VALUE = 803; /** *
     * Data Type: URL_LIST. The final URLs of item 8 of the table when using
     * Upgraded URLs.
     * 
* * ITEM_8_FINAL_URLS = 804; */ public static final int ITEM_8_FINAL_URLS_VALUE = 804; /** *
     * Data Type: URL_LIST. The final mobile URLs of item 8 of the table when
     * using Upgraded URLs.
     * 
* * ITEM_8_FINAL_MOBILE_URLS = 805; */ public static final int ITEM_8_FINAL_MOBILE_URLS_VALUE = 805; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static PricePlaceholderField valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static PricePlaceholderField forNumber(int value) { switch (value) { case 0: return UNSPECIFIED; case 1: return UNKNOWN; case 2: return TYPE; case 3: return PRICE_QUALIFIER; case 4: return TRACKING_TEMPLATE; case 5: return LANGUAGE; case 6: return FINAL_URL_SUFFIX; case 100: return ITEM_1_HEADER; case 101: return ITEM_1_DESCRIPTION; case 102: return ITEM_1_PRICE; case 103: return ITEM_1_UNIT; case 104: return ITEM_1_FINAL_URLS; case 105: return ITEM_1_FINAL_MOBILE_URLS; case 200: return ITEM_2_HEADER; case 201: return ITEM_2_DESCRIPTION; case 202: return ITEM_2_PRICE; case 203: return ITEM_2_UNIT; case 204: return ITEM_2_FINAL_URLS; case 205: return ITEM_2_FINAL_MOBILE_URLS; case 300: return ITEM_3_HEADER; case 301: return ITEM_3_DESCRIPTION; case 302: return ITEM_3_PRICE; case 303: return ITEM_3_UNIT; case 304: return ITEM_3_FINAL_URLS; case 305: return ITEM_3_FINAL_MOBILE_URLS; case 400: return ITEM_4_HEADER; case 401: return ITEM_4_DESCRIPTION; case 402: return ITEM_4_PRICE; case 403: return ITEM_4_UNIT; case 404: return ITEM_4_FINAL_URLS; case 405: return ITEM_4_FINAL_MOBILE_URLS; case 500: return ITEM_5_HEADER; case 501: return ITEM_5_DESCRIPTION; case 502: return ITEM_5_PRICE; case 503: return ITEM_5_UNIT; case 504: return ITEM_5_FINAL_URLS; case 505: return ITEM_5_FINAL_MOBILE_URLS; case 600: return ITEM_6_HEADER; case 601: return ITEM_6_DESCRIPTION; case 602: return ITEM_6_PRICE; case 603: return ITEM_6_UNIT; case 604: return ITEM_6_FINAL_URLS; case 605: return ITEM_6_FINAL_MOBILE_URLS; case 700: return ITEM_7_HEADER; case 701: return ITEM_7_DESCRIPTION; case 702: return ITEM_7_PRICE; case 703: return ITEM_7_UNIT; case 704: return ITEM_7_FINAL_URLS; case 705: return ITEM_7_FINAL_MOBILE_URLS; case 800: return ITEM_8_HEADER; case 801: return ITEM_8_DESCRIPTION; case 802: return ITEM_8_PRICE; case 803: return ITEM_8_UNIT; case 804: return ITEM_8_FINAL_URLS; case 805: return ITEM_8_FINAL_MOBILE_URLS; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< PricePlaceholderField> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public PricePlaceholderField findValueByNumber(int number) { return PricePlaceholderField.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.getDescriptor().getEnumTypes().get(0); } private static final PricePlaceholderField[] VALUES = values(); public static PricePlaceholderField valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private PricePlaceholderField(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.PricePlaceholderField) } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum)) { return super.equals(obj); } com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum other = (com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Values for Price placeholder fields.
   * 
* * Protobuf type {@code google.ads.googleads.v17.enums.PricePlaceholderFieldEnum} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.enums.PricePlaceholderFieldEnum) com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnumOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldProto.internal_static_google_ads_googleads_v17_enums_PricePlaceholderFieldEnum_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldProto.internal_static_google_ads_googleads_v17_enums_PricePlaceholderFieldEnum_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.class, com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.Builder.class); } // Construct using com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldProto.internal_static_google_ads_googleads_v17_enums_PricePlaceholderFieldEnum_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum getDefaultInstanceForType() { return com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum build() { com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum buildPartial() { com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum result = new com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum(this); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum) { return mergeFrom((com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum other) { if (other == com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.ads.googleads.v17.enums.PricePlaceholderFieldEnum) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.enums.PricePlaceholderFieldEnum) private static final com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum(); } public static com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PricePlaceholderFieldEnum parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy