Required. Field mask specifies the fields to update in the data exchange 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".
Request body
The request body contains an instance of DataExchange.
Response body
If successful, the response body contains an instance of DataExchange.
[[["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 facilitates the updating of an existing data exchange resource via a PATCH request to the specified URL."],["The `dataExchange.name` path parameter is required, representing the resource name of the data exchange, formatted as `projects/*/locations/*/dataExchanges/*`."],["The `updateMask` query parameter, formatted as a FieldMask, is required to indicate which fields within the data exchange resource should be updated."],["The request and response bodies are both instances of the `DataExchange` resource."],["Authorization requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, along with the `analyticshub.dataExchanges.update` IAM permission on the `name` resource."]]],[]]