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 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."]]],[]]