Enum CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
- java.lang.Object
-
- java.lang.Enum<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>
-
- com.google.ads.googleads.v15.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>
- Enclosing class:
- CustomerLifecycleGoalErrorEnum
public static enum CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError extends java.lang.Enum<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible customer lifecycle goal errors.
Protobuf enumgoogle.ads.googleads.v15.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEAREDCustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared.CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01.CUSTOMER_ACQUISITION_INVALID_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEAREDCustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared.CUSTOMER_ACQUISITION_VALUE_MISSINGCustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.INVALID_EXISTING_USER_LISTFound invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists.INVALID_HIGH_LIFETIME_VALUE_USER_LISTFound invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.
-
Field Summary
Fields Modifier and Type Field Description static intCUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared.static intCUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01.static intCUSTOMER_ACQUISITION_INVALID_VALUE_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.static intCUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared.static intCUSTOMER_ACQUISITION_VALUE_MISSING_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.static intINVALID_EXISTING_USER_LIST_VALUEFound invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists.static intINVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUEFound invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEEnum unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalErrorforNumber(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<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>internalGetValueMap()static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalErrorvalueOf(int value)Deprecated.static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
CUSTOMER_ACQUISITION_VALUE_MISSING
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_VALUE_MISSING
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.
CUSTOMER_ACQUISITION_VALUE_MISSING = 2;
-
CUSTOMER_ACQUISITION_INVALID_VALUE
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_INVALID_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.
CUSTOMER_ACQUISITION_INVALID_VALUE = 3;
-
CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01. Also, to set this field, CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must also be present, and high_lifetime_value must be greater than value.
CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE = 4;
-
CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared. This value would have no effect as long as none of your campaigns adopt the customer acquisitiong goal.
CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED = 5;
-
CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared. This value would have no effect as long as none of your campaigns adopt the high value optimization of customer acquisitiong goal.
CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED = 6;
-
INVALID_EXISTING_USER_LIST
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError INVALID_EXISTING_USER_LIST
Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists. The userlist must be accessible, active and belong to one of the following types: CRM_BASED, RULE_BASED, REMARKETING.
INVALID_EXISTING_USER_LIST = 7;
-
INVALID_HIGH_LIFETIME_VALUE_USER_LIST
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError INVALID_HIGH_LIFETIME_VALUE_USER_LIST
Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists. The userlist must be accessible, active and belong to one of the following types: CRM_BASED, RULE_BASED, REMARKETING.
INVALID_HIGH_LIFETIME_VALUE_USER_LIST = 8;
-
UNRECOGNIZED
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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
-
CUSTOMER_ACQUISITION_VALUE_MISSING_VALUE
public static final int CUSTOMER_ACQUISITION_VALUE_MISSING_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.
CUSTOMER_ACQUISITION_VALUE_MISSING = 2;- See Also:
- Constant Field Values
-
CUSTOMER_ACQUISITION_INVALID_VALUE_VALUE
public static final int CUSTOMER_ACQUISITION_INVALID_VALUE_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.
CUSTOMER_ACQUISITION_INVALID_VALUE = 3;- See Also:
- Constant Field Values
-
CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUE
public static final int CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01. Also, to set this field, CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must also be present, and high_lifetime_value must be greater than value.
CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE = 4;- See Also:
- Constant Field Values
-
CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUE
public static final int CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared. This value would have no effect as long as none of your campaigns adopt the customer acquisitiong goal.
CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED = 5;- See Also:
- Constant Field Values
-
CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUE
public static final int CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUE
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared. This value would have no effect as long as none of your campaigns adopt the high value optimization of customer acquisitiong goal.
CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED = 6;- See Also:
- Constant Field Values
-
INVALID_EXISTING_USER_LIST_VALUE
public static final int INVALID_EXISTING_USER_LIST_VALUE
Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists. The userlist must be accessible, active and belong to one of the following types: CRM_BASED, RULE_BASED, REMARKETING.
INVALID_EXISTING_USER_LIST = 7;- See Also:
- Constant Field Values
-
INVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUE
public static final int INVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUE
Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists. The userlist must be accessible, active and belong to one of the following types: CRM_BASED, RULE_BASED, REMARKETING.
INVALID_HIGH_LIFETIME_VALUE_USER_LIST = 8;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError[] 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 (CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError c : CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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 CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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 CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError> 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 CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError 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
-
-