Obrigatório. O recurso pai em que essa tabela será criada. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Parâmetros de consulta
Parâmetros
tableId
string
Obrigatório. O ID a ser usado na tabela, que se tornará o componente final do nome do recurso da tabela.
Corpo da solicitação
O corpo da solicitação contém uma instância de Table.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de Table.
[[["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-23 UTC."],[[["This webpage outlines the process for creating a new table using a POST request to the BigLake API."],["The HTTP request requires specifying a `parent` path parameter indicating the location where the table will be created."],["A `tableId` query parameter is mandatory to assign an identifier to the new table."],["Both the request and response bodies utilize the `Table` resource instance, detailed in the linked documentation."],["Creating a table necessitates specific OAuth scopes or the `biglake.tables.create` IAM permission on the designated parent resource."]]],[]]