Enum Class UserListCustomerTypeErrorEnum.UserListCustomerTypeError
java.lang.Object
java.lang.Enum<UserListCustomerTypeErrorEnum.UserListCustomerTypeError>
com.google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<UserListCustomerTypeErrorEnum.UserListCustomerTypeError>,Constable
- Enclosing class:
- UserListCustomerTypeErrorEnum
public static enum UserListCustomerTypeErrorEnum.UserListCustomerTypeError
extends Enum<UserListCustomerTypeErrorEnum.UserListCustomerTypeError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible user list customer type errors.Protobuf enum
google.ads.googleads.v18.errors.UserListCustomerTypeErrorEnum.UserListCustomerTypeError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCannot add the conflicting customer types to the same user list.To edit the user list customer type, conversion tracking must be enabled in your account.The account does not have access to the user list.Too many user lists for the customer type.The received error code is not known in this version.Enum unspecified.The given user list is not eligible for applying customer types. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCannot add the conflicting customer types to the same user list.static final intTo edit the user list customer type, conversion tracking must be enabled in your account.static final intThe account does not have access to the user list.static final intToo many user lists for the customer type.static final intThe received error code is not known in this version.static final intEnum unspecified.static final intThe given user list is not eligible for applying customer types. -
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<UserListCustomerTypeErrorEnum.UserListCustomerTypeError>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; -
CONFLICTING_CUSTOMER_TYPES
public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError CONFLICTING_CUSTOMER_TYPESCannot add the conflicting customer types to the same user list. Conflicting labels: 1. Purchasers - Converted Leads 2. Purchasers - Qualified Leads 3. Purchasers - Cart Abandoners 4. Qualified Leads - Converted Leads 5. Disengaged customers - Converted Leads 6. Disengaged customers - Qualified Leads 7. Disengaged customers- Cart Abandoners
CONFLICTING_CUSTOMER_TYPES = 2; -
NO_ACCESS_TO_USER_LIST
The account does not have access to the user list.
NO_ACCESS_TO_USER_LIST = 3; -
USERLIST_NOT_ELIGIBLE
The given user list is not eligible for applying customer types. The user list must belong to one of the following types: CRM_BASED, RULE_BASED, ADVERTISER_DATA_MODEL_BASED, GCN.
USERLIST_NOT_ELIGIBLE = 4; -
CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT
public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNTTo edit the user list customer type, conversion tracking must be enabled in your account. If cross-tracking is enabled, your account must be a MCC manager account to modify user list customer types. More info at https://support.google.com/google-ads/answer/3030657
CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT = 5; -
TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE
public static final UserListCustomerTypeErrorEnum.UserListCustomerTypeError TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPEToo many user lists for the customer type.
TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE = 6; -
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:
-
CONFLICTING_CUSTOMER_TYPES_VALUE
public static final int CONFLICTING_CUSTOMER_TYPES_VALUECannot add the conflicting customer types to the same user list. Conflicting labels: 1. Purchasers - Converted Leads 2. Purchasers - Qualified Leads 3. Purchasers - Cart Abandoners 4. Qualified Leads - Converted Leads 5. Disengaged customers - Converted Leads 6. Disengaged customers - Qualified Leads 7. Disengaged customers- Cart Abandoners
CONFLICTING_CUSTOMER_TYPES = 2;- See Also:
-
NO_ACCESS_TO_USER_LIST_VALUE
public static final int NO_ACCESS_TO_USER_LIST_VALUEThe account does not have access to the user list.
NO_ACCESS_TO_USER_LIST = 3;- See Also:
-
USERLIST_NOT_ELIGIBLE_VALUE
public static final int USERLIST_NOT_ELIGIBLE_VALUEThe given user list is not eligible for applying customer types. The user list must belong to one of the following types: CRM_BASED, RULE_BASED, ADVERTISER_DATA_MODEL_BASED, GCN.
USERLIST_NOT_ELIGIBLE = 4;- See Also:
-
CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT_VALUE
public static final int CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT_VALUETo edit the user list customer type, conversion tracking must be enabled in your account. If cross-tracking is enabled, your account must be a MCC manager account to modify user list customer types. More info at https://support.google.com/google-ads/answer/3030657
CONVERSION_TRACKING_NOT_ENABLED_OR_NOT_MCC_MANAGER_ACCOUNT = 5;- See Also:
-
TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE_VALUE
public static final int TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE_VALUEToo many user lists for the customer type.
TOO_MANY_USER_LISTS_FOR_THE_CUSTOMER_TYPE = 6;- 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 UserListCustomerTypeErrorEnum.UserListCustomerTypeError 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<UserListCustomerTypeErrorEnum.UserListCustomerTypeError> 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 UserListCustomerTypeErrorEnum.UserListCustomerTypeError 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
-