Enum Class ConversionValueRuleErrorEnum.ConversionValueRuleError

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

public static enum ConversionValueRuleErrorEnum.ConversionValueRuleError extends Enum<ConversionValueRuleErrorEnum.ConversionValueRuleError> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing possible conversion value rule errors.
 
Protobuf enum google.ads.googleads.v18.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

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

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

      public static final int INVALID_GEO_TARGET_CONSTANT_VALUE
       The value rule's geo location condition contains invalid geo target
       constant(s), for example, there's no matching geo target.
       
      INVALID_GEO_TARGET_CONSTANT = 2;
      See Also:
    • CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGET_VALUE

      public static final int CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGET_VALUE
       The value rule's geo location condition contains conflicting included and
       excluded geo targets. Specifically, some of the excluded geo target(s)
       are the same as or contain some of the included geo target(s). For
       example, the geo location condition includes California but excludes U.S.
       
      CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGET = 3;
      See Also:
    • CONFLICTING_CONDITIONS_VALUE

      public static final int CONFLICTING_CONDITIONS_VALUE
       User specified conflicting conditions for two value rules in the same
       value rule set.
       
      CONFLICTING_CONDITIONS = 4;
      See Also:
    • CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET_VALUE

      public static final int CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET_VALUE
       The value rule cannot be removed because it's still included in some
       value rule set.
       
      CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET = 5;
      See Also:
    • CONDITION_NOT_ALLOWED_VALUE

      public static final int CONDITION_NOT_ALLOWED_VALUE
       The value rule contains a condition that's not allowed by the value rule
       set including this value rule.
       
      CONDITION_NOT_ALLOWED = 6;
      See Also:
    • FIELD_MUST_BE_UNSET_VALUE

      public static final int FIELD_MUST_BE_UNSET_VALUE
       The value rule contains a field that should be unset.
       
      FIELD_MUST_BE_UNSET = 7;
      See Also:
    • CANNOT_PAUSE_UNLESS_VALUE_RULE_SET_IS_PAUSED_VALUE

      public static final int CANNOT_PAUSE_UNLESS_VALUE_RULE_SET_IS_PAUSED_VALUE
       Pausing the value rule requires pausing the value rule set because the
       value rule is (one of) the last enabled in the value rule set.
       
      CANNOT_PAUSE_UNLESS_VALUE_RULE_SET_IS_PAUSED = 8;
      See Also:
    • UNTARGETABLE_GEO_TARGET_VALUE

      public static final int UNTARGETABLE_GEO_TARGET_VALUE
       The value rule's geo location condition contains untargetable geo target
       constant(s).
       
      UNTARGETABLE_GEO_TARGET = 9;
      See Also:
    • INVALID_AUDIENCE_USER_LIST_VALUE

      public static final int INVALID_AUDIENCE_USER_LIST_VALUE
       The value rule's audience condition contains invalid user list(s). In
       another word, there's no matching user list.
       
      INVALID_AUDIENCE_USER_LIST = 10;
      See Also:
    • INACCESSIBLE_USER_LIST_VALUE

      public static final int INACCESSIBLE_USER_LIST_VALUE
       The value rule's audience condition contains inaccessible user list(s).
       
      INACCESSIBLE_USER_LIST = 11;
      See Also:
    • INVALID_AUDIENCE_USER_INTEREST_VALUE

      public static final int INVALID_AUDIENCE_USER_INTEREST_VALUE
       The value rule's audience condition contains invalid user_interest(s).
       This might be because there is no matching user interest, or the user
       interest is not visible.
       
      INVALID_AUDIENCE_USER_INTEREST = 12;
      See Also:
    • CANNOT_ADD_RULE_WITH_STATUS_REMOVED_VALUE

      public static final int CANNOT_ADD_RULE_WITH_STATUS_REMOVED_VALUE
       When a value rule is created, it shouldn't have REMOVED status.
       
      CANNOT_ADD_RULE_WITH_STATUS_REMOVED = 13;
      See Also:
    • NO_DAY_OF_WEEK_SELECTED_VALUE

      public static final int NO_DAY_OF_WEEK_SELECTED_VALUE
       The value rule's itinerary condition contains invalid travel start day,
       it contains no day of week.
       
      NO_DAY_OF_WEEK_SELECTED = 14;
      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 ConversionValueRuleErrorEnum.ConversionValueRuleError 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<ConversionValueRuleErrorEnum.ConversionValueRuleError> 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 ConversionValueRuleErrorEnum.ConversionValueRuleError 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