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 of creating a new listing via a `POST` request to the specified URL."],["The `parent` path parameter is a required string specifying the resource path, and the `listingId` query parameter is required to provide a unique identifier for the new listing."],["The request and response bodies are instances of the `Listing` resource, and both contain details of the listing."],["Creating a new listing requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, as well as `analyticshub.listings.create` IAM permission on the parent resource."],["The `POST` request URL for creating a listing uses gRPC Transcoding syntax."]]],[]]