Enum CampaignCriterionErrorEnum.CampaignCriterionError

    • Enum Constant Detail

      • CANNOT_EXCLUDE_CRITERIA_TYPE

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_EXCLUDE_CRITERIA_TYPE
         Criteria type can not be excluded for the campaign by the customer. like
         AOL account type cannot target site type criteria
         
        CANNOT_EXCLUDE_CRITERIA_TYPE = 4;
      • CANNOT_SET_STATUS_FOR_CRITERIA_TYPE

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_SET_STATUS_FOR_CRITERIA_TYPE
         Cannot set the campaign criterion status for this criteria type.
         
        CANNOT_SET_STATUS_FOR_CRITERIA_TYPE = 5;
      • CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA
         Cannot set the campaign criterion status for an excluded criteria.
         
        CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA = 6;
      • OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE

        public static final CampaignCriterionErrorEnum.CampaignCriterionError OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE
         This operator cannot be applied to a criterion of this type.
         
        OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE = 9;
      • SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL

        public static final CampaignCriterionErrorEnum.CampaignCriterionError SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL
         The Shopping campaign sales country is not supported for
         ProductSalesChannel targeting.
         
        SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL = 10;
      • CANNOT_ADD_EXISTING_FIELD

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_ADD_EXISTING_FIELD
         The existing field can't be updated with CREATE operation. It can be
         updated with UPDATE operation only.
         
        CANNOT_ADD_EXISTING_FIELD = 11;
      • CANNOT_SET_NEGATIVE_KEYWORD_THEME_CONSTANT_CRITERION

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_SET_NEGATIVE_KEYWORD_THEME_CONSTANT_CRITERION
         Only free form names are allowed for negative Smart campaign keyword
         theme.
         
        CANNOT_SET_NEGATIVE_KEYWORD_THEME_CONSTANT_CRITERION = 13;
      • MISSING_KEYWORD_THEME_CONSTANT_OR_FREE_FORM_KEYWORD_THEME

        public static final CampaignCriterionErrorEnum.CampaignCriterionError MISSING_KEYWORD_THEME_CONSTANT_OR_FREE_FORM_KEYWORD_THEME
         A Smart campaign keyword theme constant or free-form Smart campaign
         keyword theme is required.
         
        MISSING_KEYWORD_THEME_CONSTANT_OR_FREE_FORM_KEYWORD_THEME = 15;
      • CANNOT_TARGET_BOTH_PROXIMITY_AND_LOCATION_CRITERIA_FOR_SMART_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_TARGET_BOTH_PROXIMITY_AND_LOCATION_CRITERIA_FOR_SMART_CAMPAIGN
         A Smart campaign may not target proximity and location criteria
         simultaneously.
         
        CANNOT_TARGET_BOTH_PROXIMITY_AND_LOCATION_CRITERIA_FOR_SMART_CAMPAIGN = 16;
      • CANNOT_TARGET_MULTIPLE_PROXIMITY_CRITERIA_FOR_SMART_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_TARGET_MULTIPLE_PROXIMITY_CRITERIA_FOR_SMART_CAMPAIGN
         A Smart campaign may not target multiple proximity criteria.
         
        CANNOT_TARGET_MULTIPLE_PROXIMITY_CRITERIA_FOR_SMART_CAMPAIGN = 17;
      • LOCATION_NOT_LAUNCHED_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError LOCATION_NOT_LAUNCHED_FOR_LOCAL_SERVICES_CAMPAIGN
         Location is not launched for Local Services Campaigns.
         
        LOCATION_NOT_LAUNCHED_FOR_LOCAL_SERVICES_CAMPAIGN = 18;
      • LOCATION_INVALID_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError LOCATION_INVALID_FOR_LOCAL_SERVICES_CAMPAIGN
         A Local Services campaign may not target certain criteria types.
         
        LOCATION_INVALID_FOR_LOCAL_SERVICES_CAMPAIGN = 19;
      • CANNOT_TARGET_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_TARGET_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN
         Country locations are not supported for Local Services campaign.
         
        CANNOT_TARGET_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN = 20;
      • LOCATION_NOT_IN_HOME_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError LOCATION_NOT_IN_HOME_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN
         Location is not within the home country of Local Services campaign.
         
        LOCATION_NOT_IN_HOME_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN = 21;
      • CANNOT_ADD_OR_REMOVE_LOCATION_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError CANNOT_ADD_OR_REMOVE_LOCATION_FOR_LOCAL_SERVICES_CAMPAIGN
         Local Services profile does not exist for a particular Local Services
         campaign.
         
        CANNOT_ADD_OR_REMOVE_LOCATION_FOR_LOCAL_SERVICES_CAMPAIGN = 22;
      • AT_LEAST_ONE_POSITIVE_LOCATION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError AT_LEAST_ONE_POSITIVE_LOCATION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN
         Local Services campaign must have at least one target location.
         
        AT_LEAST_ONE_POSITIVE_LOCATION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN = 23;
      • AT_LEAST_ONE_LOCAL_SERVICE_ID_CRITERION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN

        public static final CampaignCriterionErrorEnum.CampaignCriterionError AT_LEAST_ONE_LOCAL_SERVICE_ID_CRITERION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN
         At least one positive local service ID criterion is required for a Local
         Services campaign.
         
        AT_LEAST_ONE_LOCAL_SERVICE_ID_CRITERION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN = 24;
      • LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY

        public static final CampaignCriterionErrorEnum.CampaignCriterionError LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY
         Local service ID is not found under selected categories in local
         services campaign setting.
         
        LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY = 25;
    • 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
      • CONCRETE_TYPE_REQUIRED_VALUE

        public static final int CONCRETE_TYPE_REQUIRED_VALUE
         Concrete type of criterion (keyword v.s. placement) is required for
         CREATE and UPDATE operations.
         
        CONCRETE_TYPE_REQUIRED = 2;
        See Also:
        Constant Field Values
      • INVALID_PLACEMENT_URL_VALUE

        public static final int INVALID_PLACEMENT_URL_VALUE
         Invalid placement URL.
         
        INVALID_PLACEMENT_URL = 3;
        See Also:
        Constant Field Values
      • CANNOT_EXCLUDE_CRITERIA_TYPE_VALUE

        public static final int CANNOT_EXCLUDE_CRITERIA_TYPE_VALUE
         Criteria type can not be excluded for the campaign by the customer. like
         AOL account type cannot target site type criteria
         
        CANNOT_EXCLUDE_CRITERIA_TYPE = 4;
        See Also:
        Constant Field Values
      • CANNOT_SET_STATUS_FOR_CRITERIA_TYPE_VALUE

        public static final int CANNOT_SET_STATUS_FOR_CRITERIA_TYPE_VALUE
         Cannot set the campaign criterion status for this criteria type.
         
        CANNOT_SET_STATUS_FOR_CRITERIA_TYPE = 5;
        See Also:
        Constant Field Values
      • CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA_VALUE

        public static final int CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA_VALUE
         Cannot set the campaign criterion status for an excluded criteria.
         
        CANNOT_SET_STATUS_FOR_EXCLUDED_CRITERIA = 6;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_AND_EXCLUDE_VALUE

        public static final int CANNOT_TARGET_AND_EXCLUDE_VALUE
         Cannot target and exclude the same criterion.
         
        CANNOT_TARGET_AND_EXCLUDE = 7;
        See Also:
        Constant Field Values
      • TOO_MANY_OPERATIONS_VALUE

        public static final int TOO_MANY_OPERATIONS_VALUE
         The mutate contained too many operations.
         
        TOO_MANY_OPERATIONS = 8;
        See Also:
        Constant Field Values
      • OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE_VALUE

        public static final int OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE_VALUE
         This operator cannot be applied to a criterion of this type.
         
        OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE = 9;
        See Also:
        Constant Field Values
      • SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL_VALUE

        public static final int SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL_VALUE
         The Shopping campaign sales country is not supported for
         ProductSalesChannel targeting.
         
        SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL = 10;
        See Also:
        Constant Field Values
      • CANNOT_ADD_EXISTING_FIELD_VALUE

        public static final int CANNOT_ADD_EXISTING_FIELD_VALUE
         The existing field can't be updated with CREATE operation. It can be
         updated with UPDATE operation only.
         
        CANNOT_ADD_EXISTING_FIELD = 11;
        See Also:
        Constant Field Values
      • CANNOT_UPDATE_NEGATIVE_CRITERION_VALUE

        public static final int CANNOT_UPDATE_NEGATIVE_CRITERION_VALUE
         Negative criteria are immutable, so updates are not allowed.
         
        CANNOT_UPDATE_NEGATIVE_CRITERION = 12;
        See Also:
        Constant Field Values
      • CANNOT_SET_NEGATIVE_KEYWORD_THEME_CONSTANT_CRITERION_VALUE

        public static final int CANNOT_SET_NEGATIVE_KEYWORD_THEME_CONSTANT_CRITERION_VALUE
         Only free form names are allowed for negative Smart campaign keyword
         theme.
         
        CANNOT_SET_NEGATIVE_KEYWORD_THEME_CONSTANT_CRITERION = 13;
        See Also:
        Constant Field Values
      • INVALID_KEYWORD_THEME_CONSTANT_VALUE

        public static final int INVALID_KEYWORD_THEME_CONSTANT_VALUE
         Invalid Smart campaign keyword theme constant criterion.
         
        INVALID_KEYWORD_THEME_CONSTANT = 14;
        See Also:
        Constant Field Values
      • MISSING_KEYWORD_THEME_CONSTANT_OR_FREE_FORM_KEYWORD_THEME_VALUE

        public static final int MISSING_KEYWORD_THEME_CONSTANT_OR_FREE_FORM_KEYWORD_THEME_VALUE
         A Smart campaign keyword theme constant or free-form Smart campaign
         keyword theme is required.
         
        MISSING_KEYWORD_THEME_CONSTANT_OR_FREE_FORM_KEYWORD_THEME = 15;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_BOTH_PROXIMITY_AND_LOCATION_CRITERIA_FOR_SMART_CAMPAIGN_VALUE

        public static final int CANNOT_TARGET_BOTH_PROXIMITY_AND_LOCATION_CRITERIA_FOR_SMART_CAMPAIGN_VALUE
         A Smart campaign may not target proximity and location criteria
         simultaneously.
         
        CANNOT_TARGET_BOTH_PROXIMITY_AND_LOCATION_CRITERIA_FOR_SMART_CAMPAIGN = 16;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_MULTIPLE_PROXIMITY_CRITERIA_FOR_SMART_CAMPAIGN_VALUE

        public static final int CANNOT_TARGET_MULTIPLE_PROXIMITY_CRITERIA_FOR_SMART_CAMPAIGN_VALUE
         A Smart campaign may not target multiple proximity criteria.
         
        CANNOT_TARGET_MULTIPLE_PROXIMITY_CRITERIA_FOR_SMART_CAMPAIGN = 17;
        See Also:
        Constant Field Values
      • LOCATION_NOT_LAUNCHED_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int LOCATION_NOT_LAUNCHED_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         Location is not launched for Local Services Campaigns.
         
        LOCATION_NOT_LAUNCHED_FOR_LOCAL_SERVICES_CAMPAIGN = 18;
        See Also:
        Constant Field Values
      • LOCATION_INVALID_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int LOCATION_INVALID_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         A Local Services campaign may not target certain criteria types.
         
        LOCATION_INVALID_FOR_LOCAL_SERVICES_CAMPAIGN = 19;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int CANNOT_TARGET_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         Country locations are not supported for Local Services campaign.
         
        CANNOT_TARGET_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN = 20;
        See Also:
        Constant Field Values
      • LOCATION_NOT_IN_HOME_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int LOCATION_NOT_IN_HOME_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         Location is not within the home country of Local Services campaign.
         
        LOCATION_NOT_IN_HOME_COUNTRY_FOR_LOCAL_SERVICES_CAMPAIGN = 21;
        See Also:
        Constant Field Values
      • CANNOT_ADD_OR_REMOVE_LOCATION_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int CANNOT_ADD_OR_REMOVE_LOCATION_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         Local Services profile does not exist for a particular Local Services
         campaign.
         
        CANNOT_ADD_OR_REMOVE_LOCATION_FOR_LOCAL_SERVICES_CAMPAIGN = 22;
        See Also:
        Constant Field Values
      • AT_LEAST_ONE_POSITIVE_LOCATION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int AT_LEAST_ONE_POSITIVE_LOCATION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         Local Services campaign must have at least one target location.
         
        AT_LEAST_ONE_POSITIVE_LOCATION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN = 23;
        See Also:
        Constant Field Values
      • AT_LEAST_ONE_LOCAL_SERVICE_ID_CRITERION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE

        public static final int AT_LEAST_ONE_LOCAL_SERVICE_ID_CRITERION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN_VALUE
         At least one positive local service ID criterion is required for a Local
         Services campaign.
         
        AT_LEAST_ONE_LOCAL_SERVICE_ID_CRITERION_REQUIRED_FOR_LOCAL_SERVICES_CAMPAIGN = 24;
        See Also:
        Constant Field Values
      • LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY_VALUE

        public static final int LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY_VALUE
         Local service ID is not found under selected categories in local
         services campaign setting.
         
        LOCAL_SERVICE_ID_NOT_FOUND_FOR_CATEGORY = 25;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static CampaignCriterionErrorEnum.CampaignCriterionError 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 CampaignCriterionErrorEnum.CampaignCriterionError 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 CampaignCriterionErrorEnum.CampaignCriterionError 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