Enum OfflineUserDataJobErrorEnum.OfflineUserDataJobError

    • 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
      • INVALID_USER_LIST_ID_VALUE

        public static final int INVALID_USER_LIST_ID_VALUE
         The user list ID provided for the job is invalid.
         
        INVALID_USER_LIST_ID = 3;
        See Also:
        Constant Field Values
      • INVALID_USER_LIST_TYPE_VALUE

        public static final int INVALID_USER_LIST_TYPE_VALUE
         Type of the user list is not applicable for the job.
         
        INVALID_USER_LIST_TYPE = 4;
        See Also:
        Constant Field Values
      • NOT_ON_ALLOWLIST_FOR_USER_ID_VALUE

        public static final int NOT_ON_ALLOWLIST_FOR_USER_ID_VALUE
         Customer is not allowisted for using user ID in upload data.
         
        NOT_ON_ALLOWLIST_FOR_USER_ID = 33;
        See Also:
        Constant Field Values
      • INCOMPATIBLE_UPLOAD_KEY_TYPE_VALUE

        public static final int INCOMPATIBLE_UPLOAD_KEY_TYPE_VALUE
         Upload data is not compatible with the upload key type of the associated
         user list.
         
        INCOMPATIBLE_UPLOAD_KEY_TYPE = 6;
        See Also:
        Constant Field Values
      • MISSING_USER_IDENTIFIER_VALUE

        public static final int MISSING_USER_IDENTIFIER_VALUE
         The user identifier is missing valid data.
         
        MISSING_USER_IDENTIFIER = 7;
        See Also:
        Constant Field Values
      • INVALID_MOBILE_ID_FORMAT_VALUE

        public static final int INVALID_MOBILE_ID_FORMAT_VALUE
         The mobile ID is malformed.
         
        INVALID_MOBILE_ID_FORMAT = 8;
        See Also:
        Constant Field Values
      • TOO_MANY_USER_IDENTIFIERS_VALUE

        public static final int TOO_MANY_USER_IDENTIFIERS_VALUE
         Maximum number of user identifiers allowed per request is 100,000.
         
        TOO_MANY_USER_IDENTIFIERS = 9;
        See Also:
        Constant Field Values
      • NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT_VALUE

        public static final int NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT_VALUE
         Customer is not on the allow-list for store sales direct data.
         
        NOT_ON_ALLOWLIST_FOR_STORE_SALES_DIRECT = 31;
        See Also:
        Constant Field Values
      • NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES_VALUE

        public static final int NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES_VALUE
         Customer is not on the allow-list for unified store sales data.
         
        NOT_ON_ALLOWLIST_FOR_UNIFIED_STORE_SALES = 32;
        See Also:
        Constant Field Values
      • INVALID_PARTNER_ID_VALUE

        public static final int INVALID_PARTNER_ID_VALUE
         The partner ID in store sales direct metadata is invalid.
         
        INVALID_PARTNER_ID = 11;
        See Also:
        Constant Field Values
      • INVALID_ENCODING_VALUE

        public static final int INVALID_ENCODING_VALUE
         The data in user identifier should not be encoded.
         
        INVALID_ENCODING = 12;
        See Also:
        Constant Field Values
      • INVALID_COUNTRY_CODE_VALUE

        public static final int INVALID_COUNTRY_CODE_VALUE
         The country code is invalid.
         
        INVALID_COUNTRY_CODE = 13;
        See Also:
        Constant Field Values
      • INCOMPATIBLE_USER_IDENTIFIER_VALUE

        public static final int INCOMPATIBLE_USER_IDENTIFIER_VALUE
         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.
         
        INCOMPATIBLE_USER_IDENTIFIER = 14;
        See Also:
        Constant Field Values
      • FUTURE_TRANSACTION_TIME_VALUE

        public static final int FUTURE_TRANSACTION_TIME_VALUE
         A transaction time in the future is not allowed.
         
        FUTURE_TRANSACTION_TIME = 15;
        See Also:
        Constant Field Values
      • INVALID_CONVERSION_ACTION_VALUE

        public static final int INVALID_CONVERSION_ACTION_VALUE
         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;
        See Also:
        Constant Field Values
      • MOBILE_ID_NOT_SUPPORTED_VALUE

        public static final int MOBILE_ID_NOT_SUPPORTED_VALUE
         Mobile ID is not supported for store sales direct data.
         
        MOBILE_ID_NOT_SUPPORTED = 17;
        See Also:
        Constant Field Values
      • INVALID_OPERATION_ORDER_VALUE

        public static final int INVALID_OPERATION_ORDER_VALUE
         When a remove-all operation is provided, it has to be the first operation
         of the operation list.
         
        INVALID_OPERATION_ORDER = 18;
        See Also:
        Constant Field Values
      • CONFLICTING_OPERATION_VALUE

        public static final int CONFLICTING_OPERATION_VALUE
         Mixing creation and removal of offline data in the same job is not
         allowed.
         
        CONFLICTING_OPERATION = 19;
        See Also:
        Constant Field Values
      • EXTERNAL_UPDATE_ID_ALREADY_EXISTS_VALUE

        public static final int EXTERNAL_UPDATE_ID_ALREADY_EXISTS_VALUE
         The external update ID already exists.
         
        EXTERNAL_UPDATE_ID_ALREADY_EXISTS = 21;
        See Also:
        Constant Field Values
      • JOB_ALREADY_STARTED_VALUE

        public static final int JOB_ALREADY_STARTED_VALUE
         Once the upload job is started, new operations cannot be added.
         
        JOB_ALREADY_STARTED = 22;
        See Also:
        Constant Field Values
      • REMOVE_NOT_SUPPORTED_VALUE

        public static final int REMOVE_NOT_SUPPORTED_VALUE
         Remove operation is not allowed for store sales direct updates.
         
        REMOVE_NOT_SUPPORTED = 23;
        See Also:
        Constant Field Values
      • REMOVE_ALL_NOT_SUPPORTED_VALUE

        public static final int REMOVE_ALL_NOT_SUPPORTED_VALUE
         Remove-all is not supported for certain offline user data job types.
         
        REMOVE_ALL_NOT_SUPPORTED = 24;
        See Also:
        Constant Field Values
      • INVALID_SHA256_FORMAT_VALUE

        public static final int INVALID_SHA256_FORMAT_VALUE
         The SHA256 encoded value is malformed.
         
        INVALID_SHA256_FORMAT = 25;
        See Also:
        Constant Field Values
      • CUSTOM_KEY_DISABLED_VALUE

        public static final int CUSTOM_KEY_DISABLED_VALUE
         The custom key specified is not enabled for the unified store sales
         upload.
         
        CUSTOM_KEY_DISABLED = 26;
        See Also:
        Constant Field Values
      • CUSTOM_KEY_NOT_PREDEFINED_VALUE

        public static final int CUSTOM_KEY_NOT_PREDEFINED_VALUE
         The custom key specified is not predefined through the Google Ads UI.
         
        CUSTOM_KEY_NOT_PREDEFINED = 27;
        See Also:
        Constant Field Values
      • CUSTOM_KEY_NOT_SET_VALUE

        public static final int CUSTOM_KEY_NOT_SET_VALUE
         The custom key specified is not set in the upload.
         
        CUSTOM_KEY_NOT_SET = 29;
        See Also:
        Constant Field Values
      • CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE

        public static final int CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE
         The customer has not accepted the customer data terms in the conversion
         settings page.
         
        CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 30;
        See Also:
        Constant Field Values
      • ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST_VALUE

        public static final int ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST_VALUE
         User attributes cannot be uploaded into a user list.
         
        ATTRIBUTES_NOT_APPLICABLE_FOR_CUSTOMER_MATCH_USER_LIST = 34;
        See Also:
        Constant Field Values
      • LIFETIME_VALUE_BUCKET_NOT_IN_RANGE_VALUE

        public static final int LIFETIME_VALUE_BUCKET_NOT_IN_RANGE_VALUE
         Lifetime value bucket must be a number from 1-10, except for remove
         operation where 0 will be accepted.
         
        LIFETIME_VALUE_BUCKET_NOT_IN_RANGE = 35;
        See Also:
        Constant Field Values
      • INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES_VALUE

        public static final int INCOMPATIBLE_USER_IDENTIFIER_FOR_ATTRIBUTES_VALUE
         Identifiers 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:
        Constant Field Values
      • FUTURE_TIME_NOT_ALLOWED_VALUE

        public static final int FUTURE_TIME_NOT_ALLOWED_VALUE
         A time in the future is not allowed.
         
        FUTURE_TIME_NOT_ALLOWED = 37;
        See Also:
        Constant Field Values
      • LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME_VALUE

        public static final int LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME_VALUE
         Last purchase date time cannot be less than acquisition date time.
         
        LAST_PURCHASE_TIME_LESS_THAN_ACQUISITION_TIME = 38;
        See Also:
        Constant Field Values
      • CUSTOMER_IDENTIFIER_NOT_ALLOWED_VALUE

        public static final int CUSTOMER_IDENTIFIER_NOT_ALLOWED_VALUE
         Only 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:
        Constant Field Values
      • INVALID_ITEM_ID_VALUE

        public static final int INVALID_ITEM_ID_VALUE
         Provided item ID is invalid.
         
        INVALID_ITEM_ID = 40;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static OfflineUserDataJobErrorEnum.OfflineUserDataJobError[] 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 (OfflineUserDataJobErrorEnum.OfflineUserDataJobError c : OfflineUserDataJobErrorEnum.OfflineUserDataJobError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OfflineUserDataJobErrorEnum.OfflineUserDataJobError 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 name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static OfflineUserDataJobErrorEnum.OfflineUserDataJobError 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 name
        java.lang.NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 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 name
        java.lang.NullPointerException - if the argument is null