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-23 UTC."],[[["This webpage details how to update an existing listing using the `PATCH` HTTP method at a specific URL."],["The request requires the `listing.name` path parameter, which identifies the listing to be updated using the provided resource name, such as `projects/myproject/locations/US/dataExchanges/123/listings/456`."],["The `updateMask` query parameter is required and specifies which fields within the listing resource will be updated, as a comma-separated list of field names."],["The request and response bodies both use the `Listing` resource type, which is defined in a separate documentation, and the request body contains the desired updates to the listing."],["Updating a listing requires specific authorization scopes, such as `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, along with the `analyticshub.listings.update` IAM permission."]]],[]]