Obrigatório. O caminho do recurso pai da troca de dados. Por exemplo, projects/myproject/locations/US.
Parâmetros de consulta
Parâmetros
dataExchangeId
string
Obrigatório. O ID da troca de dados. Precisa conter somente letras Unicode, números (0-9), sublinhados (_). Não deve usar caracteres que exijam escape de URL ou caracteres fora de espaços ASCII. Tamanho máximo: 100 bytes.
Corpo da solicitação
O corpo da solicitação contém uma instância de DataExchange.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de DataExchange.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-23 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."]]],[]]