UserDataOperation Stay organized with collections Save and categorize content based on your preferences.
Page Summary
The
operationfield inUploadUserDataRequestdetermines the action performed on user data.The possible operations are
create(append user data to a list) andremove(remove user data from a list).Both
createandremoveoperations utilize a list ofUserData.
Operation to be made for the UploadUserDataRequest.
| Fields | |
|---|---|
| |
| The list of user data to be appended to the user list. |
| The list of user data to be removed from the user list. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-12 UTC.