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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWhen a value rule is created, it shouldn't have REMOVED status.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.The value rule cannot be removed because it's still included in some value rule set.The value rule contains a condition that's not allowed by the value rule set including this value rule.User specified conflicting conditions for two value rules in the same value rule set.The value rule's geo location condition contains conflicting included and excluded geo targets.The value rule contains a field that should be unset.The value rule's audience condition contains inaccessible user list(s).The value rule's audience condition contains invalid user_interest(s).The value rule's audience condition contains invalid user list(s).The value rule's geo location condition contains invalid geo target constant(s), for example, there's no matching geo target.The value rule's itinerary condition contains invalid travel start day, it contains no day of week.The received error code is not known in this version.Enum unspecified.The value rule's geo location condition contains untargetable geo target constant(s). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intWhen a value rule is created, it shouldn't have REMOVED status.static final intPausing the value rule requires pausing the value rule set because the value rule is (one of) the last enabled in the value rule set.static final intThe value rule cannot be removed because it's still included in some value rule set.static final intThe value rule contains a condition that's not allowed by the value rule set including this value rule.static final intUser specified conflicting conditions for two value rules in the same value rule set.static final intThe value rule's geo location condition contains conflicting included and excluded geo targets.static final intThe value rule contains a field that should be unset.static final intThe value rule's audience condition contains inaccessible user list(s).static final intThe value rule's audience condition contains invalid user_interest(s).static final intThe value rule's audience condition contains invalid user list(s).static final intThe value rule's geo location condition contains invalid geo target constant(s), for example, there's no matching geo target.static final intThe value rule's itinerary condition contains invalid travel start day, it contains no day of week.static final intThe received error code is not known in this version.static final intEnum unspecified.static final intThe value rule's geo location condition contains untargetable geo target constant(s). -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ConversionValueRuleErrorEnum.ConversionValueRuleError>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0; -
UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1; -
INVALID_GEO_TARGET_CONSTANT
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError INVALID_GEO_TARGET_CONSTANTThe 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; -
CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGET
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGETThe 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; -
CONFLICTING_CONDITIONS
User specified conflicting conditions for two value rules in the same value rule set.
CONFLICTING_CONDITIONS = 4; -
CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SETThe value rule cannot be removed because it's still included in some value rule set.
CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET = 5; -
CONDITION_NOT_ALLOWED
The value rule contains a condition that's not allowed by the value rule set including this value rule.
CONDITION_NOT_ALLOWED = 6; -
FIELD_MUST_BE_UNSET
The value rule contains a field that should be unset.
FIELD_MUST_BE_UNSET = 7; -
CANNOT_PAUSE_UNLESS_VALUE_RULE_SET_IS_PAUSED
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError CANNOT_PAUSE_UNLESS_VALUE_RULE_SET_IS_PAUSEDPausing 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; -
UNTARGETABLE_GEO_TARGET
The value rule's geo location condition contains untargetable geo target constant(s).
UNTARGETABLE_GEO_TARGET = 9; -
INVALID_AUDIENCE_USER_LIST
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError INVALID_AUDIENCE_USER_LISTThe value rule's audience condition contains invalid user list(s). In another word, there's no matching user list.
INVALID_AUDIENCE_USER_LIST = 10; -
INACCESSIBLE_USER_LIST
The value rule's audience condition contains inaccessible user list(s).
INACCESSIBLE_USER_LIST = 11; -
INVALID_AUDIENCE_USER_INTEREST
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError INVALID_AUDIENCE_USER_INTERESTThe 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; -
CANNOT_ADD_RULE_WITH_STATUS_REMOVED
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError CANNOT_ADD_RULE_WITH_STATUS_REMOVEDWhen a value rule is created, it shouldn't have REMOVED status.
CANNOT_ADD_RULE_WITH_STATUS_REMOVED = 13; -
NO_DAY_OF_WEEK_SELECTED
The value rule's itinerary condition contains invalid travel start day, it contains no day of week.
NO_DAY_OF_WEEK_SELECTED = 14; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEEnum unspecified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe 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_VALUEThe 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_VALUEThe 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_VALUEUser 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_VALUEThe 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_VALUEThe 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_VALUEThe 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_VALUEPausing 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_VALUEThe 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_VALUEThe 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_VALUEThe 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_VALUEThe 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_VALUEWhen 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_VALUEThe 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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-