Enum FeedItemValidationErrorEnum.FeedItemValidationError

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         No value has been 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
      • STRING_TOO_SHORT_VALUE

        public static final int STRING_TOO_SHORT_VALUE
         String is too short.
         
        STRING_TOO_SHORT = 2;
        See Also:
        Constant Field Values
      • STRING_TOO_LONG_VALUE

        public static final int STRING_TOO_LONG_VALUE
         String is too long.
         
        STRING_TOO_LONG = 3;
        See Also:
        Constant Field Values
      • VALUE_NOT_SPECIFIED_VALUE

        public static final int VALUE_NOT_SPECIFIED_VALUE
         Value is not provided.
         
        VALUE_NOT_SPECIFIED = 4;
        See Also:
        Constant Field Values
      • INVALID_DOMESTIC_PHONE_NUMBER_FORMAT_VALUE

        public static final int INVALID_DOMESTIC_PHONE_NUMBER_FORMAT_VALUE
         Phone number format is invalid for region.
         
        INVALID_DOMESTIC_PHONE_NUMBER_FORMAT = 5;
        See Also:
        Constant Field Values
      • INVALID_PHONE_NUMBER_VALUE

        public static final int INVALID_PHONE_NUMBER_VALUE
         String does not represent a phone number.
         
        INVALID_PHONE_NUMBER = 6;
        See Also:
        Constant Field Values
      • PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY_VALUE

        public static final int PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY_VALUE
         Phone number format is not compatible with country code.
         
        PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY = 7;
        See Also:
        Constant Field Values
      • PREMIUM_RATE_NUMBER_NOT_ALLOWED_VALUE

        public static final int PREMIUM_RATE_NUMBER_NOT_ALLOWED_VALUE
         Premium rate number is not allowed.
         
        PREMIUM_RATE_NUMBER_NOT_ALLOWED = 8;
        See Also:
        Constant Field Values
      • DISALLOWED_NUMBER_TYPE_VALUE

        public static final int DISALLOWED_NUMBER_TYPE_VALUE
         Phone number type is not allowed.
         
        DISALLOWED_NUMBER_TYPE = 9;
        See Also:
        Constant Field Values
      • VALUE_OUT_OF_RANGE_VALUE

        public static final int VALUE_OUT_OF_RANGE_VALUE
         Specified value is outside of the valid range.
         
        VALUE_OUT_OF_RANGE = 10;
        See Also:
        Constant Field Values
      • CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY_VALUE

        public static final int CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY_VALUE
         Call tracking is not supported in the selected country.
         
        CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 11;
        See Also:
        Constant Field Values
      • CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING_VALUE

        public static final int CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING_VALUE
         Customer is not on the allow-list for call tracking.
         
        CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING = 99;
        See Also:
        Constant Field Values
      • INVALID_COUNTRY_CODE_VALUE

        public static final int INVALID_COUNTRY_CODE_VALUE
         Country code is invalid.
         
        INVALID_COUNTRY_CODE = 13;
        See Also:
        Constant Field Values
      • INVALID_APP_ID_VALUE

        public static final int INVALID_APP_ID_VALUE
         The specified mobile app id is invalid.
         
        INVALID_APP_ID = 14;
        See Also:
        Constant Field Values
      • MISSING_ATTRIBUTES_FOR_FIELDS_VALUE

        public static final int MISSING_ATTRIBUTES_FOR_FIELDS_VALUE
         Some required field attributes are missing.
         
        MISSING_ATTRIBUTES_FOR_FIELDS = 15;
        See Also:
        Constant Field Values
      • INVALID_TYPE_ID_VALUE

        public static final int INVALID_TYPE_ID_VALUE
         Invalid email button type for email extension.
         
        INVALID_TYPE_ID = 16;
        See Also:
        Constant Field Values
      • INVALID_EMAIL_ADDRESS_VALUE

        public static final int INVALID_EMAIL_ADDRESS_VALUE
         Email address is invalid.
         
        INVALID_EMAIL_ADDRESS = 17;
        See Also:
        Constant Field Values
      • INVALID_HTTPS_URL_VALUE

        public static final int INVALID_HTTPS_URL_VALUE
         The HTTPS URL in email extension is invalid.
         
        INVALID_HTTPS_URL = 18;
        See Also:
        Constant Field Values
      • MISSING_DELIVERY_ADDRESS_VALUE

        public static final int MISSING_DELIVERY_ADDRESS_VALUE
         Delivery address is missing from email extension.
         
        MISSING_DELIVERY_ADDRESS = 19;
        See Also:
        Constant Field Values
      • START_DATE_AFTER_END_DATE_VALUE

        public static final int START_DATE_AFTER_END_DATE_VALUE
         FeedItem scheduling start date comes after end date.
         
        START_DATE_AFTER_END_DATE = 20;
        See Also:
        Constant Field Values
      • MISSING_FEED_ITEM_START_TIME_VALUE

        public static final int MISSING_FEED_ITEM_START_TIME_VALUE
         FeedItem scheduling start time is missing.
         
        MISSING_FEED_ITEM_START_TIME = 21;
        See Also:
        Constant Field Values
      • MISSING_FEED_ITEM_END_TIME_VALUE

        public static final int MISSING_FEED_ITEM_END_TIME_VALUE
         FeedItem scheduling end time is missing.
         
        MISSING_FEED_ITEM_END_TIME = 22;
        See Also:
        Constant Field Values
      • MISSING_FEED_ITEM_ID_VALUE

        public static final int MISSING_FEED_ITEM_ID_VALUE
         Cannot compute system attributes on a FeedItem that has no FeedItemId.
         
        MISSING_FEED_ITEM_ID = 23;
        See Also:
        Constant Field Values
      • VANITY_PHONE_NUMBER_NOT_ALLOWED_VALUE

        public static final int VANITY_PHONE_NUMBER_NOT_ALLOWED_VALUE
         Call extension vanity phone numbers are not supported.
         
        VANITY_PHONE_NUMBER_NOT_ALLOWED = 24;
        See Also:
        Constant Field Values
      • INVALID_REVIEW_EXTENSION_SNIPPET_VALUE

        public static final int INVALID_REVIEW_EXTENSION_SNIPPET_VALUE
         Invalid review text.
         
        INVALID_REVIEW_EXTENSION_SNIPPET = 25;
        See Also:
        Constant Field Values
      • INVALID_NUMBER_FORMAT_VALUE

        public static final int INVALID_NUMBER_FORMAT_VALUE
         Invalid format for numeric value in ad parameter.
         
        INVALID_NUMBER_FORMAT = 26;
        See Also:
        Constant Field Values
      • INVALID_DATE_FORMAT_VALUE

        public static final int INVALID_DATE_FORMAT_VALUE
         Invalid format for date value in ad parameter.
         
        INVALID_DATE_FORMAT = 27;
        See Also:
        Constant Field Values
      • INVALID_PRICE_FORMAT_VALUE

        public static final int INVALID_PRICE_FORMAT_VALUE
         Invalid format for price value in ad parameter.
         
        INVALID_PRICE_FORMAT = 28;
        See Also:
        Constant Field Values
      • UNKNOWN_PLACEHOLDER_FIELD_VALUE

        public static final int UNKNOWN_PLACEHOLDER_FIELD_VALUE
         Unrecognized type given for value in ad parameter.
         
        UNKNOWN_PLACEHOLDER_FIELD = 29;
        See Also:
        Constant Field Values
      • MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE_VALUE

        public static final int MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE_VALUE
         Enhanced sitelinks must have both description lines specified.
         
        MISSING_ENHANCED_SITELINK_DESCRIPTION_LINE = 30;
        See Also:
        Constant Field Values
      • REVIEW_EXTENSION_SOURCE_INELIGIBLE_VALUE

        public static final int REVIEW_EXTENSION_SOURCE_INELIGIBLE_VALUE
         Review source is ineligible.
         
        REVIEW_EXTENSION_SOURCE_INELIGIBLE = 31;
        See Also:
        Constant Field Values
      • HYPHENS_IN_REVIEW_EXTENSION_SNIPPET_VALUE

        public static final int HYPHENS_IN_REVIEW_EXTENSION_SNIPPET_VALUE
         Review text cannot contain hyphens or dashes.
         
        HYPHENS_IN_REVIEW_EXTENSION_SNIPPET = 32;
        See Also:
        Constant Field Values
      • DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE

        public static final int DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE
         Review text cannot contain double quote characters.
         
        DOUBLE_QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 33;
        See Also:
        Constant Field Values
      • QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE

        public static final int QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE
         Review text cannot contain quote characters.
         
        QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 34;
        See Also:
        Constant Field Values
      • INVALID_FORM_ENCODED_PARAMS_VALUE

        public static final int INVALID_FORM_ENCODED_PARAMS_VALUE
         Parameters are encoded in the wrong format.
         
        INVALID_FORM_ENCODED_PARAMS = 35;
        See Also:
        Constant Field Values
      • INVALID_URL_PARAMETER_NAME_VALUE

        public static final int INVALID_URL_PARAMETER_NAME_VALUE
         URL parameter name must contain only letters, numbers, underscores, and
         dashes.
         
        INVALID_URL_PARAMETER_NAME = 36;
        See Also:
        Constant Field Values
      • NO_GEOCODING_RESULT_VALUE

        public static final int NO_GEOCODING_RESULT_VALUE
         Cannot find address location.
         
        NO_GEOCODING_RESULT = 37;
        See Also:
        Constant Field Values
      • SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT_VALUE

        public static final int SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT_VALUE
         Review extension text has source name.
         
        SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT = 38;
        See Also:
        Constant Field Values
      • CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED_VALUE

        public static final int CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED_VALUE
         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;
        See Also:
        Constant Field Values
      • INVALID_PLACEHOLDER_FIELD_ID_VALUE

        public static final int INVALID_PLACEHOLDER_FIELD_ID_VALUE
         Triggered when a request references a placeholder field id that does not
         exist.
         
        INVALID_PLACEHOLDER_FIELD_ID = 40;
        See Also:
        Constant Field Values
      • INVALID_URL_TAG_VALUE

        public static final int INVALID_URL_TAG_VALUE
         URL contains invalid ValueTrack tags or format.
         
        INVALID_URL_TAG = 41;
        See Also:
        Constant Field Values
      • LIST_TOO_LONG_VALUE

        public static final int LIST_TOO_LONG_VALUE
         Provided list exceeds acceptable size.
         
        LIST_TOO_LONG = 42;
        See Also:
        Constant Field Values
      • INVALID_ATTRIBUTES_COMBINATION_VALUE

        public static final int INVALID_ATTRIBUTES_COMBINATION_VALUE
         Certain combinations of attributes aren't allowed to be specified in the
         same feed item.
         
        INVALID_ATTRIBUTES_COMBINATION = 43;
        See Also:
        Constant Field Values
      • DUPLICATE_VALUES_VALUE

        public static final int DUPLICATE_VALUES_VALUE
         An attribute has the same value repeatedly.
         
        DUPLICATE_VALUES = 44;
        See Also:
        Constant Field Values
      • INVALID_CALL_CONVERSION_ACTION_ID_VALUE

        public static final int INVALID_CALL_CONVERSION_ACTION_ID_VALUE
         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 (e.g., 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;
        See Also:
        Constant Field Values
      • CANNOT_SET_WITHOUT_FINAL_URLS_VALUE

        public static final int CANNOT_SET_WITHOUT_FINAL_URLS_VALUE
         Tracking template requires final url to be set.
         
        CANNOT_SET_WITHOUT_FINAL_URLS = 46;
        See Also:
        Constant Field Values
      • APP_ID_DOESNT_EXIST_IN_APP_STORE_VALUE

        public static final int APP_ID_DOESNT_EXIST_IN_APP_STORE_VALUE
         An app id was provided that doesn't exist in the given app store.
         
        APP_ID_DOESNT_EXIST_IN_APP_STORE = 47;
        See Also:
        Constant Field Values
      • INVALID_FINAL_URL_VALUE

        public static final int INVALID_FINAL_URL_VALUE
         Invalid U2 final url.
         
        INVALID_FINAL_URL = 48;
        See Also:
        Constant Field Values
      • INVALID_TRACKING_URL_VALUE

        public static final int INVALID_TRACKING_URL_VALUE
         Invalid U2 tracking url.
         
        INVALID_TRACKING_URL = 49;
        See Also:
        Constant Field Values
      • INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL_VALUE

        public static final int INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL_VALUE
         Final URL should start from App download URL.
         
        INVALID_FINAL_URL_FOR_APP_DOWNLOAD_URL = 50;
        See Also:
        Constant Field Values
      • LIST_TOO_SHORT_VALUE

        public static final int LIST_TOO_SHORT_VALUE
         List provided is too short.
         
        LIST_TOO_SHORT = 51;
        See Also:
        Constant Field Values
      • INVALID_USER_ACTION_VALUE

        public static final int INVALID_USER_ACTION_VALUE
         User Action field has invalid value.
         
        INVALID_USER_ACTION = 52;
        See Also:
        Constant Field Values
      • INVALID_TYPE_NAME_VALUE

        public static final int INVALID_TYPE_NAME_VALUE
         Type field has invalid value.
         
        INVALID_TYPE_NAME = 53;
        See Also:
        Constant Field Values
      • INVALID_EVENT_CHANGE_STATUS_VALUE

        public static final int INVALID_EVENT_CHANGE_STATUS_VALUE
         Change status for event is invalid.
         
        INVALID_EVENT_CHANGE_STATUS = 54;
        See Also:
        Constant Field Values
      • INVALID_SNIPPETS_HEADER_VALUE

        public static final int INVALID_SNIPPETS_HEADER_VALUE
         The header of a structured snippets extension is not one of the valid
         headers.
         
        INVALID_SNIPPETS_HEADER = 55;
        See Also:
        Constant Field Values
      • INVALID_ANDROID_APP_LINK_VALUE

        public static final int INVALID_ANDROID_APP_LINK_VALUE
         Android app link is not formatted correctly
         
        INVALID_ANDROID_APP_LINK = 56;
        See Also:
        Constant Field Values
      • NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY_VALUE

        public static final int NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY_VALUE
         Phone number incompatible with call tracking for country.
         
        NUMBER_TYPE_WITH_CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 57;
        See Also:
        Constant Field Values
      • RESERVED_KEYWORD_OTHER_VALUE

        public static final int RESERVED_KEYWORD_OTHER_VALUE
         The input is identical to a reserved keyword
         
        RESERVED_KEYWORD_OTHER = 58;
        See Also:
        Constant Field Values
      • DUPLICATE_OPTION_LABELS_VALUE

        public static final int DUPLICATE_OPTION_LABELS_VALUE
         Each option label in the message extension must be unique.
         
        DUPLICATE_OPTION_LABELS = 59;
        See Also:
        Constant Field Values
      • DUPLICATE_OPTION_PREFILLS_VALUE

        public static final int DUPLICATE_OPTION_PREFILLS_VALUE
         Each option prefill in the message extension must be unique.
         
        DUPLICATE_OPTION_PREFILLS = 60;
        See Also:
        Constant Field Values
      • UNEQUAL_LIST_LENGTHS_VALUE

        public static final int UNEQUAL_LIST_LENGTHS_VALUE
         In message extensions, the number of optional labels and optional
         prefills must be the same.
         
        UNEQUAL_LIST_LENGTHS = 61;
        See Also:
        Constant Field Values
      • INCONSISTENT_CURRENCY_CODES_VALUE

        public static final int INCONSISTENT_CURRENCY_CODES_VALUE
         All currency codes in an ad extension must be the same.
         
        INCONSISTENT_CURRENCY_CODES = 62;
        See Also:
        Constant Field Values
      • PRICE_EXTENSION_HAS_DUPLICATED_HEADERS_VALUE

        public static final int PRICE_EXTENSION_HAS_DUPLICATED_HEADERS_VALUE
         Headers in price extension are not unique.
         
        PRICE_EXTENSION_HAS_DUPLICATED_HEADERS = 63;
        See Also:
        Constant Field Values
      • ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION_VALUE

        public static final int ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION_VALUE
         Header and description in an item are the same.
         
        ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION = 64;
        See Also:
        Constant Field Values
      • PRICE_EXTENSION_HAS_TOO_FEW_ITEMS_VALUE

        public static final int PRICE_EXTENSION_HAS_TOO_FEW_ITEMS_VALUE
         Price extension has too few items.
         
        PRICE_EXTENSION_HAS_TOO_FEW_ITEMS = 65;
        See Also:
        Constant Field Values
      • UNSUPPORTED_VALUE_VALUE

        public static final int UNSUPPORTED_VALUE_VALUE
         The given value is not supported.
         
        UNSUPPORTED_VALUE = 66;
        See Also:
        Constant Field Values
      • INVALID_FINAL_MOBILE_URL_VALUE

        public static final int INVALID_FINAL_MOBILE_URL_VALUE
         Invalid final mobile url.
         
        INVALID_FINAL_MOBILE_URL = 67;
        See Also:
        Constant Field Values
      • INVALID_KEYWORDLESS_AD_RULE_LABEL_VALUE

        public static final int INVALID_KEYWORDLESS_AD_RULE_LABEL_VALUE
         The given string value of Label contains invalid characters
         
        INVALID_KEYWORDLESS_AD_RULE_LABEL = 68;
        See Also:
        Constant Field Values
      • VALUE_TRACK_PARAMETER_NOT_SUPPORTED_VALUE

        public static final int VALUE_TRACK_PARAMETER_NOT_SUPPORTED_VALUE
         The given URL contains value track parameters.
         
        VALUE_TRACK_PARAMETER_NOT_SUPPORTED = 69;
        See Also:
        Constant Field Values
      • UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE_VALUE

        public static final int UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE_VALUE
         The given value is not supported in the selected language of an
         extension.
         
        UNSUPPORTED_VALUE_IN_SELECTED_LANGUAGE = 70;
        See Also:
        Constant Field Values
      • INVALID_IOS_APP_LINK_VALUE

        public static final int INVALID_IOS_APP_LINK_VALUE
         The iOS app link is not formatted correctly.
         
        INVALID_IOS_APP_LINK = 71;
        See Also:
        Constant Field Values
      • MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID_VALUE

        public static final int MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID_VALUE
         iOS app link or iOS app store id is missing.
         
        MISSING_IOS_APP_LINK_OR_IOS_APP_STORE_ID = 72;
        See Also:
        Constant Field Values
      • PROMOTION_INVALID_TIME_VALUE

        public static final int PROMOTION_INVALID_TIME_VALUE
         Promotion time is invalid.
         
        PROMOTION_INVALID_TIME = 73;
        See Also:
        Constant Field Values
      • PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF_VALUE

        public static final int PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF_VALUE
         Both the percent off and money amount off fields are set.
         
        PROMOTION_CANNOT_SET_PERCENT_OFF_AND_MONEY_AMOUNT_OFF = 74;
        See Also:
        Constant Field Values
      • PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT_VALUE

        public static final int PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT_VALUE
         Both the promotion code and orders over amount fields are set.
         
        PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT = 75;
        See Also:
        Constant Field Values
      • TOO_MANY_DECIMAL_PLACES_SPECIFIED_VALUE

        public static final int TOO_MANY_DECIMAL_PLACES_SPECIFIED_VALUE
         Too many decimal places are specified.
         
        TOO_MANY_DECIMAL_PLACES_SPECIFIED = 76;
        See Also:
        Constant Field Values
      • AD_CUSTOMIZERS_NOT_ALLOWED_VALUE

        public static final int AD_CUSTOMIZERS_NOT_ALLOWED_VALUE
         Ad Customizers are present and not allowed.
         
        AD_CUSTOMIZERS_NOT_ALLOWED = 77;
        See Also:
        Constant Field Values
      • INVALID_LANGUAGE_CODE_VALUE

        public static final int INVALID_LANGUAGE_CODE_VALUE
         Language code is not valid.
         
        INVALID_LANGUAGE_CODE = 78;
        See Also:
        Constant Field Values
      • UNSUPPORTED_LANGUAGE_VALUE

        public static final int UNSUPPORTED_LANGUAGE_VALUE
         Language is not supported.
         
        UNSUPPORTED_LANGUAGE = 79;
        See Also:
        Constant Field Values
      • IF_FUNCTION_NOT_ALLOWED_VALUE

        public static final int IF_FUNCTION_NOT_ALLOWED_VALUE
         IF Function is present and not allowed.
         
        IF_FUNCTION_NOT_ALLOWED = 80;
        See Also:
        Constant Field Values
      • INVALID_FINAL_URL_SUFFIX_VALUE

        public static final int INVALID_FINAL_URL_SUFFIX_VALUE
         Final url suffix is not valid.
         
        INVALID_FINAL_URL_SUFFIX = 81;
        See Also:
        Constant Field Values
      • INVALID_TAG_IN_FINAL_URL_SUFFIX_VALUE

        public static final int INVALID_TAG_IN_FINAL_URL_SUFFIX_VALUE
         Final url suffix contains an invalid tag.
         
        INVALID_TAG_IN_FINAL_URL_SUFFIX = 82;
        See Also:
        Constant Field Values
      • INVALID_FINAL_URL_SUFFIX_FORMAT_VALUE

        public static final int INVALID_FINAL_URL_SUFFIX_FORMAT_VALUE
         Final url suffix is formatted incorrectly.
         
        INVALID_FINAL_URL_SUFFIX_FORMAT = 83;
        See Also:
        Constant Field Values
      • CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED_VALUE

        public static final int CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED_VALUE
         Consent for call recording, which is required for the use of call
         extensions, was not provided by the advertiser. Please see
         https://support.google.com/google-ads/answer/7412639.
         
        CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED = 84;
        See Also:
        Constant Field Values
      • ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED_VALUE

        public static final int ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED_VALUE
         Multiple message delivery options are set.
         
        ONLY_ONE_DELIVERY_OPTION_IS_ALLOWED = 85;
        See Also:
        Constant Field Values
      • NO_DELIVERY_OPTION_IS_SET_VALUE

        public static final int NO_DELIVERY_OPTION_IS_SET_VALUE
         No message delivery option is set.
         
        NO_DELIVERY_OPTION_IS_SET = 86;
        See Also:
        Constant Field Values
      • INVALID_CONVERSION_REPORTING_STATE_VALUE

        public static final int INVALID_CONVERSION_REPORTING_STATE_VALUE
         String value of conversion reporting state field is not valid.
         
        INVALID_CONVERSION_REPORTING_STATE = 87;
        See Also:
        Constant Field Values
      • IMAGE_SIZE_WRONG_VALUE

        public static final int IMAGE_SIZE_WRONG_VALUE
         Image size is not right.
         
        IMAGE_SIZE_WRONG = 88;
        See Also:
        Constant Field Values
      • EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY_VALUE

        public static final int EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY_VALUE
         Email delivery is not supported in the country specified in the country
         code field.
         
        EMAIL_DELIVERY_NOT_AVAILABLE_IN_COUNTRY = 89;
        See Also:
        Constant Field Values
      • AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY_VALUE

        public static final int AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY_VALUE
         Auto reply is not supported in the country specified in the country code
         field.
         
        AUTO_REPLY_NOT_AVAILABLE_IN_COUNTRY = 90;
        See Also:
        Constant Field Values
      • INVALID_LATITUDE_VALUE_VALUE

        public static final int INVALID_LATITUDE_VALUE_VALUE
         Invalid value specified for latitude.
         
        INVALID_LATITUDE_VALUE = 91;
        See Also:
        Constant Field Values
      • INVALID_LONGITUDE_VALUE_VALUE

        public static final int INVALID_LONGITUDE_VALUE_VALUE
         Invalid value specified for longitude.
         
        INVALID_LONGITUDE_VALUE = 92;
        See Also:
        Constant Field Values
      • TOO_MANY_LABELS_VALUE

        public static final int TOO_MANY_LABELS_VALUE
         Too many label fields provided.
         
        TOO_MANY_LABELS = 93;
        See Also:
        Constant Field Values
      • INVALID_IMAGE_URL_VALUE

        public static final int INVALID_IMAGE_URL_VALUE
         Invalid image url.
         
        INVALID_IMAGE_URL = 94;
        See Also:
        Constant Field Values
      • MISSING_LATITUDE_VALUE_VALUE

        public static final int MISSING_LATITUDE_VALUE_VALUE
         Latitude value is missing.
         
        MISSING_LATITUDE_VALUE = 95;
        See Also:
        Constant Field Values
      • MISSING_LONGITUDE_VALUE_VALUE

        public static final int MISSING_LONGITUDE_VALUE_VALUE
         Longitude value is missing.
         
        MISSING_LONGITUDE_VALUE = 96;
        See Also:
        Constant Field Values
      • ADDRESS_NOT_FOUND_VALUE

        public static final int ADDRESS_NOT_FOUND_VALUE
         Unable to find address.
         
        ADDRESS_NOT_FOUND = 97;
        See Also:
        Constant Field Values
      • ADDRESS_NOT_TARGETABLE_VALUE

        public static final int ADDRESS_NOT_TARGETABLE_VALUE
         Cannot target provided address.
         
        ADDRESS_NOT_TARGETABLE = 98;
        See Also:
        Constant Field Values
      • INVALID_ASSET_ID_VALUE

        public static final int INVALID_ASSET_ID_VALUE
         The specified asset ID does not exist.
         
        INVALID_ASSET_ID = 100;
        See Also:
        Constant Field Values
      • INCOMPATIBLE_ASSET_TYPE_VALUE

        public static final int INCOMPATIBLE_ASSET_TYPE_VALUE
         The asset type cannot be set for the field.
         
        INCOMPATIBLE_ASSET_TYPE = 101;
        See Also:
        Constant Field Values
      • IMAGE_ERROR_UNEXPECTED_SIZE_VALUE

        public static final int IMAGE_ERROR_UNEXPECTED_SIZE_VALUE
         The image has unexpected size.
         
        IMAGE_ERROR_UNEXPECTED_SIZE = 102;
        See Also:
        Constant Field Values
      • IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED_VALUE

        public static final int IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED_VALUE
         The image aspect ratio is not allowed.
         
        IMAGE_ERROR_ASPECT_RATIO_NOT_ALLOWED = 103;
        See Also:
        Constant Field Values
      • IMAGE_ERROR_FILE_TOO_LARGE_VALUE

        public static final int IMAGE_ERROR_FILE_TOO_LARGE_VALUE
         The image file is too large.
         
        IMAGE_ERROR_FILE_TOO_LARGE = 104;
        See Also:
        Constant Field Values
      • IMAGE_ERROR_FORMAT_NOT_ALLOWED_VALUE

        public static final int IMAGE_ERROR_FORMAT_NOT_ALLOWED_VALUE
         The image format is unsupported.
         
        IMAGE_ERROR_FORMAT_NOT_ALLOWED = 105;
        See Also:
        Constant Field Values
      • IMAGE_ERROR_CONSTRAINTS_VIOLATED_VALUE

        public static final int IMAGE_ERROR_CONSTRAINTS_VIOLATED_VALUE
         Image violates constraints without more details.
         
        IMAGE_ERROR_CONSTRAINTS_VIOLATED = 106;
        See Also:
        Constant Field Values
      • IMAGE_ERROR_SERVER_ERROR_VALUE

        public static final int IMAGE_ERROR_SERVER_ERROR_VALUE
         An error occurred when validating image.
         
        IMAGE_ERROR_SERVER_ERROR = 107;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static FeedItemValidationErrorEnum.FeedItemValidationError 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 FeedItemValidationErrorEnum.FeedItemValidationError 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
      • 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 FeedItemValidationErrorEnum.FeedItemValidationError 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