Enum Class OfflineUserDataJobErrorEnum.OfflineUserDataJobError
java.lang.Object
java.lang.Enum<OfflineUserDataJobErrorEnum.OfflineUserDataJobError>
com.google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OfflineUserDataJobErrorEnum.OfflineUserDataJobError>,Constable
- Enclosing class:
- OfflineUserDataJobErrorEnum
public static enum OfflineUserDataJobErrorEnum.OfflineUserDataJobError
extends Enum<OfflineUserDataJobErrorEnum.OfflineUserDataJobError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible request errors.Protobuf enum
google.ads.googleads.v18.errors.OfflineUserDataJobErrorEnum.OfflineUserDataJobError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUser attributes cannot be uploaded into a user list.Mixing creation and removal of offline data in the same job is not allowed.The custom key specified is not enabled for the unified store sales upload.The custom key specified is not predefined through the Google Ads UI.The custom key specified is not set in the upload.Only emails are accepted as user identifiers for shopping loyalty match.The customer has not accepted the customer data terms in the conversion settings page.All the fields are not present in the EventAttribute of the Customer Match.The external update ID already exists.First purchase date time cannot be greater than the last purchase date time.A time in the future is not allowed.A transaction time in the future is not allowed.Upload data is not compatible with the upload key type of the associated user list.Incompatible user identifier when using third_party_user_id for store sales direct first party data or not using third_party_user_id for store sales third party data.Identifiers not supported for Customer Match attributes.The conversion_action specified in transaction_attributes is used to report conversions to a conversion action configured in Google Ads.The country code is invalid.The data in user identifier should not be encoded.The event value of the Customer Match user attribute is invalid.Provided item ID is invalid.Provided lifecycle stage is invalid.The mobile ID is malformed.When a remove-all operation is provided, it has to be the first operation of the operation list.The partner ID in store sales direct metadata is invalid.The SHA256 encoded value is malformed.The user list ID provided for the job is invalid.Type of the user list is not applicable for the job.Once the upload job is started, new operations cannot be added.Last purchase date time cannot be less than acquisition date time.Lifetime bucket value must be a number from 0 to 10; 0 is only accepted for remove operationsThe user identifier is missing valid data.Mobile ID is not supported for store sales direct data.Customer is not on the allow-list for store sales direct data.Customer is not on the allow-list for unified store sales data.Customer is not allowisted for using user ID in upload data.Consent was provided at the operation level for an OfflineUserDataJobType that expects it at the job level.Remove-all is not supported for certain offline user data job types.Remove operation is not allowed for store sales direct updates.Maximum number of user identifiers allowed per request is 100,000 and per operation is 20.The received error code is not known in this version.Enum unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUser attributes cannot be uploaded into a user list.static final intMixing creation and removal of offline data in the same job is not allowed.static final intThe custom key specified is not enabled for the unified store sales upload.static final intThe custom key specified is not predefined through the Google Ads UI.static final intThe custom key specified is not set in the upload.static final intOnly emails are accepted as user identifiers for shopping loyalty match.static final intThe customer has not accepted the customer data terms in the conversion settings page.static final intAll the fields are not present in the EventAttribute of the Customer Match.static final intThe external update ID already exists.static final intFirst purchase date time cannot be greater than the last purchase date time.static final intA time in the future is not allowed.static final intA transaction time in the future is not allowed.static final intUpload data is not compatible with the upload key type of the associated user list.static final intIdentifiers not supported for Customer Match attributes.static final intIncompatible user identifier when using third_party_user_id for store sales direct first party data or not using third_party_user_id for store sales third party data.static final intThe conversion_action specified in transaction_attributes is used to report conversions to a conversion action configured in Google Ads.static final intThe country code is invalid.static final intThe data in user identifier should not be encoded.static final intThe event value of the Customer Match user attribute is invalid.static final intProvided item ID is invalid.static final intProvided lifecycle stage is invalid.static final intThe mobile ID is malformed.static final intWhen a remove-all operation is provided, it has to be the first operation of the operation list.static final intThe partner ID in store sales direct metadata is invalid.static final intThe SHA256 encoded value is malformed.static final intThe user list ID provided for the job is invalid.static final intType of the user list is not applicable for the job.static final intOnce the upload job is started, new operations cannot be added.static final intLast purchase date time cannot be less than acquisition date time.static final intLifetime bucket value must be a number from 0 to 10; 0 is only accepted for remove operationsstatic final intThe user identifier is missing valid data.static final intMobile ID is not supported for store sales direct data.static final intCustomer is not on the allow-list for store sales direct data.static final intCustomer is not on the allow-list for unified store sales data.static final intCustomer is not allowisted for using user ID in upload data.static final intConsent was provided at the operation level for an OfflineUserDataJobType that expects it at the job level.static final intRemove-all is not supported for certain offline user data job types.static final intRemove operation is not allowed for store sales direct updates.static final intMaximum number of user identifiers allowed per request is 100,000 and per operation is 20.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<OfflineUserDataJobErrorEnum.OfflineUserDataJobError>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; -
INVALID_USER_LIST_ID
The user list ID provided for the job is invalid.
INVALID_USER_LIST_ID = 3; -
INVALID_USER_LIST_TYPE
Type of the user list is not applicable for the job.
INVALID_USER_LIST_TYPE = 4; -
NOT_ON_ALLOWLIST_FOR_USER_ID
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError NOT_ON_ALLOWLIST_FOR_USER_IDCustomer is not allowisted for using user ID in upload data.
NOT_ON_ALLOWLIST_FOR_USER_ID = 33; -
INCOMPATIBLE_UPLOAD_KEY_TYPE
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError INCOMPATIBLE_UPLOAD_KEY_TYPEUpload data is not compatible with the upload key type of the associated user list.
INCOMPATIBLE_UPLOAD_KEY_TYPE = 6; -
MISSING_USER_IDENTIFIER
The user identifier is missing valid data.
MISSING_USER_IDENTIFIER = 7; -
INVALID_MOBILE_ID_FORMAT
The mobile ID is malformed.
INVALID_MOBILE_ID_FORMAT = 8; -
TOO_MANY_USER_IDENTIFIERS
Maximum number of user identifiers allowed per request is 100,000 and per operation is 20.
TOO_MANY_USER_IDENTIFIERS = 9; -
NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECTCustomer is not on the allow-list for store sales direct data.
NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT = 31; -
NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALESCustomer is not on the allow-list for unified store sales data.
NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES = 32; -
INVALID_PARTNER_ID
The partner ID in store sales direct metadata is invalid.
INVALID_PARTNER_ID = 11; -
INVALID_ENCODING
The data in user identifier should not be encoded.
INVALID_ENCODING = 12; -
INVALID_COUNTRY_CODE
The country code is invalid.
INVALID_COUNTRY_CODE = 13; -
INCOMPATIBLE_USER_IDENTIFIER
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError INCOMPATIBLE_USER_IDENTIFIERIncompatible user identifier when using third_party_user_id for store sales direct first party data or not using third_party_user_id for store sales third party data.
INCOMPATIBLE_USER_IDENTIFIER = 14; -
FUTURE_TRANSACTION_TIME
A transaction time in the future is not allowed.
FUTURE_TRANSACTION_TIME = 15; -
INVALID_CONVERSION_ACTION
The conversion_action specified in transaction_attributes is used to report conversions to a conversion action configured in Google Ads. This error indicates there is no such conversion action in the account.
INVALID_CONVERSION_ACTION = 16; -
MOBILE_ID_NOT_SUPPORTED
Mobile ID is not supported for store sales direct data.
MOBILE_ID_NOT_SUPPORTED = 17; -
INVALID_OPERATION_ORDER
When a remove-all operation is provided, it has to be the first operation of the operation list.
INVALID_OPERATION_ORDER = 18; -
CONFLICTING_OPERATION
Mixing creation and removal of offline data in the same job is not allowed.
CONFLICTING_OPERATION = 19; -
EXTERNAL_UPDATE_ID_ALREADY_EXISTS
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError EXTERNAL_UPDATE_ID_ALREADY_EXISTSThe external update ID already exists.
EXTERNAL_UPDATE_ID_ALREADY_EXISTS = 21; -
JOB_ALREADY_STARTED
Once the upload job is started, new operations cannot be added.
JOB_ALREADY_STARTED = 22; -
REMOVE_NOT_SUPPORTED
Remove operation is not allowed for store sales direct updates.
REMOVE_NOT_SUPPORTED = 23; -
REMOVE_ALL_NOT_SUPPORTED
Remove-all is not supported for certain offline user data job types.
REMOVE_ALL_NOT_SUPPORTED = 24; -
INVALID_SHA256_FORMAT
The SHA256 encoded value is malformed.
INVALID_SHA256_FORMAT = 25; -
CUSTOM_KEY_DISABLED
The custom key specified is not enabled for the unified store sales upload.
CUSTOM_KEY_DISABLED = 26; -
CUSTOM_KEY_NOT_PREDEFINED
The custom key specified is not predefined through the Google Ads UI.
CUSTOM_KEY_NOT_PREDEFINED = 27; -
CUSTOM_KEY_NOT_SET
The custom key specified is not set in the upload.
CUSTOM_KEY_NOT_SET = 29; -
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMSThe customer has not accepted the customer data terms in the conversion settings page.
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 30; -
ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LISTUser attributes cannot be uploaded into a user list.
ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST = 34; -
LIFETIME_VALUE_BUCKET_NOT_IN_RANGE
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError LIFETIME_VALUE_BUCKET_NOT_IN_RANGELifetime bucket value must be a number from 0 to 10; 0 is only accepted for remove operations
LIFETIME_VALUE_BUCKET_NOT_IN_RANGE = 35; -
INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTESIdentifiers not supported for Customer Match attributes. User attributes can only be provided with contact info (email, phone, address) user identifiers.
INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES = 36; -
FUTURE_TIME_NOT_ALLOWED
A time in the future is not allowed.
FUTURE_TIME_NOT_ALLOWED = 37; -
LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIMELast purchase date time cannot be less than acquisition date time.
LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME = 38; -
CUSTOMER_IDENTIFIER_NOT_ALLOWED
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError CUSTOMER_IDENTIFIER_NOT_ALLOWEDOnly emails are accepted as user identifiers for shopping loyalty match. {-- api.dev/not-precedent: The identifier is not limited to ids, but also include other user info eg. phone numbers.}CUSTOMER_IDENTIFIER_NOT_ALLOWED = 39; -
INVALID_ITEM_ID
Provided item ID is invalid.
INVALID_ITEM_ID = 40; -
FIRST_PURCHASE_TIME_GREATER_THAN_LAST_PURCHASE_TIME
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError FIRST_PURCHASE_TIME_GREATER_THAN_LAST_PURCHASE_TIMEFirst purchase date time cannot be greater than the last purchase date time.
FIRST_PURCHASE_TIME_GREATER_THAN_LAST_PURCHASE_TIME = 42; -
INVALID_LIFECYCLE_STAGE
Provided lifecycle stage is invalid.
INVALID_LIFECYCLE_STAGE = 43; -
INVALID_EVENT_VALUE
The event value of the Customer Match user attribute is invalid.
INVALID_EVENT_VALUE = 44; -
EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIREDAll the fields are not present in the EventAttribute of the Customer Match.
EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED = 45; -
OPERATION_LEVEL_CONSENT_PROVIDED
public static final OfflineUserDataJobErrorEnum.OfflineUserDataJobError OPERATION_LEVEL_CONSENT_PROVIDEDConsent was provided at the operation level for an OfflineUserDataJobType that expects it at the job level. The provided operation-level consent will be ignored.
OPERATION_LEVEL_CONSENT_PROVIDED = 48; -
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:
-
INVALID_USER_LIST_ID_VALUE
public static final int INVALID_USER_LIST_ID_VALUEThe user list ID provided for the job is invalid.
INVALID_USER_LIST_ID = 3;- See Also:
-
INVALID_USER_LIST_TYPE_VALUE
public static final int INVALID_USER_LIST_TYPE_VALUEType of the user list is not applicable for the job.
INVALID_USER_LIST_TYPE = 4;- See Also:
-
NOT_ON_ALLOWLIST_FOR_USER_ID_VALUE
public static final int NOT_ON_ALLOWLIST_FOR_USER_ID_VALUECustomer is not allowisted for using user ID in upload data.
NOT_ON_ALLOWLIST_FOR_USER_ID = 33;- See Also:
-
INCOMPATIBLE_UPLOAD_KEY_TYPE_VALUE
public static final int INCOMPATIBLE_UPLOAD_KEY_TYPE_VALUEUpload data is not compatible with the upload key type of the associated user list.
INCOMPATIBLE_UPLOAD_KEY_TYPE = 6;- See Also:
-
MISSING_USER_IDENTIFIER_VALUE
public static final int MISSING_USER_IDENTIFIER_VALUEThe user identifier is missing valid data.
MISSING_USER_IDENTIFIER = 7;- See Also:
-
INVALID_MOBILE_ID_FORMAT_VALUE
public static final int INVALID_MOBILE_ID_FORMAT_VALUEThe mobile ID is malformed.
INVALID_MOBILE_ID_FORMAT = 8;- See Also:
-
TOO_MANY_USER_IDENTIFIERS_VALUE
public static final int TOO_MANY_USER_IDENTIFIERS_VALUEMaximum number of user identifiers allowed per request is 100,000 and per operation is 20.
TOO_MANY_USER_IDENTIFIERS = 9;- See Also:
-
NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT_VALUE
public static final int NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT_VALUECustomer is not on the allow-list for store sales direct data.
NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT = 31;- See Also:
-
NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES_VALUE
public static final int NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES_VALUECustomer is not on the allow-list for unified store sales data.
NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES = 32;- See Also:
-
INVALID_PARTNER_ID_VALUE
public static final int INVALID_PARTNER_ID_VALUEThe partner ID in store sales direct metadata is invalid.
INVALID_PARTNER_ID = 11;- See Also:
-
INVALID_ENCODING_VALUE
public static final int INVALID_ENCODING_VALUEThe data in user identifier should not be encoded.
INVALID_ENCODING = 12;- See Also:
-
INVALID_COUNTRY_CODE_VALUE
public static final int INVALID_COUNTRY_CODE_VALUEThe country code is invalid.
INVALID_COUNTRY_CODE = 13;- See Also:
-
INCOMPATIBLE_USER_IDENTIFIER_VALUE
public static final int INCOMPATIBLE_USER_IDENTIFIER_VALUEIncompatible user identifier when using third_party_user_id for store sales direct first party data or not using third_party_user_id for store sales third party data.
INCOMPATIBLE_USER_IDENTIFIER = 14;- See Also:
-
FUTURE_TRANSACTION_TIME_VALUE
public static final int FUTURE_TRANSACTION_TIME_VALUEA transaction time in the future is not allowed.
FUTURE_TRANSACTION_TIME = 15;- See Also:
-
INVALID_CONVERSION_ACTION_VALUE
public static final int INVALID_CONVERSION_ACTION_VALUEThe conversion_action specified in transaction_attributes is used to report conversions to a conversion action configured in Google Ads. This error indicates there is no such conversion action in the account.
INVALID_CONVERSION_ACTION = 16;- See Also:
-
MOBILE_ID_NOT_SUPPORTED_VALUE
public static final int MOBILE_ID_NOT_SUPPORTED_VALUEMobile ID is not supported for store sales direct data.
MOBILE_ID_NOT_SUPPORTED = 17;- See Also:
-
INVALID_OPERATION_ORDER_VALUE
public static final int INVALID_OPERATION_ORDER_VALUEWhen a remove-all operation is provided, it has to be the first operation of the operation list.
INVALID_OPERATION_ORDER = 18;- See Also:
-
CONFLICTING_OPERATION_VALUE
public static final int CONFLICTING_OPERATION_VALUEMixing creation and removal of offline data in the same job is not allowed.
CONFLICTING_OPERATION = 19;- See Also:
-
EXTERNAL_UPDATE_ID_ALREADY_EXISTS_VALUE
public static final int EXTERNAL_UPDATE_ID_ALREADY_EXISTS_VALUEThe external update ID already exists.
EXTERNAL_UPDATE_ID_ALREADY_EXISTS = 21;- See Also:
-
JOB_ALREADY_STARTED_VALUE
public static final int JOB_ALREADY_STARTED_VALUEOnce the upload job is started, new operations cannot be added.
JOB_ALREADY_STARTED = 22;- See Also:
-
REMOVE_NOT_SUPPORTED_VALUE
public static final int REMOVE_NOT_SUPPORTED_VALUERemove operation is not allowed for store sales direct updates.
REMOVE_NOT_SUPPORTED = 23;- See Also:
-
REMOVE_ALL_NOT_SUPPORTED_VALUE
public static final int REMOVE_ALL_NOT_SUPPORTED_VALUERemove-all is not supported for certain offline user data job types.
REMOVE_ALL_NOT_SUPPORTED = 24;- See Also:
-
INVALID_SHA256_FORMAT_VALUE
public static final int INVALID_SHA256_FORMAT_VALUEThe SHA256 encoded value is malformed.
INVALID_SHA256_FORMAT = 25;- See Also:
-
CUSTOM_KEY_DISABLED_VALUE
public static final int CUSTOM_KEY_DISABLED_VALUEThe custom key specified is not enabled for the unified store sales upload.
CUSTOM_KEY_DISABLED = 26;- See Also:
-
CUSTOM_KEY_NOT_PREDEFINED_VALUE
public static final int CUSTOM_KEY_NOT_PREDEFINED_VALUEThe custom key specified is not predefined through the Google Ads UI.
CUSTOM_KEY_NOT_PREDEFINED = 27;- See Also:
-
CUSTOM_KEY_NOT_SET_VALUE
public static final int CUSTOM_KEY_NOT_SET_VALUEThe custom key specified is not set in the upload.
CUSTOM_KEY_NOT_SET = 29;- See Also:
-
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE
public static final int CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUEThe customer has not accepted the customer data terms in the conversion settings page.
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 30;- See Also:
-
ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST_VALUE
public static final int ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST_VALUEUser attributes cannot be uploaded into a user list.
ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST = 34;- See Also:
-
LIFETIME_VALUE_BUCKET_NOT_IN_RANGE_VALUE
public static final int LIFETIME_VALUE_BUCKET_NOT_IN_RANGE_VALUELifetime bucket value must be a number from 0 to 10; 0 is only accepted for remove operations
LIFETIME_VALUE_BUCKET_NOT_IN_RANGE = 35;- See Also:
-
INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES_VALUE
public static final int INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES_VALUEIdentifiers not supported for Customer Match attributes. User attributes can only be provided with contact info (email, phone, address) user identifiers.
INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES = 36;- See Also:
-
FUTURE_TIME_NOT_ALLOWED_VALUE
public static final int FUTURE_TIME_NOT_ALLOWED_VALUEA time in the future is not allowed.
FUTURE_TIME_NOT_ALLOWED = 37;- See Also:
-
LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME_VALUE
public static final int LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME_VALUELast purchase date time cannot be less than acquisition date time.
LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME = 38;- See Also:
-
CUSTOMER_IDENTIFIER_NOT_ALLOWED_VALUE
public static final int CUSTOMER_IDENTIFIER_NOT_ALLOWED_VALUEOnly emails are accepted as user identifiers for shopping loyalty match. {-- api.dev/not-precedent: The identifier is not limited to ids, but also include other user info eg. phone numbers.}CUSTOMER_IDENTIFIER_NOT_ALLOWED = 39;- See Also:
-
INVALID_ITEM_ID_VALUE
public static final int INVALID_ITEM_ID_VALUEProvided item ID is invalid.
INVALID_ITEM_ID = 40;- See Also:
-
FIRST_PURCHASE_TIME_GREATER_THAN_LAST_PURCHASE_TIME_VALUE
public static final int FIRST_PURCHASE_TIME_GREATER_THAN_LAST_PURCHASE_TIME_VALUEFirst purchase date time cannot be greater than the last purchase date time.
FIRST_PURCHASE_TIME_GREATER_THAN_LAST_PURCHASE_TIME = 42;- See Also:
-
INVALID_LIFECYCLE_STAGE_VALUE
public static final int INVALID_LIFECYCLE_STAGE_VALUEProvided lifecycle stage is invalid.
INVALID_LIFECYCLE_STAGE = 43;- See Also:
-
INVALID_EVENT_VALUE_VALUE
public static final int INVALID_EVENT_VALUE_VALUEThe event value of the Customer Match user attribute is invalid.
INVALID_EVENT_VALUE = 44;- See Also:
-
EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED_VALUE
public static final int EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED_VALUEAll the fields are not present in the EventAttribute of the Customer Match.
EVENT_ATTRIBUTE_ALL_FIELDS_ARE_REQUIRED = 45;- See Also:
-
OPERATION_LEVEL_CONSENT_PROVIDED_VALUE
public static final int OPERATION_LEVEL_CONSENT_PROVIDED_VALUEConsent was provided at the operation level for an OfflineUserDataJobType that expects it at the job level. The provided operation-level consent will be ignored.
OPERATION_LEVEL_CONSENT_PROVIDED = 48;- 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<OfflineUserDataJobErrorEnum.OfflineUserDataJobError> 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 OfflineUserDataJobErrorEnum.OfflineUserDataJobError 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
-