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 you to rename a table within a specific database using its unique identifier, the table's `name`."],["The request is made using a `POST` HTTP request to a URL defined by the gRPC Transcoding syntax, which includes path parameters for specifying the table's location."],["The request body requires a JSON structure with a `newName` field that defines the table's new name, with the new name following the same structure as the original name."],["A successful request will return a response body containing the updated Table object, providing confirmation of the rename operation."],["To successfully rename the table, the request must be authenticated with either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes, and the caller must have the `biglake.tables.update` IAM permission."]]],[]]