Required. The parent resource path of the data exchange. e.g. projects/myproject/locations/US.
Query parameters
Parameters
dataExchangeId
string
Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.
Request body
The request body contains an instance of DataExchange.
Response body
If successful, the response body contains a newly created instance of DataExchange.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-12 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."]]],[]]