Obbligatorio. La maschera di campo specifica i campi da aggiornare nella risorsa di elenco. I campi specificati in updateMask sono relativi alla risorsa e non sono una richiesta completa.
Si tratta di un elenco di nomi completi dei campi separati da virgole. Esempio: "user.displayName,photo".
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di Listing.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Listing.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 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."]]],[]]