Erforderlich. Der Pfad der übergeordneten Ressource des Datenaustauschs. z.B. projects/myproject/locations/US.
Abfrageparameter
Parameter
dataExchangeId
string
Erforderlich. Die ID des Datenaustauschs. Sie darf nur Unicode-Buchstaben, Ziffern (0–9), Unterstriche (_) enthalten. Es dürfen keine Zeichen verwendet werden, die eine URL-Escaping erfordern, oder Zeichen außerhalb von ASCII, Leerzeichen. Maximale Länge: 100 Bytes
Anfragetext
Der Anfragetext enthält eine Instanz von DataExchange.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte 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-04-29 (UTC)."],[[["This webpage outlines how to create a new data exchange using a `POST` request to the specified URL endpoint: `https://analyticshub.googleapis.com/v1/{parent=projects/*/locations/*}/dataExchanges`."],["The request requires a `parent` path parameter and a `dataExchangeId` query parameter to be specified for the new data exchange creation."],["The request body must contain an instance of the `DataExchange` resource, while the successful response body will include the newly created `DataExchange` instance."],["To authorize the creation of a data exchange, either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope is required."],["Creating a data exchange requires the `analyticshub.dataExchanges.create` IAM permission on the `parent` resource."]]],[]]