Enum Class FeedItemValidationErrorEnum.FeedItemValidationError

java.lang.Object
java.lang.Enum<FeedItemValidationErrorEnum.FeedItemValidationError>
com.google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<FeedItemValidationErrorEnum.FeedItemValidationError>, Constable
Enclosing class:
FeedItemValidationErrorEnum

public static enum FeedItemValidationErrorEnum.FeedItemValidationError extends Enum<FeedItemValidationErrorEnum.FeedItemValidationError> implements com.google.protobuf.ProtocolMessageEnum
 The possible validation errors of a feed item.
 
Protobuf enum google.ads.googleads.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       No value has been specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

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

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

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

      public static final int VALUE_NOT_SPECIFIED_VALUE
       Value is not provided.
       
      VALUE_NOT_SPECIFIED = 4;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • DISALLOWED_NUMBER_TYPE_VALUE

      public static final int DISALLOWED_NUMBER_TYPE_VALUE
       Phone number type is not allowed.
       
      DISALLOWED_NUMBER_TYPE = 9;
      See Also:
    • 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:
    • 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:
    • 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:
    • INVALID_COUNTRY_CODE_VALUE

      public static final int INVALID_COUNTRY_CODE_VALUE
       Country code is invalid.
       
      INVALID_COUNTRY_CODE = 13;
      See Also:
    • 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:
    • 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:
    • 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:
    • INVALID_EMAIL_ADDRESS_VALUE

      public static final int INVALID_EMAIL_ADDRESS_VALUE
       Email address is invalid.
       
      INVALID_EMAIL_ADDRESS = 17;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • INVALID_REVIEW_EXTENSION_SNIPPET_VALUE

      public static final int INVALID_REVIEW_EXTENSION_SNIPPET_VALUE
       Invalid review text.
       
      INVALID_REVIEW_EXTENSION_SNIPPET = 25;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • NO_GEOCODING_RESULT_VALUE

      public static final int NO_GEOCODING_RESULT_VALUE
       Cannot find address location.
       
      NO_GEOCODING_RESULT = 37;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • LIST_TOO_LONG_VALUE

      public static final int LIST_TOO_LONG_VALUE
       Provided list exceeds acceptable size.
       
      LIST_TOO_LONG = 42;
      See Also:
    • 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:
    • DUPLICATE_VALUES_VALUE

      public static final int DUPLICATE_VALUES_VALUE
       An attribute has the same value repeatedly.
       
      DUPLICATE_VALUES = 44;
      See Also:
    • 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 (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;
      See Also:
    • 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:
    • 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:
    • INVALID_FINAL_URL_VALUE

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

      public static final int INVALID_TRACKING_URL_VALUE
       Invalid U2 tracking url.
       
      INVALID_TRACKING_URL = 49;
      See Also:
    • 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:
    • LIST_TOO_SHORT_VALUE

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

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

      public static final int INVALID_TYPE_NAME_VALUE
       Type field has invalid value.
       
      INVALID_TYPE_NAME = 53;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • UNSUPPORTED_VALUE_VALUE

      public static final int UNSUPPORTED_VALUE_VALUE
       The given value is not supported.
       
      UNSUPPORTED_VALUE = 66;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • PROMOTION_INVALID_TIME_VALUE

      public static final int PROMOTION_INVALID_TIME_VALUE
       Promotion time is invalid.
       
      PROMOTION_INVALID_TIME = 73;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • INVALID_LANGUAGE_CODE_VALUE

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

      public static final int UNSUPPORTED_LANGUAGE_VALUE
       Language is not supported.
       
      UNSUPPORTED_LANGUAGE = 79;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • IMAGE_SIZE_WRONG_VALUE

      public static final int IMAGE_SIZE_WRONG_VALUE
       Image size is not right.
       
      IMAGE_SIZE_WRONG = 88;
      See Also:
    • 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:
    • 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:
    • INVALID_LATITUDE_VALUE_VALUE

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

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

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

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

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

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

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

      public static final int ADDRESS_NOT_TARGETABLE_VALUE
       Cannot target provided address.
       
      ADDRESS_NOT_TARGETABLE = 98;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static FeedItemValidationErrorEnum.FeedItemValidationError forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<FeedItemValidationErrorEnum.FeedItemValidationError> internalGetValueMap()
    • getValueDescriptor

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

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

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static FeedItemValidationErrorEnum.FeedItemValidationError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null