Erforderlich. Die übergeordnete Ressource, in der diese Tabelle erstellt wird. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Abfrageparameter
Parameter
tableId
string
Erforderlich. Die für die Tabelle zu verwendende ID, die als letzte Komponente des Ressourcennamens der Tabelle verwendet wird.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]