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