Obbligatorio. Il campo name della tabella viene utilizzato per identificare la tabella da rinominare. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"newName": string}
Campi
newName
string
Obbligatorio. Il nuovo name per la tabella specificata deve trovarsi nello stesso database. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Table.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 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."]]],[]]