Enum CampaignCriterionErrorEnum.CampaignCriterionError

    • 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
    • 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