Enum ConversionValueRuleErrorEnum.ConversionValueRuleError
- java.lang.Object
-
- java.lang.Enum<ConversionValueRuleErrorEnum.ConversionValueRuleError>
-
- com.google.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionValueRuleErrorEnum.ConversionValueRuleError>
- Enclosing class:
- ConversionValueRuleErrorEnum
public static enum ConversionValueRuleErrorEnum.ConversionValueRuleError extends java.lang.Enum<ConversionValueRuleErrorEnum.ConversionValueRuleError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible conversion value rule errors.
Protobuf enumgoogle.ads.googleads.v10.errors.ConversionValueRuleErrorEnum.ConversionValueRuleError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANNOT_ADD_RULE_WITH_STATUS_REMOVEDWhen a value rule is created, it shouldn't have REMOVED status.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_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SETThe value rule cannot be removed because it's still included in some value rule set.CONDITION_NOT_ALLOWEDThe value rule contains a condition that's not allowed by the value rule set including this value rule.CONFLICTING_CONDITIONSUser specified conflicting conditions for two value rules in the same value rule set.CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGETThe value rule's geo location condition contains conflicting included and excluded geo targets.FIELD_MUST_BE_UNSETThe value rule contains a field that should be unset.INACCESSIBLE_USER_LISTThe value rule's audience condition contains inaccessible user list(s).INVALID_AUDIENCE_USER_INTERESTThe value rule's audience condition contains invalid user_interest(s).INVALID_AUDIENCE_USER_LISTThe value rule's audience condition contains invalid user list(s).INVALID_GEO_TARGET_CONSTANTThe value rule's geo location condition contains invalid geo target constant(s), i.e.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.UNTARGETABLE_GEO_TARGETThe value rule's geo location condition contains untargetable geo target constant(s).
-
Field Summary
Fields Modifier and Type Field Description static intCANNOT_ADD_RULE_WITH_STATUS_REMOVED_VALUEWhen a value rule is created, it shouldn't have REMOVED status.static intCANNOT_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.static intCANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET_VALUEThe value rule cannot be removed because it's still included in some value rule set.static intCONDITION_NOT_ALLOWED_VALUEThe value rule contains a condition that's not allowed by the value rule set including this value rule.static intCONFLICTING_CONDITIONS_VALUEUser specified conflicting conditions for two value rules in the same value rule set.static intCONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGET_VALUEThe value rule's geo location condition contains conflicting included and excluded geo targets.static intFIELD_MUST_BE_UNSET_VALUEThe value rule contains a field that should be unset.static intINACCESSIBLE_USER_LIST_VALUEThe value rule's audience condition contains inaccessible user list(s).static intINVALID_AUDIENCE_USER_INTEREST_VALUEThe value rule's audience condition contains invalid user_interest(s).static intINVALID_AUDIENCE_USER_LIST_VALUEThe value rule's audience condition contains invalid user list(s).static intINVALID_GEO_TARGET_CONSTANT_VALUEThe value rule's geo location condition contains invalid geo target constant(s), i.e.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEEnum unspecified.static intUNTARGETABLE_GEO_TARGET_VALUEThe value rule's geo location condition contains untargetable geo target constant(s).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionValueRuleErrorEnum.ConversionValueRuleErrorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ConversionValueRuleErrorEnum.ConversionValueRuleError>internalGetValueMap()static ConversionValueRuleErrorEnum.ConversionValueRuleErrorvalueOf(int value)Deprecated.static ConversionValueRuleErrorEnum.ConversionValueRuleErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionValueRuleErrorEnum.ConversionValueRuleErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionValueRuleErrorEnum.ConversionValueRuleError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError 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_CONSTANT
The value rule's geo location condition contains invalid geo target constant(s), i.e. 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_TARGET
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;
-
CONFLICTING_CONDITIONS
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError 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_SET
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;
-
CONDITION_NOT_ALLOWED
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError 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
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError 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_PAUSED
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;
-
UNTARGETABLE_GEO_TARGET
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError 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_LIST
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;
-
INACCESSIBLE_USER_LIST
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError 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_INTEREST
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;
-
CANNOT_ADD_RULE_WITH_STATUS_REMOVED
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError CANNOT_ADD_RULE_WITH_STATUS_REMOVED
When a value rule is created, it shouldn't have REMOVED status.
CANNOT_ADD_RULE_WITH_STATUS_REMOVED = 13;
-
UNRECOGNIZED
public static final ConversionValueRuleErrorEnum.ConversionValueRuleError UNRECOGNIZED
-
-
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
-
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), i.e. there's no matching geo target.
INVALID_GEO_TARGET_CONSTANT = 2;- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
-
Method Detail
-
values
public static ConversionValueRuleErrorEnum.ConversionValueRuleError[] 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 (ConversionValueRuleErrorEnum.ConversionValueRuleError c : ConversionValueRuleErrorEnum.ConversionValueRuleError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversionValueRuleErrorEnum.ConversionValueRuleError 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 namejava.lang.NullPointerException- 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 public static ConversionValueRuleErrorEnum.ConversionValueRuleError 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 namejava.lang.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:
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 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 namejava.lang.NullPointerException- if the argument is null
-
-