Obligatorio. La ruta del recurso superior de la ficha. p. ej., projects/myproject/locations/US/dataExchanges/123.
Parámetros de búsqueda
Parámetros
listingId
string
Obligatorio. El ID de la ficha que se creará. Debe contener solo letras Unicode, números (0-9) y guiones bajos (_). No debe usar caracteres que requieran escapes de URL ni caracteres fuera de ASCII, espacios. Longitud máxima: 100 bytes.
Cuerpo de la solicitud
El cuerpo de la solicitud contiene una instancia de Listing.
Cuerpo de la respuesta
Si el proceso se realiza de forma correcta, el cuerpo de la respuesta contiene una instancia recién creada de Listing.
Alcances de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-16 (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."]]],[]]