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 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."]]],[]]