UserDataOperation
Operation to be made for the UploadUserDataRequest.
Fields |
Union field operation
operation . Operation to be made for the UploadUserDataRequest. operation can be only one of the following: |
create
|
UserData
The list of user data to be appended to the user list.
|
remove
|
UserData
The list of user data to be removed from the user list.
|
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 `UploadUserDataRequest` operation dictates how user data is modified within a user list."],["You can either `create` new user data entries by appending them to the list or `remove` existing entries."],["Both `create` and `remove` operations utilize the `UserData` structure to define the data being modified."]]],[]]