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 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."]]],[]]