Erforderlich. Das Feld name der Tabelle dient dazu, die Tabelle zu identifizieren, die umbenannt werden soll. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Anfragetext
Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung
{"newName": string}
Felder
newName
string
Erforderlich. Die neue name für die angegebene Tabelle muss sich in derselben Datenbank befinden. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Table.
[[["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 allows renaming an existing table within a specific database using a POST request to a defined URL structure."],["The request requires specifying the table's current `name` via path parameters and the desired `newName` for the table within the request body, both following a specific format."],["A successful request returns an instance of a `Table` object in the response body."],["To authorize the request, one of two specified OAuth scopes are needed: `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`."],["Renaming a table requires the `biglake.tables.update` IAM permission on the table's `name` resource."]]],[]]