Obrigatório. A máscara de campo especifica os campos a serem atualizados no recurso da listagem. Os campos especificados em updateMask são relativos ao recurso e não são uma solicitação completa.
É uma lista separada por vírgulas de nomes de campos totalmente qualificados. Exemplo: "user.displayName,photo".
Corpo da solicitação
O corpo da solicitação contém uma instância de Listing.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de Listing.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-02 UTC."],[[["This endpoint uses a PATCH request to update an existing listing resource identified by its name, structured as `projects/*/locations/*/dataExchanges/*/listings/*`."],["The `updateMask` query parameter is required to specify which fields of the listing resource should be updated, using a comma-separated list of fully qualified field names."],["The request body must contain an instance of the `Listing` resource, representing the updated data for the listing."],["Upon successful execution, the response body will return an instance of the updated `Listing` resource."],["Updating a listing requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, and the `analyticshub.listings.update` IAM permission on the listing resource."]]],[]]