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 the Analytics Hub API."],["The required HTTP request is a POST request to a specific URL that includes the parent resource path and uses gRPC Transcoding."],["Creating a data exchange requires specifying a `dataExchangeId` within the query parameters, with specific character restrictions."],["The request body must contain an instance of the `DataExchange` resource, and a successful response will return a newly created instance of the same resource."],["Creating a data exchange also requires specific OAuth scopes (`https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`) and the `analyticshub.dataExchanges.create` IAM permission on the parent resource."]]],[]]