AddOfflineUserDataJobOperationsRequest
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["The `AddOfflineUserDataJobOperations` request is used to manage operations within an OfflineUserDataJob."],["This request requires the `resource_name` of the job and an array of `operations` to perform."],["You can validate the request without execution by setting `validate_only` to true, receiving only error messages."],["Partial failure handling and warning generation can be enabled through `enable_partial_failure` and `enable_warnings`, respectively."]]],[]]