OfflineUserDataJobOperation
Operation to be made for the AddOfflineUserDataJobOperationsRequest.
Fields |
Union field operation
operation . Operation to be made for the AddOfflineUserDataJobOperationsRequest. operation can be only one of the following: |
create
|
UserData
Add the provided data to the transaction. Data cannot be retrieved after being uploaded.
|
remove
|
UserData
Remove the provided data from the transaction. Data cannot be retrieved after being uploaded.
|
remove_all
|
bool
Remove all previously provided data. This is only supported for Customer Match.
|
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.
[null,null,["Last updated 2024-10-12 UTC."],[[["The `AddOfflineUserDataJobOperationsRequest` allows for creating, removing, or removing all user data."],["`create` and `remove` operations utilize `UserData` for specifying data to be added or removed from the transaction."],["Removing all previously provided data (`remove_all`) is specifically for Customer Match and is executed using a boolean value."]]],[]]