Erforderlich. Die Feldmaske gibt die Felder an, die in der Datenaustauschressource aktualisiert werden sollen. Die in updateMask angegebenen Felder beziehen sich auf die Ressource und sind keine vollständige Anfrage.
Dies ist eine durch Kommas getrennte Liste vollständig qualifizierter Feldnamen. Beispiel: "user.displayName,photo".
Anfragetext
Der Anfragetext enthält eine Instanz von DataExchange.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von DataExchange.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (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."]]],[]]