Obbligatorio. Il percorso della risorsa padre dello scambio di dati, ad esempio projects/myproject/locations/US.
I parametri di ricerca
Parametri
dataExchangeId
string
Obbligatorio. L'ID dello scambio di dati. Deve contenere solo lettere Unicode, numeri (0-9) e trattini bassi (_). Non deve contenere spazi che richiedono l'utilizzo di caratteri di escape per l'URL o caratteri esterni all'ASCII. Lunghezza massima: 100 byte.
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di DataExchange.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di DataExchange appena creata.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 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."]]],[]]