Enum Class CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
java.lang.Object
java.lang.Enum<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>
com.google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>,Constable
- Enclosing class:
- CustomerLifecycleGoalErrorEnum
public static enum CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError
extends Enum<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible customer lifecycle goal errors.Protobuf enum
google.ads.googleads.v18.errors.CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared.CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01.CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared.CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists.Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists.The received error code is not known in this version.Enum unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared.static final intCustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01.static final intCustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.static final intCustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared.static final intCustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.static final intFound invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists.static final intFound invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists.static final intThe received error code is not known in this version.static final intEnum unspecified. -
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<CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError>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; -
CUSTOMER_ACQUISITION_VALUE_MISSING
public static final CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError CUSTOMER_ACQUISITION_VALUE_MISSINGCustomerLifecycleGoal.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_VALUECustomerLifecycleGoal.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_VALUECustomerLifecycleGoal.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_CLEAREDCustomerLifecycleGoal.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_CLEAREDCustomerLifecycleGoal.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_LISTFound 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_LISTFound 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
-
-
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:
-
CUSTOMER_ACQUISITION_VALUE_MISSING_VALUE
public static final int CUSTOMER_ACQUISITION_VALUE_MISSING_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set.
CUSTOMER_ACQUISITION_VALUE_MISSING = 2;- See Also:
-
CUSTOMER_ACQUISITION_INVALID_VALUE_VALUE
public static final int CUSTOMER_ACQUISITION_INVALID_VALUE_VALUECustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01.
CUSTOMER_ACQUISITION_INVALID_VALUE = 3;- See Also:
-
CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUE
public static final int CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE_VALUECustomerLifecycleGoal.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:
-
CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUE
public static final int CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED_VALUECustomerLifecycleGoal.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:
-
CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUE
public static final int CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED_VALUECustomerLifecycleGoal.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:
-
INVALID_EXISTING_USER_LIST_VALUE
public static final int INVALID_EXISTING_USER_LIST_VALUEFound 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:
-
INVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUE
public static final int INVALID_HIGH_LIFETIME_VALUE_USER_LIST_VALUEFound 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:
-
-
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 public static CustomerLifecycleGoalErrorEnum.CustomerLifecycleGoalError valueOf(int value) 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<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 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
-