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