CreateOfflineUserDataJobRequest

  • The request message for OfflineUserDataJobService.CreateOfflineUserDataJob is used to create an offline user data job for a customer.

  • The request requires the customer_id and a job of type OfflineUserDataJob.

  • The validate_only field can be set to true to validate the request without execution.

  • The enable_match_rate_range_preview field can be set to true to calculate and make available the match rate range.

Request message for OfflineUserDataJobService.CreateOfflineUserDataJob.

Proto definition

Fields

customer_id

string

Required. The ID of the customer for which to create an offline user data job.

enable_match_rate_range_preview

bool

If true, match rate range for the offline user data job is calculated and made available in the resource.

job

OfflineUserDataJob

Required. The offline user data job to be created.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.