Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-12 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."]]],[]]