Enum Class UserListErrorEnum.UserListError
java.lang.Object
java.lang.Enum<UserListErrorEnum.UserListError>
com.google.ads.googleads.v18.errors.UserListErrorEnum.UserListError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<UserListErrorEnum.UserListError>,Constable
- Enclosing class:
- UserListErrorEnum
public static enum UserListErrorEnum.UserListError
extends Enum<UserListErrorEnum.UserListError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible user list errors.Protobuf enum
google.ads.googleads.v18.errors.UserListErrorEnum.UserListError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdvertiser needs to be on the allow-list to use remarketing lists created from advertiser uploaded data (for example, Customer Match lists).crm_based_user_list.app_id field can only be set when upload_key_type is MOBILE_ADVERTISING_ID.crm_based_user_list.app_id field must be set when upload_key_type is MOBILE_ADVERTISING_ID.Similar user list cannot be used as a logical user list operand.Embedded logical user lists are not allowed.Logical user list should not have a mix of CRM based user list and other types of lists in its rules.A UserList which is privacy sensitive or legal rejected cannot be mutated by external users.BasicUserList's billable record field cannot be modified once it is set.Google system generated user lists cannot be mutated.Concrete type of user list is required.Creating/updating user list conversion types requires specifying the conversion type Id.The given conversion type name has been used.Remarketing user list cannot have duplicate conversion types.Creating and updating external remarketing user lists is not supported.Conversion type is invalid/unknown.One or more invalid country codes are added to Lookalike UserList.The specified date range is empty.User list description is empty or invalid.User list name is empty or invalid.Rule is invalid.One or more given seed lists are not accessible to the current user.One or more given seed lists have an unsupported type.Type of the UserList does not match.User list rule operand is invalid.Maximum number of rulebased user lists a customer can have.The mobile app associated with the remarketing list is sensitive.Name is already being used for another user list for the account.Name is required when creating a new conversion type.Only an owner account may edit a user list.The provided rule_type is not supported for the user list.One or more given seed lists do not exist.The received error code is not known in this version.Enum unspecified.Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed.Name of the user list is reserved for system generated lists and cannot be used. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAdvertiser needs to be on the allow-list to use remarketing lists created from advertiser uploaded data (for example, Customer Match lists).static final intcrm_based_user_list.app_id field can only be set when upload_key_type is MOBILE_ADVERTISING_ID.static final intcrm_based_user_list.app_id field must be set when upload_key_type is MOBILE_ADVERTISING_ID.static final intSimilar user list cannot be used as a logical user list operand.static final intEmbedded logical user lists are not allowed.static final intLogical user list should not have a mix of CRM based user list and other types of lists in its rules.static final intA UserList which is privacy sensitive or legal rejected cannot be mutated by external users.static final intBasicUserList's billable record field cannot be modified once it is set.static final intGoogle system generated user lists cannot be mutated.static final intConcrete type of user list is required.static final intCreating/updating user list conversion types requires specifying the conversion type Id.static final intThe given conversion type name has been used.static final intRemarketing user list cannot have duplicate conversion types.static final intCreating and updating external remarketing user lists is not supported.static final intConversion type is invalid/unknown.static final intOne or more invalid country codes are added to Lookalike UserList.static final intThe specified date range is empty.static final intUser list description is empty or invalid.static final intUser list name is empty or invalid.static final intRule is invalid.static final intOne or more given seed lists are not accessible to the current user.static final intOne or more given seed lists have an unsupported type.static final intType of the UserList does not match.static final intUser list rule operand is invalid.static final intMaximum number of rulebased user lists a customer can have.static final intThe mobile app associated with the remarketing list is sensitive.static final intName is already being used for another user list for the account.static final intName is required when creating a new conversion type.static final intOnly an owner account may edit a user list.static final intThe provided rule_type is not supported for the user list.static final intOne or more given seed lists do not exist.static final intThe received error code is not known in this version.static final intEnum unspecified.static final intCreating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed.static final intName of the user list is reserved for system generated lists and cannot be used. -
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<UserListErrorEnum.UserListError>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.static UserListErrorEnum.UserListError[]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; -
EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED
public static final UserListErrorEnum.UserListError EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTEDCreating and updating external remarketing user lists is not supported.
EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED = 2; -
CONCRETE_TYPE_REQUIRED
Concrete type of user list is required.
CONCRETE_TYPE_REQUIRED = 3; -
CONVERSION_TYPE_ID_REQUIRED
Creating/updating user list conversion types requires specifying the conversion type Id.
CONVERSION_TYPE_ID_REQUIRED = 4; -
DUPLICATE_CONVERSION_TYPES
Remarketing user list cannot have duplicate conversion types.
DUPLICATE_CONVERSION_TYPES = 5; -
INVALID_CONVERSION_TYPE
Conversion type is invalid/unknown.
INVALID_CONVERSION_TYPE = 6; -
INVALID_DESCRIPTION
User list description is empty or invalid.
INVALID_DESCRIPTION = 7; -
INVALID_NAME
User list name is empty or invalid.
INVALID_NAME = 8; -
INVALID_TYPE
Type of the UserList does not match.
INVALID_TYPE = 9; -
CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND
public static final UserListErrorEnum.UserListError CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERANDEmbedded logical user lists are not allowed.
CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND = 10; -
INVALID_USER_LIST_LOGICAL_RULE_OPERAND
User list rule operand is invalid.
INVALID_USER_LIST_LOGICAL_RULE_OPERAND = 11; -
NAME_ALREADY_USED
Name is already being used for another user list for the account.
NAME_ALREADY_USED = 12; -
NEW_CONVERSION_TYPE_NAME_REQUIRED
Name is required when creating a new conversion type.
NEW_CONVERSION_TYPE_NAME_REQUIRED = 13; -
CONVERSION_TYPE_NAME_ALREADY_USED
The given conversion type name has been used.
CONVERSION_TYPE_NAME_ALREADY_USED = 14; -
OWNERSHIP_REQUIRED_FOR_SET
Only an owner account may edit a user list.
OWNERSHIP_REQUIRED_FOR_SET = 15; -
USER_LIST_MUTATE_NOT_SUPPORTED
Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed.
USER_LIST_MUTATE_NOT_SUPPORTED = 16; -
INVALID_RULE
Rule is invalid.
INVALID_RULE = 17; -
INVALID_DATE_RANGE
The specified date range is empty.
INVALID_DATE_RANGE = 27; -
CAN_NOT_MUTATE_SENSITIVE_USERLIST
A UserList which is privacy sensitive or legal rejected cannot be mutated by external users.
CAN_NOT_MUTATE_SENSITIVE_USERLIST = 28; -
MAX_NUM_RULEBASED_USERLISTS
Maximum number of rulebased user lists a customer can have.
MAX_NUM_RULEBASED_USERLISTS = 29; -
CANNOT_MODIFY_BILLABLE_RECORD_COUNT
BasicUserList's billable record field cannot be modified once it is set.
CANNOT_MODIFY_BILLABLE_RECORD_COUNT = 30; -
APP_ID_NOT_SET
crm_based_user_list.app_id field must be set when upload_key_type is MOBILE_ADVERTISING_ID.
APP_ID_NOT_SET = 31; -
USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST
Name of the user list is reserved for system generated lists and cannot be used.
USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST = 32; -
ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA
public static final UserListErrorEnum.UserListError ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATAAdvertiser needs to be on the allow-list to use remarketing lists created from advertiser uploaded data (for example, Customer Match lists).
ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA = 37; -
RULE_TYPE_IS_NOT_SUPPORTED
The provided rule_type is not supported for the user list.
RULE_TYPE_IS_NOT_SUPPORTED = 34; -
CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND
public static final UserListErrorEnum.UserListError CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERANDSimilar user list cannot be used as a logical user list operand.
CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND = 35; -
CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS
public static final UserListErrorEnum.UserListError CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTSLogical user list should not have a mix of CRM based user list and other types of lists in its rules.
CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS = 36; -
APP_ID_NOT_ALLOWED
crm_based_user_list.app_id field can only be set when upload_key_type is MOBILE_ADVERTISING_ID.
APP_ID_NOT_ALLOWED = 39; -
CANNOT_MUTATE_SYSTEM_LIST
Google system generated user lists cannot be mutated.
CANNOT_MUTATE_SYSTEM_LIST = 40; -
MOBILE_APP_IS_SENSITIVE
The mobile app associated with the remarketing list is sensitive.
MOBILE_APP_IS_SENSITIVE = 41; -
SEED_LIST_DOES_NOT_EXIST
One or more given seed lists do not exist.
SEED_LIST_DOES_NOT_EXIST = 42; -
INVALID_SEED_LIST_ACCESS_REASON
One or more given seed lists are not accessible to the current user.
INVALID_SEED_LIST_ACCESS_REASON = 43; -
INVALID_SEED_LIST_TYPE
One or more given seed lists have an unsupported type.
INVALID_SEED_LIST_TYPE = 44; -
INVALID_COUNTRY_CODES
One or more invalid country codes are added to Lookalike UserList.
INVALID_COUNTRY_CODES = 45; -
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:
-
EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED_VALUE
public static final int EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED_VALUECreating and updating external remarketing user lists is not supported.
EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED = 2;- See Also:
-
CONCRETE_TYPE_REQUIRED_VALUE
public static final int CONCRETE_TYPE_REQUIRED_VALUEConcrete type of user list is required.
CONCRETE_TYPE_REQUIRED = 3;- See Also:
-
CONVERSION_TYPE_ID_REQUIRED_VALUE
public static final int CONVERSION_TYPE_ID_REQUIRED_VALUECreating/updating user list conversion types requires specifying the conversion type Id.
CONVERSION_TYPE_ID_REQUIRED = 4;- See Also:
-
DUPLICATE_CONVERSION_TYPES_VALUE
public static final int DUPLICATE_CONVERSION_TYPES_VALUERemarketing user list cannot have duplicate conversion types.
DUPLICATE_CONVERSION_TYPES = 5;- See Also:
-
INVALID_CONVERSION_TYPE_VALUE
public static final int INVALID_CONVERSION_TYPE_VALUEConversion type is invalid/unknown.
INVALID_CONVERSION_TYPE = 6;- See Also:
-
INVALID_DESCRIPTION_VALUE
public static final int INVALID_DESCRIPTION_VALUEUser list description is empty or invalid.
INVALID_DESCRIPTION = 7;- See Also:
-
INVALID_NAME_VALUE
public static final int INVALID_NAME_VALUEUser list name is empty or invalid.
INVALID_NAME = 8;- See Also:
-
INVALID_TYPE_VALUE
public static final int INVALID_TYPE_VALUEType of the UserList does not match.
INVALID_TYPE = 9;- See Also:
-
CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND_VALUE
public static final int CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND_VALUEEmbedded logical user lists are not allowed.
CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND = 10;- See Also:
-
INVALID_USER_LIST_LOGICAL_RULE_OPERAND_VALUE
public static final int INVALID_USER_LIST_LOGICAL_RULE_OPERAND_VALUEUser list rule operand is invalid.
INVALID_USER_LIST_LOGICAL_RULE_OPERAND = 11;- See Also:
-
NAME_ALREADY_USED_VALUE
public static final int NAME_ALREADY_USED_VALUEName is already being used for another user list for the account.
NAME_ALREADY_USED = 12;- See Also:
-
NEW_CONVERSION_TYPE_NAME_REQUIRED_VALUE
public static final int NEW_CONVERSION_TYPE_NAME_REQUIRED_VALUEName is required when creating a new conversion type.
NEW_CONVERSION_TYPE_NAME_REQUIRED = 13;- See Also:
-
CONVERSION_TYPE_NAME_ALREADY_USED_VALUE
public static final int CONVERSION_TYPE_NAME_ALREADY_USED_VALUEThe given conversion type name has been used.
CONVERSION_TYPE_NAME_ALREADY_USED = 14;- See Also:
-
OWNERSHIP_REQUIRED_FOR_SET_VALUE
public static final int OWNERSHIP_REQUIRED_FOR_SET_VALUEOnly an owner account may edit a user list.
OWNERSHIP_REQUIRED_FOR_SET = 15;- See Also:
-
USER_LIST_MUTATE_NOT_SUPPORTED_VALUE
public static final int USER_LIST_MUTATE_NOT_SUPPORTED_VALUECreating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed.
USER_LIST_MUTATE_NOT_SUPPORTED = 16;- See Also:
-
INVALID_RULE_VALUE
public static final int INVALID_RULE_VALUERule is invalid.
INVALID_RULE = 17;- See Also:
-
INVALID_DATE_RANGE_VALUE
public static final int INVALID_DATE_RANGE_VALUEThe specified date range is empty.
INVALID_DATE_RANGE = 27;- See Also:
-
CAN_NOT_MUTATE_SENSITIVE_USERLIST_VALUE
public static final int CAN_NOT_MUTATE_SENSITIVE_USERLIST_VALUEA UserList which is privacy sensitive or legal rejected cannot be mutated by external users.
CAN_NOT_MUTATE_SENSITIVE_USERLIST = 28;- See Also:
-
MAX_NUM_RULEBASED_USERLISTS_VALUE
public static final int MAX_NUM_RULEBASED_USERLISTS_VALUEMaximum number of rulebased user lists a customer can have.
MAX_NUM_RULEBASED_USERLISTS = 29;- See Also:
-
CANNOT_MODIFY_BILLABLE_RECORD_COUNT_VALUE
public static final int CANNOT_MODIFY_BILLABLE_RECORD_COUNT_VALUEBasicUserList's billable record field cannot be modified once it is set.
CANNOT_MODIFY_BILLABLE_RECORD_COUNT = 30;- See Also:
-
APP_ID_NOT_SET_VALUE
public static final int APP_ID_NOT_SET_VALUEcrm_based_user_list.app_id field must be set when upload_key_type is MOBILE_ADVERTISING_ID.
APP_ID_NOT_SET = 31;- See Also:
-
USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST_VALUE
public static final int USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST_VALUEName of the user list is reserved for system generated lists and cannot be used.
USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST = 32;- See Also:
-
ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA_VALUE
public static final int ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA_VALUEAdvertiser needs to be on the allow-list to use remarketing lists created from advertiser uploaded data (for example, Customer Match lists).
ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA = 37;- See Also:
-
RULE_TYPE_IS_NOT_SUPPORTED_VALUE
public static final int RULE_TYPE_IS_NOT_SUPPORTED_VALUEThe provided rule_type is not supported for the user list.
RULE_TYPE_IS_NOT_SUPPORTED = 34;- See Also:
-
CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND_VALUE
public static final int CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND_VALUESimilar user list cannot be used as a logical user list operand.
CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND = 35;- See Also:
-
CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS_VALUE
public static final int CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS_VALUELogical user list should not have a mix of CRM based user list and other types of lists in its rules.
CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS = 36;- See Also:
-
APP_ID_NOT_ALLOWED_VALUE
public static final int APP_ID_NOT_ALLOWED_VALUEcrm_based_user_list.app_id field can only be set when upload_key_type is MOBILE_ADVERTISING_ID.
APP_ID_NOT_ALLOWED = 39;- See Also:
-
CANNOT_MUTATE_SYSTEM_LIST_VALUE
public static final int CANNOT_MUTATE_SYSTEM_LIST_VALUEGoogle system generated user lists cannot be mutated.
CANNOT_MUTATE_SYSTEM_LIST = 40;- See Also:
-
MOBILE_APP_IS_SENSITIVE_VALUE
public static final int MOBILE_APP_IS_SENSITIVE_VALUEThe mobile app associated with the remarketing list is sensitive.
MOBILE_APP_IS_SENSITIVE = 41;- See Also:
-
SEED_LIST_DOES_NOT_EXIST_VALUE
public static final int SEED_LIST_DOES_NOT_EXIST_VALUEOne or more given seed lists do not exist.
SEED_LIST_DOES_NOT_EXIST = 42;- See Also:
-
INVALID_SEED_LIST_ACCESS_REASON_VALUE
public static final int INVALID_SEED_LIST_ACCESS_REASON_VALUEOne or more given seed lists are not accessible to the current user.
INVALID_SEED_LIST_ACCESS_REASON = 43;- See Also:
-
INVALID_SEED_LIST_TYPE_VALUE
public static final int INVALID_SEED_LIST_TYPE_VALUEOne or more given seed lists have an unsupported type.
INVALID_SEED_LIST_TYPE = 44;- See Also:
-
INVALID_COUNTRY_CODES_VALUE
public static final int INVALID_COUNTRY_CODES_VALUEOne or more invalid country codes are added to Lookalike UserList.
INVALID_COUNTRY_CODES = 45;- 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<UserListErrorEnum.UserListError> 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 UserListErrorEnum.UserListError 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
-