com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/errors/feed_item_validation_error.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.errors;
/**
*
* Container for enum describing possible validation errors of a feed item.
*
*
* Protobuf type {@code google.ads.googleads.v17.errors.FeedItemValidationErrorEnum}
*/
public final class FeedItemValidationErrorEnum extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v17.errors.FeedItemValidationErrorEnum)
FeedItemValidationErrorEnumOrBuilder {
private static final long serialVersionUID = 0L;
// Use FeedItemValidationErrorEnum.newBuilder() to construct.
private FeedItemValidationErrorEnum(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FeedItemValidationErrorEnum() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FeedItemValidationErrorEnum();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.errors.FeedItemValidationErrorProto.internal_static_google_ads_googleads_v17_errors_FeedItemValidationErrorEnum_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.errors.FeedItemValidationErrorProto.internal_static_google_ads_googleads_v17_errors_FeedItemValidationErrorEnum_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.class, com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.Builder.class);
}
/**
*
* The possible validation errors of a feed item.
*
*
* Protobuf enum {@code google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError}
*/
public enum FeedItemValidationError
implements com.google.protobuf.ProtocolMessageEnum {
/**
*
* No value has been specified.
*
*
* UNSPECIFIED = 0;
*/
UNSPECIFIED(0),
/**
*
* Used for return value only. Represents value unknown in this version.
*
*
* UNKNOWN = 1;
*/
UNKNOWN(1),
/**
*
* String is too short.
*
*
* STRING_TOO_SHORT = 2;
*/
STRING_TOO_SHORT(2),
/**
*
* String is too long.
*
*
* STRING_TOO_LONG = 3;
*/
STRING_TOO_LONG(3),
/**
*
* Value is not provided.
*
*
* VALUE_NOT_SPECIFIED = 4;
*/
VALUE_NOT_SPECIFIED(4),
/**
*
* Phone number format is invalid for region.
*
*
* INVALID_DOMESTIC_PHONE_NUMBER_FORMAT = 5;
*/
INVALID_DOMESTIC_PHONE_NUMBER_FORMAT(5),
/**
*
* String does not represent a phone number.
*
*
* INVALID_PHONE_NUMBER = 6;
*/
INVALID_PHONE_NUMBER(6),
/**
*
* Phone number format is not compatible with country code.
*
*
* PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY = 7;
*/
PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY(7),
/**
*
* Premium rate number is not allowed.
*
*
* PREMIUM_RATE_NUMBER_NOT_ALLOWED = 8;
*/
PREMIUM_RATE_NUMBER_NOT_ALLOWED(8),
/**
*
* Phone number type is not allowed.
*
*
* DISALLOWED_NUMBER_TYPE = 9;
*/
DISALLOWED_NUMBER_TYPE(9),
/**
*
* Specified value is outside of the valid range.
*
*
* VALUE_OUT_OF_RANGE = 10;
*/
VALUE_OUT_OF_RANGE(10),
/**
*
* Call tracking is not supported in the selected country.
*
*
* CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 11;
*/
CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY(11),
/**
*
* Customer is not on the allow-list for call tracking.
*
*
* CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING = 99;
*/
CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING(99),
/**
*
* Country code is invalid.
*
*
* INVALID_COUNTRY_CODE = 13;
*/
INVALID_COUNTRY_CODE(13),
/**
*
* The specified mobile app id is invalid.
*
*
* INVALID_APP_ID = 14;
*/
INVALID_APP_ID(14),
/**
*
* Some required field attributes are missing.
*
*
* MISSING_ATTRIBUTES_FOR_FIELDS = 15;
*/
MISSING_ATTRIBUTES_FOR_FIELDS(15),
/**
*
* Invalid email button type for email extension.
*
*
* INVALID_TYPE_ID = 16;
*/
INVALID_TYPE_ID(16),
/**
*
* Email address is invalid.
*
*
* INVALID_EMAIL_ADDRESS = 17;
*/
INVALID_EMAIL_ADDRESS(17),
/**
*
* The HTTPS URL in email extension is invalid.
*
*
* INVALID_HTTPS_URL = 18;
*/
INVALID_HTTPS_URL(18),
/**
*
* Delivery address is missing from email extension.
*
*
* MISSING_DELIVERY_ADDRESS = 19;
*/
MISSING_DELIVERY_ADDRESS(19),
/**
*
* FeedItem scheduling start date comes after end date.
*
*
* START_DATE_AFTER_END_DATE = 20;
*/
START_DATE_AFTER_END_DATE(20),
/**
*
* FeedItem scheduling start time is missing.
*
*
* MISSING_FEED_ITEM_START_TIME = 21;
*/
MISSING_FEED_ITEM_START_TIME(21),
/**
*
* FeedItem scheduling end time is missing.
*
*
* MISSING_FEED_ITEM_END_TIME = 22;
*/
MISSING_FEED_ITEM_END_TIME(22),
/**
*
* Cannot compute system attributes on a FeedItem that has no FeedItemId.
*
*
* MISSING_FEED_ITEM_ID = 23;
*/
MISSING_FEED_ITEM_ID(23),
/**
*
* Call extension vanity phone numbers are not supported.
*
*
* VANITY_PHONE_NUMBER_NOT_ALLOWED = 24;
*/
VANITY_PHONE_NUMBER_NOT_ALLOWED(24),
/**
*
* Invalid review text.
*
*
* INVALID_REVIEW_EXTENSION_SNIPPET = 25;
*/
INVALID_REVIEW_EXTENSION_SNIPPET(25),
/**
*
* Invalid format for numeric value in ad parameter.
*
*
* INVALID_NUMBER_FORMAT = 26;
*/
INVALID_NUMBER_FORMAT(26),
/**
*
* Invalid format for date value in ad parameter.
*
*
* INVALID_DATE_FORMAT = 27;
*/
INVALID_DATE_FORMAT(27),
/**
*
* Invalid format for price value in ad parameter.
*
*
* INVALID_PRICE_FORMAT = 28;
*/
INVALID_PRICE_FORMAT(28),
/**
*
* Unrecognized type given for value in ad parameter.
*
*
* UNKNOWN_PLACEHOLDER_FIELD = 29;
*/
UNKNOWN_PLACEHOLDER_FIELD(29),
/**
*
* Enhanced sitelinks must have both description lines specified.
*
*
* MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE = 30;
*/
MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE(30),
/**
*
* Review source is ineligible.
*
*
* REVIEW_EXTENSION_SOURCE_INELIGIBLE = 31;
*/
REVIEW_EXTENSION_SOURCE_INELIGIBLE(31),
/**
*
* Review text cannot contain hyphens or dashes.
*
*
* HYPHENS_IN_REVIEW_EXTENSION_SNIPPET = 32;
*/
HYPHENS_IN_REVIEW_EXTENSION_SNIPPET(32),
/**
*
* Review text cannot contain double quote characters.
*
*
* DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 33;
*/
DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET(33),
/**
*
* Review text cannot contain quote characters.
*
*
* QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 34;
*/
QUOTES_IN_REVIEW_EXTENSION_SNIPPET(34),
/**
*
* Parameters are encoded in the wrong format.
*
*
* INVALID_FORM_ENCODED_PARAMS = 35;
*/
INVALID_FORM_ENCODED_PARAMS(35),
/**
*
* URL parameter name must contain only letters, numbers, underscores, and
* dashes.
*
*
* INVALID_URL_PARAMETER_NAME = 36;
*/
INVALID_URL_PARAMETER_NAME(36),
/**
*
* Cannot find address location.
*
*
* NO_GEOCODING_RESULT = 37;
*/
NO_GEOCODING_RESULT(37),
/**
*
* Review extension text has source name.
*
*
* SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT = 38;
*/
SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT(38),
/**
*
* Some phone numbers can be shorter than usual. Some of these short numbers
* are carrier-specific, and we disallow those in ad extensions because they
* will not be available to all users.
*
*
* CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED = 39;
*/
CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED(39),
/**
*
* Triggered when a request references a placeholder field id that does not
* exist.
*
*
* INVALID_PLACEHOLDER_FIELD_ID = 40;
*/
INVALID_PLACEHOLDER_FIELD_ID(40),
/**
*
* URL contains invalid ValueTrack tags or format.
*
*
* INVALID_URL_TAG = 41;
*/
INVALID_URL_TAG(41),
/**
*
* Provided list exceeds acceptable size.
*
*
* LIST_TOO_LONG = 42;
*/
LIST_TOO_LONG(42),
/**
*
* Certain combinations of attributes aren't allowed to be specified in the
* same feed item.
*
*
* INVALID_ATTRIBUTES_COMBINATION = 43;
*/
INVALID_ATTRIBUTES_COMBINATION(43),
/**
*
* An attribute has the same value repeatedly.
*
*
* DUPLICATE_VALUES = 44;
*/
DUPLICATE_VALUES(44),
/**
*
* Advertisers can link a conversion action with a phone number to indicate
* that sufficiently long calls forwarded to that phone number should be
* counted as conversions of the specified type. This is an error message
* indicating that the conversion action specified is invalid (for example,
* the conversion action does not exist within the appropriate Google Ads
* account, or it is a type of conversion not appropriate to phone call
* conversions).
*
*
* INVALID_CALL_CONVERSION_ACTION_ID = 45;
*/
INVALID_CALL_CONVERSION_ACTION_ID(45),
/**
*
* Tracking template requires final url to be set.
*
*
* CANNOT_SET_WITHOUT_FINAL_URLS = 46;
*/
CANNOT_SET_WITHOUT_FINAL_URLS(46),
/**
*
* An app id was provided that doesn't exist in the given app store.
*
*
* APP_ID_DOESNT_EXIST_IN_APP_STORE = 47;
*/
APP_ID_DOESNT_EXIST_IN_APP_STORE(47),
/**
*
* Invalid U2 final url.
*
*
* INVALID_FINAL_URL = 48;
*/
INVALID_FINAL_URL(48),
/**
*
* Invalid U2 tracking url.
*
*
* INVALID_TRACKING_URL = 49;
*/
INVALID_TRACKING_URL(49),
/**
*
* Final URL should start from App download URL.
*
*
* INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL = 50;
*/
INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL(50),
/**
*
* List provided is too short.
*
*
* LIST_TOO_SHORT = 51;
*/
LIST_TOO_SHORT(51),
/**
*
* User Action field has invalid value.
*
*
* INVALID_USER_ACTION = 52;
*/
INVALID_USER_ACTION(52),
/**
*
* Type field has invalid value.
*
*
* INVALID_TYPE_NAME = 53;
*/
INVALID_TYPE_NAME(53),
/**
*
* Change status for event is invalid.
*
*
* INVALID_EVENT_CHANGE_STATUS = 54;
*/
INVALID_EVENT_CHANGE_STATUS(54),
/**
*
* The header of a structured snippets extension is not one of the valid
* headers.
*
*
* INVALID_SNIPPETS_HEADER = 55;
*/
INVALID_SNIPPETS_HEADER(55),
/**
*
* Android app link is not formatted correctly
*
*
* INVALID_ANDROID_APP_LINK = 56;
*/
INVALID_ANDROID_APP_LINK(56),
/**
*
* Phone number incompatible with call tracking for country.
*
*
* NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 57;
*/
NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY(57),
/**
*
* The input is identical to a reserved keyword
*
*
* RESERVED_KEYWORD_OTHER = 58;
*/
RESERVED_KEYWORD_OTHER(58),
/**
*
* Each option label in the message extension must be unique.
*
*
* DUPLICATE_OPTION_LABELS = 59;
*/
DUPLICATE_OPTION_LABELS(59),
/**
*
* Each option prefill in the message extension must be unique.
*
*
* DUPLICATE_OPTION_PREFILLS = 60;
*/
DUPLICATE_OPTION_PREFILLS(60),
/**
*
* In message extensions, the number of optional labels and optional
* prefills must be the same.
*
*
* UNEQUAL_LIST_LENGTHS = 61;
*/
UNEQUAL_LIST_LENGTHS(61),
/**
*
* All currency codes in an ad extension must be the same.
*
*
* INCONSISTENT_CURRENCY_CODES = 62;
*/
INCONSISTENT_CURRENCY_CODES(62),
/**
*
* Headers in price extension are not unique.
*
*
* PRICE_EXTENSION_HAS_DUPLICATED_HEADERS = 63;
*/
PRICE_EXTENSION_HAS_DUPLICATED_HEADERS(63),
/**
*
* Header and description in an item are the same.
*
*
* ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION = 64;
*/
ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION(64),
/**
*
* Price extension has too few items.
*
*
* PRICE_EXTENSION_HAS_TOO_FEW_ITEMS = 65;
*/
PRICE_EXTENSION_HAS_TOO_FEW_ITEMS(65),
/**
*
* The given value is not supported.
*
*
* UNSUPPORTED_VALUE = 66;
*/
UNSUPPORTED_VALUE(66),
/**
*
* Invalid final mobile url.
*
*
* INVALID_FINAL_MOBILE_URL = 67;
*/
INVALID_FINAL_MOBILE_URL(67),
/**
*
* The given string value of Label contains invalid characters
*
*
* INVALID_KEYWORDLESS_AD_RULE_LABEL = 68;
*/
INVALID_KEYWORDLESS_AD_RULE_LABEL(68),
/**
*
* The given URL contains value track parameters.
*
*
* VALUE_TRACK_PARAMETER_NOT_SUPPORTED = 69;
*/
VALUE_TRACK_PARAMETER_NOT_SUPPORTED(69),
/**
*
* The given value is not supported in the selected language of an
* extension.
*
*
* UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE = 70;
*/
UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE(70),
/**
*
* The iOS app link is not formatted correctly.
*
*
* INVALID_IOS_APP_LINK = 71;
*/
INVALID_IOS_APP_LINK(71),
/**
*
* iOS app link or iOS app store id is missing.
*
*
* MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID = 72;
*/
MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID(72),
/**
*
* Promotion time is invalid.
*
*
* PROMOTION_INVALID_TIME = 73;
*/
PROMOTION_INVALID_TIME(73),
/**
*
* Both the percent off and money amount off fields are set.
*
*
* PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF = 74;
*/
PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF(74),
/**
*
* Both the promotion code and orders over amount fields are set.
*
*
* PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT = 75;
*/
PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT(75),
/**
*
* Too many decimal places are specified.
*
*
* TOO_MANY_DECIMAL_PLACES_SPECIFIED = 76;
*/
TOO_MANY_DECIMAL_PLACES_SPECIFIED(76),
/**
*
* Ad Customizers are present and not allowed.
*
*
* AD_CUSTOMIZERS_NOT_ALLOWED = 77;
*/
AD_CUSTOMIZERS_NOT_ALLOWED(77),
/**
*
* Language code is not valid.
*
*
* INVALID_LANGUAGE_CODE = 78;
*/
INVALID_LANGUAGE_CODE(78),
/**
*
* Language is not supported.
*
*
* UNSUPPORTED_LANGUAGE = 79;
*/
UNSUPPORTED_LANGUAGE(79),
/**
*
* IF Function is present and not allowed.
*
*
* IF_FUNCTION_NOT_ALLOWED = 80;
*/
IF_FUNCTION_NOT_ALLOWED(80),
/**
*
* Final url suffix is not valid.
*
*
* INVALID_FINAL_URL_SUFFIX = 81;
*/
INVALID_FINAL_URL_SUFFIX(81),
/**
*
* Final url suffix contains an invalid tag.
*
*
* INVALID_TAG_IN_FINAL_URL_SUFFIX = 82;
*/
INVALID_TAG_IN_FINAL_URL_SUFFIX(82),
/**
*
* Final url suffix is formatted incorrectly.
*
*
* INVALID_FINAL_URL_SUFFIX_FORMAT = 83;
*/
INVALID_FINAL_URL_SUFFIX_FORMAT(83),
/**
*
* Consent for call recording, which is required for the use of call
* extensions, was not provided by the advertiser. See
* https://support.google.com/google-ads/answer/7412639.
*
*
* CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED = 84;
*/
CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED(84),
/**
*
* Multiple message delivery options are set.
*
*
* ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED = 85;
*/
ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED(85),
/**
*
* No message delivery option is set.
*
*
* NO_DELIVERY_OPTION_IS_SET = 86;
*/
NO_DELIVERY_OPTION_IS_SET(86),
/**
*
* String value of conversion reporting state field is not valid.
*
*
* INVALID_CONVERSION_REPORTING_STATE = 87;
*/
INVALID_CONVERSION_REPORTING_STATE(87),
/**
*
* Image size is not right.
*
*
* IMAGE_SIZE_WRONG = 88;
*/
IMAGE_SIZE_WRONG(88),
/**
*
* Email delivery is not supported in the country specified in the country
* code field.
*
*
* EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY = 89;
*/
EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY(89),
/**
*
* Auto reply is not supported in the country specified in the country code
* field.
*
*
* AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY = 90;
*/
AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY(90),
/**
*
* Invalid value specified for latitude.
*
*
* INVALID_LATITUDE_VALUE = 91;
*/
INVALID_LATITUDE_VALUE(91),
/**
*
* Invalid value specified for longitude.
*
*
* INVALID_LONGITUDE_VALUE = 92;
*/
INVALID_LONGITUDE_VALUE(92),
/**
*
* Too many label fields provided.
*
*
* TOO_MANY_LABELS = 93;
*/
TOO_MANY_LABELS(93),
/**
*
* Invalid image url.
*
*
* INVALID_IMAGE_URL = 94;
*/
INVALID_IMAGE_URL(94),
/**
*
* Latitude value is missing.
*
*
* MISSING_LATITUDE_VALUE = 95;
*/
MISSING_LATITUDE_VALUE(95),
/**
*
* Longitude value is missing.
*
*
* MISSING_LONGITUDE_VALUE = 96;
*/
MISSING_LONGITUDE_VALUE(96),
/**
*
* Unable to find address.
*
*
* ADDRESS_NOT_FOUND = 97;
*/
ADDRESS_NOT_FOUND(97),
/**
*
* Cannot target provided address.
*
*
* ADDRESS_NOT_TARGETABLE = 98;
*/
ADDRESS_NOT_TARGETABLE(98),
/**
*
* The specified asset ID does not exist.
*
*
* INVALID_ASSET_ID = 100;
*/
INVALID_ASSET_ID(100),
/**
*
* The asset type cannot be set for the field.
*
*
* INCOMPATIBLE_ASSET_TYPE = 101;
*/
INCOMPATIBLE_ASSET_TYPE(101),
/**
*
* The image has unexpected size.
*
*
* IMAGE_ERROR_UNEXPECTED_SIZE = 102;
*/
IMAGE_ERROR_UNEXPECTED_SIZE(102),
/**
*
* The image aspect ratio is not allowed.
*
*
* IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED = 103;
*/
IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED(103),
/**
*
* The image file is too large.
*
*
* IMAGE_ERROR_FILE_TOO_LARGE = 104;
*/
IMAGE_ERROR_FILE_TOO_LARGE(104),
/**
*
* The image format is unsupported.
*
*
* IMAGE_ERROR_FORMAT_NOT_ALLOWED = 105;
*/
IMAGE_ERROR_FORMAT_NOT_ALLOWED(105),
/**
*
* Image violates constraints without more details.
*
*
* IMAGE_ERROR_CONSTRAINTS_VIOLATED = 106;
*/
IMAGE_ERROR_CONSTRAINTS_VIOLATED(106),
/**
*
* An error occurred when validating image.
*
*
* IMAGE_ERROR_SERVER_ERROR = 107;
*/
IMAGE_ERROR_SERVER_ERROR(107),
UNRECOGNIZED(-1),
;
/**
*
* No value has been 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;
/**
*
* String is too short.
*
*
* STRING_TOO_SHORT = 2;
*/
public static final int STRING_TOO_SHORT_VALUE = 2;
/**
*
* String is too long.
*
*
* STRING_TOO_LONG = 3;
*/
public static final int STRING_TOO_LONG_VALUE = 3;
/**
*
* Value is not provided.
*
*
* VALUE_NOT_SPECIFIED = 4;
*/
public static final int VALUE_NOT_SPECIFIED_VALUE = 4;
/**
*
* Phone number format is invalid for region.
*
*
* INVALID_DOMESTIC_PHONE_NUMBER_FORMAT = 5;
*/
public static final int INVALID_DOMESTIC_PHONE_NUMBER_FORMAT_VALUE = 5;
/**
*
* String does not represent a phone number.
*
*
* INVALID_PHONE_NUMBER = 6;
*/
public static final int INVALID_PHONE_NUMBER_VALUE = 6;
/**
*
* Phone number format is not compatible with country code.
*
*
* PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY = 7;
*/
public static final int PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY_VALUE = 7;
/**
*
* Premium rate number is not allowed.
*
*
* PREMIUM_RATE_NUMBER_NOT_ALLOWED = 8;
*/
public static final int PREMIUM_RATE_NUMBER_NOT_ALLOWED_VALUE = 8;
/**
*
* Phone number type is not allowed.
*
*
* DISALLOWED_NUMBER_TYPE = 9;
*/
public static final int DISALLOWED_NUMBER_TYPE_VALUE = 9;
/**
*
* Specified value is outside of the valid range.
*
*
* VALUE_OUT_OF_RANGE = 10;
*/
public static final int VALUE_OUT_OF_RANGE_VALUE = 10;
/**
*
* Call tracking is not supported in the selected country.
*
*
* CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 11;
*/
public static final int CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY_VALUE = 11;
/**
*
* Customer is not on the allow-list for call tracking.
*
*
* CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING = 99;
*/
public static final int CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING_VALUE = 99;
/**
*
* Country code is invalid.
*
*
* INVALID_COUNTRY_CODE = 13;
*/
public static final int INVALID_COUNTRY_CODE_VALUE = 13;
/**
*
* The specified mobile app id is invalid.
*
*
* INVALID_APP_ID = 14;
*/
public static final int INVALID_APP_ID_VALUE = 14;
/**
*
* Some required field attributes are missing.
*
*
* MISSING_ATTRIBUTES_FOR_FIELDS = 15;
*/
public static final int MISSING_ATTRIBUTES_FOR_FIELDS_VALUE = 15;
/**
*
* Invalid email button type for email extension.
*
*
* INVALID_TYPE_ID = 16;
*/
public static final int INVALID_TYPE_ID_VALUE = 16;
/**
*
* Email address is invalid.
*
*
* INVALID_EMAIL_ADDRESS = 17;
*/
public static final int INVALID_EMAIL_ADDRESS_VALUE = 17;
/**
*
* The HTTPS URL in email extension is invalid.
*
*
* INVALID_HTTPS_URL = 18;
*/
public static final int INVALID_HTTPS_URL_VALUE = 18;
/**
*
* Delivery address is missing from email extension.
*
*
* MISSING_DELIVERY_ADDRESS = 19;
*/
public static final int MISSING_DELIVERY_ADDRESS_VALUE = 19;
/**
*
* FeedItem scheduling start date comes after end date.
*
*
* START_DATE_AFTER_END_DATE = 20;
*/
public static final int START_DATE_AFTER_END_DATE_VALUE = 20;
/**
*
* FeedItem scheduling start time is missing.
*
*
* MISSING_FEED_ITEM_START_TIME = 21;
*/
public static final int MISSING_FEED_ITEM_START_TIME_VALUE = 21;
/**
*
* FeedItem scheduling end time is missing.
*
*
* MISSING_FEED_ITEM_END_TIME = 22;
*/
public static final int MISSING_FEED_ITEM_END_TIME_VALUE = 22;
/**
*
* Cannot compute system attributes on a FeedItem that has no FeedItemId.
*
*
* MISSING_FEED_ITEM_ID = 23;
*/
public static final int MISSING_FEED_ITEM_ID_VALUE = 23;
/**
*
* Call extension vanity phone numbers are not supported.
*
*
* VANITY_PHONE_NUMBER_NOT_ALLOWED = 24;
*/
public static final int VANITY_PHONE_NUMBER_NOT_ALLOWED_VALUE = 24;
/**
*
* Invalid review text.
*
*
* INVALID_REVIEW_EXTENSION_SNIPPET = 25;
*/
public static final int INVALID_REVIEW_EXTENSION_SNIPPET_VALUE = 25;
/**
*
* Invalid format for numeric value in ad parameter.
*
*
* INVALID_NUMBER_FORMAT = 26;
*/
public static final int INVALID_NUMBER_FORMAT_VALUE = 26;
/**
*
* Invalid format for date value in ad parameter.
*
*
* INVALID_DATE_FORMAT = 27;
*/
public static final int INVALID_DATE_FORMAT_VALUE = 27;
/**
*
* Invalid format for price value in ad parameter.
*
*
* INVALID_PRICE_FORMAT = 28;
*/
public static final int INVALID_PRICE_FORMAT_VALUE = 28;
/**
*
* Unrecognized type given for value in ad parameter.
*
*
* UNKNOWN_PLACEHOLDER_FIELD = 29;
*/
public static final int UNKNOWN_PLACEHOLDER_FIELD_VALUE = 29;
/**
*
* Enhanced sitelinks must have both description lines specified.
*
*
* MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE = 30;
*/
public static final int MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE_VALUE = 30;
/**
*
* Review source is ineligible.
*
*
* REVIEW_EXTENSION_SOURCE_INELIGIBLE = 31;
*/
public static final int REVIEW_EXTENSION_SOURCE_INELIGIBLE_VALUE = 31;
/**
*
* Review text cannot contain hyphens or dashes.
*
*
* HYPHENS_IN_REVIEW_EXTENSION_SNIPPET = 32;
*/
public static final int HYPHENS_IN_REVIEW_EXTENSION_SNIPPET_VALUE = 32;
/**
*
* Review text cannot contain double quote characters.
*
*
* DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 33;
*/
public static final int DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE = 33;
/**
*
* Review text cannot contain quote characters.
*
*
* QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 34;
*/
public static final int QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE = 34;
/**
*
* Parameters are encoded in the wrong format.
*
*
* INVALID_FORM_ENCODED_PARAMS = 35;
*/
public static final int INVALID_FORM_ENCODED_PARAMS_VALUE = 35;
/**
*
* URL parameter name must contain only letters, numbers, underscores, and
* dashes.
*
*
* INVALID_URL_PARAMETER_NAME = 36;
*/
public static final int INVALID_URL_PARAMETER_NAME_VALUE = 36;
/**
*
* Cannot find address location.
*
*
* NO_GEOCODING_RESULT = 37;
*/
public static final int NO_GEOCODING_RESULT_VALUE = 37;
/**
*
* Review extension text has source name.
*
*
* SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT = 38;
*/
public static final int SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT_VALUE = 38;
/**
*
* Some phone numbers can be shorter than usual. Some of these short numbers
* are carrier-specific, and we disallow those in ad extensions because they
* will not be available to all users.
*
*
* CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED = 39;
*/
public static final int CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED_VALUE = 39;
/**
*
* Triggered when a request references a placeholder field id that does not
* exist.
*
*
* INVALID_PLACEHOLDER_FIELD_ID = 40;
*/
public static final int INVALID_PLACEHOLDER_FIELD_ID_VALUE = 40;
/**
*
* URL contains invalid ValueTrack tags or format.
*
*
* INVALID_URL_TAG = 41;
*/
public static final int INVALID_URL_TAG_VALUE = 41;
/**
*
* Provided list exceeds acceptable size.
*
*
* LIST_TOO_LONG = 42;
*/
public static final int LIST_TOO_LONG_VALUE = 42;
/**
*
* Certain combinations of attributes aren't allowed to be specified in the
* same feed item.
*
*
* INVALID_ATTRIBUTES_COMBINATION = 43;
*/
public static final int INVALID_ATTRIBUTES_COMBINATION_VALUE = 43;
/**
*
* An attribute has the same value repeatedly.
*
*
* DUPLICATE_VALUES = 44;
*/
public static final int DUPLICATE_VALUES_VALUE = 44;
/**
*
* Advertisers can link a conversion action with a phone number to indicate
* that sufficiently long calls forwarded to that phone number should be
* counted as conversions of the specified type. This is an error message
* indicating that the conversion action specified is invalid (for example,
* the conversion action does not exist within the appropriate Google Ads
* account, or it is a type of conversion not appropriate to phone call
* conversions).
*
*
* INVALID_CALL_CONVERSION_ACTION_ID = 45;
*/
public static final int INVALID_CALL_CONVERSION_ACTION_ID_VALUE = 45;
/**
*
* Tracking template requires final url to be set.
*
*
* CANNOT_SET_WITHOUT_FINAL_URLS = 46;
*/
public static final int CANNOT_SET_WITHOUT_FINAL_URLS_VALUE = 46;
/**
*
* An app id was provided that doesn't exist in the given app store.
*
*
* APP_ID_DOESNT_EXIST_IN_APP_STORE = 47;
*/
public static final int APP_ID_DOESNT_EXIST_IN_APP_STORE_VALUE = 47;
/**
*
* Invalid U2 final url.
*
*
* INVALID_FINAL_URL = 48;
*/
public static final int INVALID_FINAL_URL_VALUE = 48;
/**
*
* Invalid U2 tracking url.
*
*
* INVALID_TRACKING_URL = 49;
*/
public static final int INVALID_TRACKING_URL_VALUE = 49;
/**
*
* Final URL should start from App download URL.
*
*
* INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL = 50;
*/
public static final int INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL_VALUE = 50;
/**
*
* List provided is too short.
*
*
* LIST_TOO_SHORT = 51;
*/
public static final int LIST_TOO_SHORT_VALUE = 51;
/**
*
* User Action field has invalid value.
*
*
* INVALID_USER_ACTION = 52;
*/
public static final int INVALID_USER_ACTION_VALUE = 52;
/**
*
* Type field has invalid value.
*
*
* INVALID_TYPE_NAME = 53;
*/
public static final int INVALID_TYPE_NAME_VALUE = 53;
/**
*
* Change status for event is invalid.
*
*
* INVALID_EVENT_CHANGE_STATUS = 54;
*/
public static final int INVALID_EVENT_CHANGE_STATUS_VALUE = 54;
/**
*
* The header of a structured snippets extension is not one of the valid
* headers.
*
*
* INVALID_SNIPPETS_HEADER = 55;
*/
public static final int INVALID_SNIPPETS_HEADER_VALUE = 55;
/**
*
* Android app link is not formatted correctly
*
*
* INVALID_ANDROID_APP_LINK = 56;
*/
public static final int INVALID_ANDROID_APP_LINK_VALUE = 56;
/**
*
* Phone number incompatible with call tracking for country.
*
*
* NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 57;
*/
public static final int NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY_VALUE = 57;
/**
*
* The input is identical to a reserved keyword
*
*
* RESERVED_KEYWORD_OTHER = 58;
*/
public static final int RESERVED_KEYWORD_OTHER_VALUE = 58;
/**
*
* Each option label in the message extension must be unique.
*
*
* DUPLICATE_OPTION_LABELS = 59;
*/
public static final int DUPLICATE_OPTION_LABELS_VALUE = 59;
/**
*
* Each option prefill in the message extension must be unique.
*
*
* DUPLICATE_OPTION_PREFILLS = 60;
*/
public static final int DUPLICATE_OPTION_PREFILLS_VALUE = 60;
/**
*
* In message extensions, the number of optional labels and optional
* prefills must be the same.
*
*
* UNEQUAL_LIST_LENGTHS = 61;
*/
public static final int UNEQUAL_LIST_LENGTHS_VALUE = 61;
/**
*
* All currency codes in an ad extension must be the same.
*
*
* INCONSISTENT_CURRENCY_CODES = 62;
*/
public static final int INCONSISTENT_CURRENCY_CODES_VALUE = 62;
/**
*
* Headers in price extension are not unique.
*
*
* PRICE_EXTENSION_HAS_DUPLICATED_HEADERS = 63;
*/
public static final int PRICE_EXTENSION_HAS_DUPLICATED_HEADERS_VALUE = 63;
/**
*
* Header and description in an item are the same.
*
*
* ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION = 64;
*/
public static final int ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION_VALUE = 64;
/**
*
* Price extension has too few items.
*
*
* PRICE_EXTENSION_HAS_TOO_FEW_ITEMS = 65;
*/
public static final int PRICE_EXTENSION_HAS_TOO_FEW_ITEMS_VALUE = 65;
/**
*
* The given value is not supported.
*
*
* UNSUPPORTED_VALUE = 66;
*/
public static final int UNSUPPORTED_VALUE_VALUE = 66;
/**
*
* Invalid final mobile url.
*
*
* INVALID_FINAL_MOBILE_URL = 67;
*/
public static final int INVALID_FINAL_MOBILE_URL_VALUE = 67;
/**
*
* The given string value of Label contains invalid characters
*
*
* INVALID_KEYWORDLESS_AD_RULE_LABEL = 68;
*/
public static final int INVALID_KEYWORDLESS_AD_RULE_LABEL_VALUE = 68;
/**
*
* The given URL contains value track parameters.
*
*
* VALUE_TRACK_PARAMETER_NOT_SUPPORTED = 69;
*/
public static final int VALUE_TRACK_PARAMETER_NOT_SUPPORTED_VALUE = 69;
/**
*
* The given value is not supported in the selected language of an
* extension.
*
*
* UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE = 70;
*/
public static final int UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE_VALUE = 70;
/**
*
* The iOS app link is not formatted correctly.
*
*
* INVALID_IOS_APP_LINK = 71;
*/
public static final int INVALID_IOS_APP_LINK_VALUE = 71;
/**
*
* iOS app link or iOS app store id is missing.
*
*
* MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID = 72;
*/
public static final int MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID_VALUE = 72;
/**
*
* Promotion time is invalid.
*
*
* PROMOTION_INVALID_TIME = 73;
*/
public static final int PROMOTION_INVALID_TIME_VALUE = 73;
/**
*
* Both the percent off and money amount off fields are set.
*
*
* PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF = 74;
*/
public static final int PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF_VALUE = 74;
/**
*
* Both the promotion code and orders over amount fields are set.
*
*
* PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT = 75;
*/
public static final int PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT_VALUE = 75;
/**
*
* Too many decimal places are specified.
*
*
* TOO_MANY_DECIMAL_PLACES_SPECIFIED = 76;
*/
public static final int TOO_MANY_DECIMAL_PLACES_SPECIFIED_VALUE = 76;
/**
*
* Ad Customizers are present and not allowed.
*
*
* AD_CUSTOMIZERS_NOT_ALLOWED = 77;
*/
public static final int AD_CUSTOMIZERS_NOT_ALLOWED_VALUE = 77;
/**
*
* Language code is not valid.
*
*
* INVALID_LANGUAGE_CODE = 78;
*/
public static final int INVALID_LANGUAGE_CODE_VALUE = 78;
/**
*
* Language is not supported.
*
*
* UNSUPPORTED_LANGUAGE = 79;
*/
public static final int UNSUPPORTED_LANGUAGE_VALUE = 79;
/**
*
* IF Function is present and not allowed.
*
*
* IF_FUNCTION_NOT_ALLOWED = 80;
*/
public static final int IF_FUNCTION_NOT_ALLOWED_VALUE = 80;
/**
*
* Final url suffix is not valid.
*
*
* INVALID_FINAL_URL_SUFFIX = 81;
*/
public static final int INVALID_FINAL_URL_SUFFIX_VALUE = 81;
/**
*
* Final url suffix contains an invalid tag.
*
*
* INVALID_TAG_IN_FINAL_URL_SUFFIX = 82;
*/
public static final int INVALID_TAG_IN_FINAL_URL_SUFFIX_VALUE = 82;
/**
*
* Final url suffix is formatted incorrectly.
*
*
* INVALID_FINAL_URL_SUFFIX_FORMAT = 83;
*/
public static final int INVALID_FINAL_URL_SUFFIX_FORMAT_VALUE = 83;
/**
*
* Consent for call recording, which is required for the use of call
* extensions, was not provided by the advertiser. See
* https://support.google.com/google-ads/answer/7412639.
*
*
* CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED = 84;
*/
public static final int CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED_VALUE = 84;
/**
*
* Multiple message delivery options are set.
*
*
* ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED = 85;
*/
public static final int ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED_VALUE = 85;
/**
*
* No message delivery option is set.
*
*
* NO_DELIVERY_OPTION_IS_SET = 86;
*/
public static final int NO_DELIVERY_OPTION_IS_SET_VALUE = 86;
/**
*
* String value of conversion reporting state field is not valid.
*
*
* INVALID_CONVERSION_REPORTING_STATE = 87;
*/
public static final int INVALID_CONVERSION_REPORTING_STATE_VALUE = 87;
/**
*
* Image size is not right.
*
*
* IMAGE_SIZE_WRONG = 88;
*/
public static final int IMAGE_SIZE_WRONG_VALUE = 88;
/**
*
* Email delivery is not supported in the country specified in the country
* code field.
*
*
* EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY = 89;
*/
public static final int EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY_VALUE = 89;
/**
*
* Auto reply is not supported in the country specified in the country code
* field.
*
*
* AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY = 90;
*/
public static final int AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY_VALUE = 90;
/**
*
* Invalid value specified for latitude.
*
*
* INVALID_LATITUDE_VALUE = 91;
*/
public static final int INVALID_LATITUDE_VALUE_VALUE = 91;
/**
*
* Invalid value specified for longitude.
*
*
* INVALID_LONGITUDE_VALUE = 92;
*/
public static final int INVALID_LONGITUDE_VALUE_VALUE = 92;
/**
*
* Too many label fields provided.
*
*
* TOO_MANY_LABELS = 93;
*/
public static final int TOO_MANY_LABELS_VALUE = 93;
/**
*
* Invalid image url.
*
*
* INVALID_IMAGE_URL = 94;
*/
public static final int INVALID_IMAGE_URL_VALUE = 94;
/**
*
* Latitude value is missing.
*
*
* MISSING_LATITUDE_VALUE = 95;
*/
public static final int MISSING_LATITUDE_VALUE_VALUE = 95;
/**
*
* Longitude value is missing.
*
*
* MISSING_LONGITUDE_VALUE = 96;
*/
public static final int MISSING_LONGITUDE_VALUE_VALUE = 96;
/**
*
* Unable to find address.
*
*
* ADDRESS_NOT_FOUND = 97;
*/
public static final int ADDRESS_NOT_FOUND_VALUE = 97;
/**
*
* Cannot target provided address.
*
*
* ADDRESS_NOT_TARGETABLE = 98;
*/
public static final int ADDRESS_NOT_TARGETABLE_VALUE = 98;
/**
*
* The specified asset ID does not exist.
*
*
* INVALID_ASSET_ID = 100;
*/
public static final int INVALID_ASSET_ID_VALUE = 100;
/**
*
* The asset type cannot be set for the field.
*
*
* INCOMPATIBLE_ASSET_TYPE = 101;
*/
public static final int INCOMPATIBLE_ASSET_TYPE_VALUE = 101;
/**
*
* The image has unexpected size.
*
*
* IMAGE_ERROR_UNEXPECTED_SIZE = 102;
*/
public static final int IMAGE_ERROR_UNEXPECTED_SIZE_VALUE = 102;
/**
*
* The image aspect ratio is not allowed.
*
*
* IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED = 103;
*/
public static final int IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED_VALUE = 103;
/**
*
* The image file is too large.
*
*
* IMAGE_ERROR_FILE_TOO_LARGE = 104;
*/
public static final int IMAGE_ERROR_FILE_TOO_LARGE_VALUE = 104;
/**
*
* The image format is unsupported.
*
*
* IMAGE_ERROR_FORMAT_NOT_ALLOWED = 105;
*/
public static final int IMAGE_ERROR_FORMAT_NOT_ALLOWED_VALUE = 105;
/**
*
* Image violates constraints without more details.
*
*
* IMAGE_ERROR_CONSTRAINTS_VIOLATED = 106;
*/
public static final int IMAGE_ERROR_CONSTRAINTS_VIOLATED_VALUE = 106;
/**
*
* An error occurred when validating image.
*
*
* IMAGE_ERROR_SERVER_ERROR = 107;
*/
public static final int IMAGE_ERROR_SERVER_ERROR_VALUE = 107;
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 FeedItemValidationError 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 FeedItemValidationError forNumber(int value) {
switch (value) {
case 0: return UNSPECIFIED;
case 1: return UNKNOWN;
case 2: return STRING_TOO_SHORT;
case 3: return STRING_TOO_LONG;
case 4: return VALUE_NOT_SPECIFIED;
case 5: return INVALID_DOMESTIC_PHONE_NUMBER_FORMAT;
case 6: return INVALID_PHONE_NUMBER;
case 7: return PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY;
case 8: return PREMIUM_RATE_NUMBER_NOT_ALLOWED;
case 9: return DISALLOWED_NUMBER_TYPE;
case 10: return VALUE_OUT_OF_RANGE;
case 11: return CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY;
case 99: return CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING;
case 13: return INVALID_COUNTRY_CODE;
case 14: return INVALID_APP_ID;
case 15: return MISSING_ATTRIBUTES_FOR_FIELDS;
case 16: return INVALID_TYPE_ID;
case 17: return INVALID_EMAIL_ADDRESS;
case 18: return INVALID_HTTPS_URL;
case 19: return MISSING_DELIVERY_ADDRESS;
case 20: return START_DATE_AFTER_END_DATE;
case 21: return MISSING_FEED_ITEM_START_TIME;
case 22: return MISSING_FEED_ITEM_END_TIME;
case 23: return MISSING_FEED_ITEM_ID;
case 24: return VANITY_PHONE_NUMBER_NOT_ALLOWED;
case 25: return INVALID_REVIEW_EXTENSION_SNIPPET;
case 26: return INVALID_NUMBER_FORMAT;
case 27: return INVALID_DATE_FORMAT;
case 28: return INVALID_PRICE_FORMAT;
case 29: return UNKNOWN_PLACEHOLDER_FIELD;
case 30: return MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE;
case 31: return REVIEW_EXTENSION_SOURCE_INELIGIBLE;
case 32: return HYPHENS_IN_REVIEW_EXTENSION_SNIPPET;
case 33: return DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET;
case 34: return QUOTES_IN_REVIEW_EXTENSION_SNIPPET;
case 35: return INVALID_FORM_ENCODED_PARAMS;
case 36: return INVALID_URL_PARAMETER_NAME;
case 37: return NO_GEOCODING_RESULT;
case 38: return SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT;
case 39: return CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED;
case 40: return INVALID_PLACEHOLDER_FIELD_ID;
case 41: return INVALID_URL_TAG;
case 42: return LIST_TOO_LONG;
case 43: return INVALID_ATTRIBUTES_COMBINATION;
case 44: return DUPLICATE_VALUES;
case 45: return INVALID_CALL_CONVERSION_ACTION_ID;
case 46: return CANNOT_SET_WITHOUT_FINAL_URLS;
case 47: return APP_ID_DOESNT_EXIST_IN_APP_STORE;
case 48: return INVALID_FINAL_URL;
case 49: return INVALID_TRACKING_URL;
case 50: return INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL;
case 51: return LIST_TOO_SHORT;
case 52: return INVALID_USER_ACTION;
case 53: return INVALID_TYPE_NAME;
case 54: return INVALID_EVENT_CHANGE_STATUS;
case 55: return INVALID_SNIPPETS_HEADER;
case 56: return INVALID_ANDROID_APP_LINK;
case 57: return NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY;
case 58: return RESERVED_KEYWORD_OTHER;
case 59: return DUPLICATE_OPTION_LABELS;
case 60: return DUPLICATE_OPTION_PREFILLS;
case 61: return UNEQUAL_LIST_LENGTHS;
case 62: return INCONSISTENT_CURRENCY_CODES;
case 63: return PRICE_EXTENSION_HAS_DUPLICATED_HEADERS;
case 64: return ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION;
case 65: return PRICE_EXTENSION_HAS_TOO_FEW_ITEMS;
case 66: return UNSUPPORTED_VALUE;
case 67: return INVALID_FINAL_MOBILE_URL;
case 68: return INVALID_KEYWORDLESS_AD_RULE_LABEL;
case 69: return VALUE_TRACK_PARAMETER_NOT_SUPPORTED;
case 70: return UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE;
case 71: return INVALID_IOS_APP_LINK;
case 72: return MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID;
case 73: return PROMOTION_INVALID_TIME;
case 74: return PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF;
case 75: return PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT;
case 76: return TOO_MANY_DECIMAL_PLACES_SPECIFIED;
case 77: return AD_CUSTOMIZERS_NOT_ALLOWED;
case 78: return INVALID_LANGUAGE_CODE;
case 79: return UNSUPPORTED_LANGUAGE;
case 80: return IF_FUNCTION_NOT_ALLOWED;
case 81: return INVALID_FINAL_URL_SUFFIX;
case 82: return INVALID_TAG_IN_FINAL_URL_SUFFIX;
case 83: return INVALID_FINAL_URL_SUFFIX_FORMAT;
case 84: return CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED;
case 85: return ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED;
case 86: return NO_DELIVERY_OPTION_IS_SET;
case 87: return INVALID_CONVERSION_REPORTING_STATE;
case 88: return IMAGE_SIZE_WRONG;
case 89: return EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY;
case 90: return AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY;
case 91: return INVALID_LATITUDE_VALUE;
case 92: return INVALID_LONGITUDE_VALUE;
case 93: return TOO_MANY_LABELS;
case 94: return INVALID_IMAGE_URL;
case 95: return MISSING_LATITUDE_VALUE;
case 96: return MISSING_LONGITUDE_VALUE;
case 97: return ADDRESS_NOT_FOUND;
case 98: return ADDRESS_NOT_TARGETABLE;
case 100: return INVALID_ASSET_ID;
case 101: return INCOMPATIBLE_ASSET_TYPE;
case 102: return IMAGE_ERROR_UNEXPECTED_SIZE;
case 103: return IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED;
case 104: return IMAGE_ERROR_FILE_TOO_LARGE;
case 105: return IMAGE_ERROR_FORMAT_NOT_ALLOWED;
case 106: return IMAGE_ERROR_CONSTRAINTS_VIOLATED;
case 107: return IMAGE_ERROR_SERVER_ERROR;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
FeedItemValidationError> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public FeedItemValidationError findValueByNumber(int number) {
return FeedItemValidationError.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.errors.FeedItemValidationErrorEnum.getDescriptor().getEnumTypes().get(0);
}
private static final FeedItemValidationError[] VALUES = values();
public static FeedItemValidationError 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 FeedItemValidationError(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError)
}
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.errors.FeedItemValidationErrorEnum)) {
return super.equals(obj);
}
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum other = (com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum) 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.errors.FeedItemValidationErrorEnum parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum 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;
}
/**
*
* Container for enum describing possible validation errors of a feed item.
*
*
* Protobuf type {@code google.ads.googleads.v17.errors.FeedItemValidationErrorEnum}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.errors.FeedItemValidationErrorEnum)
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnumOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.errors.FeedItemValidationErrorProto.internal_static_google_ads_googleads_v17_errors_FeedItemValidationErrorEnum_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.errors.FeedItemValidationErrorProto.internal_static_google_ads_googleads_v17_errors_FeedItemValidationErrorEnum_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.class, com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.Builder.class);
}
// Construct using com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.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.errors.FeedItemValidationErrorProto.internal_static_google_ads_googleads_v17_errors_FeedItemValidationErrorEnum_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum getDefaultInstanceForType() {
return com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum build() {
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum buildPartial() {
com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum result = new com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum(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.errors.FeedItemValidationErrorEnum) {
return mergeFrom((com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum other) {
if (other == com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.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.errors.FeedItemValidationErrorEnum)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v17.errors.FeedItemValidationErrorEnum)
private static final com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum();
}
public static com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public FeedItemValidationErrorEnum 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.errors.FeedItemValidationErrorEnum getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy