Obligatorio. El recurso superior en el que se creará esta tabla. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Parámetros de búsqueda
Parámetros
tableId
string
Obligatorio. Es el ID que se usará para la tabla, que se convertirá en el componente final del nombre del recurso de la tabla.
Cuerpo de la solicitud
El cuerpo de la solicitud contiene una instancia de Table.
Cuerpo de la respuesta
Si el proceso se realiza de forma correcta, el cuerpo de la respuesta contiene una instancia recién creada de Table.
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 endpoint creates a new table within a specified database using a POST request to the provided URL, `https://biglake.googleapis.com/v1alpha1/{parent=projects/*/locations/*/catalogs/*/databases/*}/tables`."],["The `parent` path parameter, representing the parent resource, is required and should be in the format: `projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}`."],["The `tableId` query parameter is mandatory, it defines the ID of the new table, and it is added to the resource name of the table."],["The request body must include a `Table` resource, and the successful response will return the newly created `Table` resource, both defined in the API reference."],["Creating a table requires the `biglake.tables.create` IAM permission on the parent resource, along with either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]