AddOfflineUserDataJobOperationsRequest

  • The request message for OfflineUserDataJobService.AddOfflineUserDataJobOperations requires a resource name and a list of operations.

  • You can validate the request without execution using the validate_only field.

  • Partial failure can be enabled for the offline user data job using the enable_partial_failure field.

  • Warnings can be enabled to allow operations to proceed despite malformed field values and return warning messages using the enable_warnings field.

Request message for OfflineUserDataJobService.AddOfflineUserDataJobOperations.

Fields

resource_name

string

Required. The resource name of the OfflineUserDataJob.

operations[]

OfflineUserDataJobOperation

Required. The list of operations to be done.

validate_only

bool

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

enable_partial_failure

bool

True to enable partial failure for the offline user data job.

enable_warnings

bool

True to enable warnings for the offline user data job. When enabled, a warning will not block the OfflineUserDataJobOperation, and will also return warning messages about malformed field values.