Cuidado: você está vendo a documentação da interface REST da API. A maioria das nossas bibliotecas de cliente oficiais usa o gRPC. Consulte Introdução ao REST para ver mais detalhes.
Uma única operação de criação ou atualização em uma lista de usuários.
Representação 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.}
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-06 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."]]],["The core content details a single operation on a user list, which can be a create, update, or remove action. The `updateMask` field specifies which fields to modify during an update. A `create` operation doesn't expect a resource name. An `update` requires a valid resource name, and a `remove` operation expects the user list's resource name in a specified format (`customers/{customerId}/userLists/{userListId}`). Only one of these operation can occur at a time.\n"]]