Enum ExtensionSettingErrorEnum.ExtensionSettingError

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         Enum unspecified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         The received error code is not known in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • EXTENSIONS_REQUIRED_VALUE

        public static final int EXTENSIONS_REQUIRED_VALUE
         A platform restriction was provided without input extensions or existing
         extensions.
         
        EXTENSIONS_REQUIRED = 2;
        See Also:
        Constant Field Values
      • FEED_TYPE_EXTENSION_TYPE_MISMATCH_VALUE

        public static final int FEED_TYPE_EXTENSION_TYPE_MISMATCH_VALUE
         The provided feed type does not correspond to the provided extensions.
         
        FEED_TYPE_EXTENSION_TYPE_MISMATCH = 3;
        See Also:
        Constant Field Values
      • INVALID_FEED_TYPE_VALUE

        public static final int INVALID_FEED_TYPE_VALUE
         The provided feed type cannot be used.
         
        INVALID_FEED_TYPE = 4;
        See Also:
        Constant Field Values
      • INVALID_FEED_TYPE_FOR_CUSTOMER_EXTENSION_SETTING_VALUE

        public static final int INVALID_FEED_TYPE_FOR_CUSTOMER_EXTENSION_SETTING_VALUE
         The provided feed type cannot be used at the customer level.
         
        INVALID_FEED_TYPE_FOR_CUSTOMER_EXTENSION_SETTING = 5;
        See Also:
        Constant Field Values
      • CANNOT_CHANGE_FEED_ITEM_ON_CREATE_VALUE

        public static final int CANNOT_CHANGE_FEED_ITEM_ON_CREATE_VALUE
         Cannot change a feed item field on a CREATE operation.
         
        CANNOT_CHANGE_FEED_ITEM_ON_CREATE = 6;
        See Also:
        Constant Field Values
      • CANNOT_UPDATE_NEWLY_CREATED_EXTENSION_VALUE

        public static final int CANNOT_UPDATE_NEWLY_CREATED_EXTENSION_VALUE
         Cannot update an extension that is not already in this setting.
         
        CANNOT_UPDATE_NEWLY_CREATED_EXTENSION = 7;
        See Also:
        Constant Field Values
      • NO_EXISTING_AD_GROUP_EXTENSION_SETTING_FOR_TYPE_VALUE

        public static final int NO_EXISTING_AD_GROUP_EXTENSION_SETTING_FOR_TYPE_VALUE
         There is no existing AdGroupExtensionSetting for this type.
         
        NO_EXISTING_AD_GROUP_EXTENSION_SETTING_FOR_TYPE = 8;
        See Also:
        Constant Field Values
      • NO_EXISTING_CAMPAIGN_EXTENSION_SETTING_FOR_TYPE_VALUE

        public static final int NO_EXISTING_CAMPAIGN_EXTENSION_SETTING_FOR_TYPE_VALUE
         There is no existing CampaignExtensionSetting for this type.
         
        NO_EXISTING_CAMPAIGN_EXTENSION_SETTING_FOR_TYPE = 9;
        See Also:
        Constant Field Values
      • NO_EXISTING_CUSTOMER_EXTENSION_SETTING_FOR_TYPE_VALUE

        public static final int NO_EXISTING_CUSTOMER_EXTENSION_SETTING_FOR_TYPE_VALUE
         There is no existing CustomerExtensionSetting for this type.
         
        NO_EXISTING_CUSTOMER_EXTENSION_SETTING_FOR_TYPE = 10;
        See Also:
        Constant Field Values
      • AD_GROUP_EXTENSION_SETTING_ALREADY_EXISTS_VALUE

        public static final int AD_GROUP_EXTENSION_SETTING_ALREADY_EXISTS_VALUE
         The AdGroupExtensionSetting already exists. UPDATE should be used to
         modify the existing AdGroupExtensionSetting.
         
        AD_GROUP_EXTENSION_SETTING_ALREADY_EXISTS = 11;
        See Also:
        Constant Field Values
      • CAMPAIGN_EXTENSION_SETTING_ALREADY_EXISTS_VALUE

        public static final int CAMPAIGN_EXTENSION_SETTING_ALREADY_EXISTS_VALUE
         The CampaignExtensionSetting already exists. UPDATE should be used to
         modify the existing CampaignExtensionSetting.
         
        CAMPAIGN_EXTENSION_SETTING_ALREADY_EXISTS = 12;
        See Also:
        Constant Field Values
      • CUSTOMER_EXTENSION_SETTING_ALREADY_EXISTS_VALUE

        public static final int CUSTOMER_EXTENSION_SETTING_ALREADY_EXISTS_VALUE
         The CustomerExtensionSetting already exists. UPDATE should be used to
         modify the existing CustomerExtensionSetting.
         
        CUSTOMER_EXTENSION_SETTING_ALREADY_EXISTS = 13;
        See Also:
        Constant Field Values
      • AD_GROUP_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE_VALUE

        public static final int AD_GROUP_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE_VALUE
         An active ad group feed already exists for this place holder type.
         
        AD_GROUP_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE = 14;
        See Also:
        Constant Field Values
      • CAMPAIGN_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE_VALUE

        public static final int CAMPAIGN_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE_VALUE
         An active campaign feed already exists for this place holder type.
         
        CAMPAIGN_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE = 15;
        See Also:
        Constant Field Values
      • CUSTOMER_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE_VALUE

        public static final int CUSTOMER_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE_VALUE
         An active customer feed already exists for this place holder type.
         
        CUSTOMER_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE = 16;
        See Also:
        Constant Field Values
      • VALUE_OUT_OF_RANGE_VALUE

        public static final int VALUE_OUT_OF_RANGE_VALUE
         Value is not within the accepted range.
         
        VALUE_OUT_OF_RANGE = 17;
        See Also:
        Constant Field Values
      • CANNOT_SET_FIELD_WITH_FINAL_URLS_VALUE

        public static final int CANNOT_SET_FIELD_WITH_FINAL_URLS_VALUE
         Cannot simultaneously set specified field with final urls.
         
        CANNOT_SET_FIELD_WITH_FINAL_URLS = 18;
        See Also:
        Constant Field Values
      • FINAL_URLS_NOT_SET_VALUE

        public static final int FINAL_URLS_NOT_SET_VALUE
         Must set field with final urls.
         
        FINAL_URLS_NOT_SET = 19;
        See Also:
        Constant Field Values
      • INVALID_PHONE_NUMBER_VALUE

        public static final int INVALID_PHONE_NUMBER_VALUE
         Phone number for a call extension is invalid.
         
        INVALID_PHONE_NUMBER = 20;
        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 for a call extension is not supported for the given country
         code.
         
        PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY = 21;
        See Also:
        Constant Field Values
      • CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED_VALUE

        public static final int CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED_VALUE
         A carrier specific number in short format is not allowed for call
         extensions.
         
        CARRIER_SPECIFIC_SHORT_NUMBER_NOT_ALLOWED = 22;
        See Also:
        Constant Field Values
      • PREMIUM_RATE_NUMBER_NOT_ALLOWED_VALUE

        public static final int PREMIUM_RATE_NUMBER_NOT_ALLOWED_VALUE
         Premium rate numbers are not allowed for call extensions.
         
        PREMIUM_RATE_NUMBER_NOT_ALLOWED = 23;
        See Also:
        Constant Field Values
      • DISALLOWED_NUMBER_TYPE_VALUE

        public static final int DISALLOWED_NUMBER_TYPE_VALUE
         Phone number type for a call extension is not allowed.
         
        DISALLOWED_NUMBER_TYPE = 24;
        See Also:
        Constant Field Values
      • INVALID_DOMESTIC_PHONE_NUMBER_FORMAT_VALUE

        public static final int INVALID_DOMESTIC_PHONE_NUMBER_FORMAT_VALUE
         Phone number for a call extension does not meet domestic format
         requirements.
         
        INVALID_DOMESTIC_PHONE_NUMBER_FORMAT = 25;
        See Also:
        Constant Field Values
      • VANITY_PHONE_NUMBER_NOT_ALLOWED_VALUE

        public static final int VANITY_PHONE_NUMBER_NOT_ALLOWED_VALUE
         Vanity phone numbers (i.e. those including letters) are not allowed for
         call extensions.
         
        VANITY_PHONE_NUMBER_NOT_ALLOWED = 26;
        See Also:
        Constant Field Values
      • INVALID_COUNTRY_CODE_VALUE

        public static final int INVALID_COUNTRY_CODE_VALUE
         Country code provided for a call extension is invalid.
         
        INVALID_COUNTRY_CODE = 27;
        See Also:
        Constant Field Values
      • INVALID_CALL_CONVERSION_TYPE_ID_VALUE

        public static final int INVALID_CALL_CONVERSION_TYPE_ID_VALUE
         Call conversion type id provided for a call extension is invalid.
         
        INVALID_CALL_CONVERSION_TYPE_ID = 28;
        See Also:
        Constant Field Values
      • CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING_VALUE

        public static final int CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING_VALUE
         For a call extension, the customer is not on the allow-list for call
         tracking.
         
        CUSTOMER_NOT_IN_ALLOWLIST_FOR_CALLTRACKING = 69;
        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 for the given country for a call
         extension.
         
        CALLTRACKING_NOT_SUPPORTED_FOR_COUNTRY = 30;
        See Also:
        Constant Field Values
      • INVALID_APP_ID_VALUE

        public static final int INVALID_APP_ID_VALUE
         App id provided for an app extension is invalid.
         
        INVALID_APP_ID = 31;
        See Also:
        Constant Field Values
      • QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE

        public static final int QUOTES_IN_REVIEW_EXTENSION_SNIPPET_VALUE
         Quotation marks present in the review text for a review extension.
         
        QUOTES_IN_REVIEW_EXTENSION_SNIPPET = 32;
        See Also:
        Constant Field Values
      • HYPHENS_IN_REVIEW_EXTENSION_SNIPPET_VALUE

        public static final int HYPHENS_IN_REVIEW_EXTENSION_SNIPPET_VALUE
         Hyphen character present in the review text for a review extension.
         
        HYPHENS_IN_REVIEW_EXTENSION_SNIPPET = 33;
        See Also:
        Constant Field Values
      • REVIEW_EXTENSION_SOURCE_NOT_ELIGIBLE_VALUE

        public static final int REVIEW_EXTENSION_SOURCE_NOT_ELIGIBLE_VALUE
         A blocked review source name or url was provided for a review
         extension.
         
        REVIEW_EXTENSION_SOURCE_NOT_ELIGIBLE = 34;
        See Also:
        Constant Field Values
      • SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT_VALUE

        public static final int SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT_VALUE
         Review source name should not be found in the review text.
         
        SOURCE_NAME_IN_REVIEW_EXTENSION_TEXT = 35;
        See Also:
        Constant Field Values
      • MISSING_FIELD_VALUE

        public static final int MISSING_FIELD_VALUE
         Field must be set.
         
        MISSING_FIELD = 36;
        See Also:
        Constant Field Values
      • INCONSISTENT_CURRENCY_CODES_VALUE

        public static final int INCONSISTENT_CURRENCY_CODES_VALUE
         Inconsistent currency codes.
         
        INCONSISTENT_CURRENCY_CODES = 37;
        See Also:
        Constant Field Values
      • PRICE_EXTENSION_HAS_DUPLICATED_HEADERS_VALUE

        public static final int PRICE_EXTENSION_HAS_DUPLICATED_HEADERS_VALUE
         Price extension cannot have duplicated headers.
         
        PRICE_EXTENSION_HAS_DUPLICATED_HEADERS = 38;
        See Also:
        Constant Field Values
      • PRICE_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION_VALUE

        public static final int PRICE_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION_VALUE
         Price item cannot have duplicated header and description.
         
        PRICE_ITEM_HAS_DUPLICATED_HEADER_AND_DESCRIPTION = 39;
        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 = 40;
        See Also:
        Constant Field Values
      • PRICE_EXTENSION_HAS_TOO_MANY_ITEMS_VALUE

        public static final int PRICE_EXTENSION_HAS_TOO_MANY_ITEMS_VALUE
         Price extension has too many items
         
        PRICE_EXTENSION_HAS_TOO_MANY_ITEMS = 41;
        See Also:
        Constant Field Values
      • UNSUPPORTED_VALUE_VALUE

        public static final int UNSUPPORTED_VALUE_VALUE
         The input value is not currently supported.
         
        UNSUPPORTED_VALUE = 42;
        See Also:
        Constant Field Values
      • INVALID_DEVICE_PREFERENCE_VALUE

        public static final int INVALID_DEVICE_PREFERENCE_VALUE
         Unknown or unsupported device preference.
         
        INVALID_DEVICE_PREFERENCE = 43;
        See Also:
        Constant Field Values
      • INVALID_SCHEDULE_END_VALUE

        public static final int INVALID_SCHEDULE_END_VALUE
         Invalid feed item schedule end time (i.e., endHour = 24 and
         endMinute != 0).
         
        INVALID_SCHEDULE_END = 45;
        See Also:
        Constant Field Values
      • DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE_VALUE

        public static final int DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE_VALUE
         Date time zone does not match the account's time zone.
         
        DATE_TIME_MUST_BE_IN_ACCOUNT_TIME_ZONE = 47;
        See Also:
        Constant Field Values
      • OVERLAPPING_SCHEDULES_NOT_ALLOWED_VALUE

        public static final int OVERLAPPING_SCHEDULES_NOT_ALLOWED_VALUE
         Overlapping feed item schedule times (e.g., 7-10AM and 8-11AM) are not
         allowed.
         
        OVERLAPPING_SCHEDULES_NOT_ALLOWED = 48;
        See Also:
        Constant Field Values
      • SCHEDULE_END_NOT_AFTER_START_VALUE

        public static final int SCHEDULE_END_NOT_AFTER_START_VALUE
         Feed item schedule end time must be after start time.
         
        SCHEDULE_END_NOT_AFTER_START = 49;
        See Also:
        Constant Field Values
      • TOO_MANY_SCHEDULES_PER_DAY_VALUE

        public static final int TOO_MANY_SCHEDULES_PER_DAY_VALUE
         There are too many feed item schedules per day.
         
        TOO_MANY_SCHEDULES_PER_DAY = 50;
        See Also:
        Constant Field Values
      • DUPLICATE_EXTENSION_FEED_ITEM_EDIT_VALUE

        public static final int DUPLICATE_EXTENSION_FEED_ITEM_EDIT_VALUE
         Cannot edit the same extension feed item more than once in the same
         request.
         
        DUPLICATE_EXTENSION_FEED_ITEM_EDIT = 51;
        See Also:
        Constant Field Values
      • INVALID_SNIPPETS_HEADER_VALUE

        public static final int INVALID_SNIPPETS_HEADER_VALUE
         Invalid structured snippet header.
         
        INVALID_SNIPPETS_HEADER = 52;
        See Also:
        Constant Field Values
      • PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY_VALUE

        public static final int PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY_VALUE
         Phone number with call tracking enabled is not supported for the
         specified country.
         
        PHONE_NUMBER_NOT_SUPPORTED_WITH_CALLTRACKING_FOR_COUNTRY = 53;
        See Also:
        Constant Field Values
      • CAMPAIGN_TARGETING_MISMATCH_VALUE

        public static final int CAMPAIGN_TARGETING_MISMATCH_VALUE
         The targeted adgroup must belong to the targeted campaign.
         
        CAMPAIGN_TARGETING_MISMATCH = 54;
        See Also:
        Constant Field Values
      • CANNOT_OPERATE_ON_REMOVED_FEED_VALUE

        public static final int CANNOT_OPERATE_ON_REMOVED_FEED_VALUE
         The feed used by the ExtensionSetting is removed and cannot be operated
         on. Remove the ExtensionSetting to allow a new one to be created using
         an active feed.
         
        CANNOT_OPERATE_ON_REMOVED_FEED = 55;
        See Also:
        Constant Field Values
      • EXTENSION_TYPE_REQUIRED_VALUE

        public static final int EXTENSION_TYPE_REQUIRED_VALUE
         The ExtensionFeedItem type is required for this operation.
         
        EXTENSION_TYPE_REQUIRED = 56;
        See Also:
        Constant Field Values
      • INCOMPATIBLE_UNDERLYING_MATCHING_FUNCTION_VALUE

        public static final int INCOMPATIBLE_UNDERLYING_MATCHING_FUNCTION_VALUE
         The matching function that links the extension feed to the customer,
         campaign, or ad group is not compatible with the ExtensionSetting
         services.
         
        INCOMPATIBLE_UNDERLYING_MATCHING_FUNCTION = 57;
        See Also:
        Constant Field Values
      • START_DATE_AFTER_END_DATE_VALUE

        public static final int START_DATE_AFTER_END_DATE_VALUE
         Start date must be before end date.
         
        START_DATE_AFTER_END_DATE = 58;
        See Also:
        Constant Field Values
      • INVALID_PRICE_FORMAT_VALUE

        public static final int INVALID_PRICE_FORMAT_VALUE
         Input price is not in a valid format.
         
        INVALID_PRICE_FORMAT = 59;
        See Also:
        Constant Field Values
      • PROMOTION_INVALID_TIME_VALUE

        public static final int PROMOTION_INVALID_TIME_VALUE
         The promotion time is invalid.
         
        PROMOTION_INVALID_TIME = 60;
        See Also:
        Constant Field Values
      • PROMOTION_CANNOT_SET_PERCENT_DISCOUNT_AND_MONEY_DISCOUNT_VALUE

        public static final int PROMOTION_CANNOT_SET_PERCENT_DISCOUNT_AND_MONEY_DISCOUNT_VALUE
         Cannot set both percent discount and money discount fields.
         
        PROMOTION_CANNOT_SET_PERCENT_DISCOUNT_AND_MONEY_DISCOUNT = 61;
        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
         Cannot set both promotion code and orders over amount fields.
         
        PROMOTION_CANNOT_SET_PROMOTION_CODE_AND_ORDERS_OVER_AMOUNT = 62;
        See Also:
        Constant Field Values
      • TOO_MANY_DECIMAL_PLACES_SPECIFIED_VALUE

        public static final int TOO_MANY_DECIMAL_PLACES_SPECIFIED_VALUE
         This field has too many decimal places specified.
         
        TOO_MANY_DECIMAL_PLACES_SPECIFIED = 63;
        See Also:
        Constant Field Values
      • INVALID_LANGUAGE_CODE_VALUE

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

        public static final int UNSUPPORTED_LANGUAGE_VALUE
         The language is not supported.
         
        UNSUPPORTED_LANGUAGE = 65;
        See Also:
        Constant Field Values
      • CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED_VALUE

        public static final int CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED_VALUE
         Customer hasn't consented for call recording, which is required for
         adding/updating call extensions. Please see
         https://support.google.com/google-ads/answer/7412639.
         
        CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED = 66;
        See Also:
        Constant Field Values
      • EXTENSION_SETTING_UPDATE_IS_A_NOOP_VALUE

        public static final int EXTENSION_SETTING_UPDATE_IS_A_NOOP_VALUE
         The UPDATE operation does not specify any fields other than the resource
         name in the update mask.
         
        EXTENSION_SETTING_UPDATE_IS_A_NOOP = 67;
        See Also:
        Constant Field Values
      • DISALLOWED_TEXT_VALUE

        public static final int DISALLOWED_TEXT_VALUE
         The extension contains text which has been prohibited on policy grounds.
         
        DISALLOWED_TEXT = 68;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static ExtensionSettingErrorEnum.ExtensionSettingError 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 ExtensionSettingErrorEnum.ExtensionSettingError valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static ExtensionSettingErrorEnum.ExtensionSettingError forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

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

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

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

        public static ExtensionSettingErrorEnum.ExtensionSettingError 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