AI-generated Key Takeaways
-
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 | |
---|---|
|
Required. The resource name of the OfflineUserDataJob. |
|
Required. The list of operations to be done. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
|
True to enable partial failure for the offline user data job. |
|
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. |