Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123.
Query parameters
Parameters
listingId
string
Required. The ID of the listing to create. 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.
[[["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 page details the process for creating a new listing via a `POST` HTTP request to the specified URL."],["The request URL requires a `parent` path parameter, which defines the parent resource path of the listing and is a mandatory string."],["A mandatory `listingId` query parameter is needed to create a new listing, and this ID must adhere to specified format constraints such as containing only certain characters and not exceeding 100 bytes."],["The request body, and the response body will both be an instance of `Listing`, however one will be used for the request, and the other will be the result of a successful request."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]