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-10-12 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-10-12 UTC."],[[["This request adds operations to an OfflineUserDataJob, allowing for data updates or removals."],["It requires specifying the job's resource name and a list of operations to perform."],["`validate_only` and `enable_partial_failure` flags offer control over request execution and error handling."],["`enable_warnings` can be used to allow the job to continue despite issues, but will also return warning messages."]]],[]]