Obbligatorio. Il percorso della risorsa padre della scheda, ad esempio projects/myproject/locations/US/dataExchanges/123.
I parametri di ricerca
Parametri
listingId
string
Obbligatorio. L'ID della scheda da creare. 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 Listing.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Listing 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 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."]]],[]]