Perhatian: Anda sedang melihat dokumentasi untuk antarmuka REST API. Sebagian besar library klien resmi kami menggunakan gRPC. Lihat Pengantar REST untuk mengetahui detailnya.
Satu operasi (membuat, memperbarui) di daftar pengguna.
Representasi JSON
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (UserList)},"update": {object (UserList)},"remove": string// End of list of possible types for union field operation.}
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-11-04 UTC."],[[["This documentation describes a single operation (create, update, or remove) on a user list."],["The operation is defined using a JSON payload with fields specifying the type of operation and the user list data."],["For updates, a `fieldMask` is used to indicate which fields of the user list should be modified."],["Creating a new user list does not require a resource name, while updating or removing a list does."]]],[]]