UserDataOperation

  • Theoperation field inUploadUserDataRequest determines the action performed on user data.

  • The possible operations arecreate (append user data to a list) andremove (remove user data from a list).

  • Bothcreate andremove operations utilize a list ofUserData.

Operation to be made for the UploadUserDataRequest.

Proto definition

Fields

operation

Union field. 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 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.