Obrigatório. O caminho do recurso pai da listagem. Por exemplo, projects/myproject/locations/US/dataExchanges/123.
Parâmetros de consulta
Parâmetros
listingId
string
Obrigatório. O ID da listagem a ser criada. Precisa conter somente letras Unicode, números (0-9), sublinhados (_). Não deve usar caracteres que exijam escape de URL ou caracteres fora de espaços ASCII. Tamanho máximo: 100 bytes.
Corpo da solicitação
O corpo da solicitação contém uma instância de Listing.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de Listing.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-21 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."]]],[]]