Obrigatório. O campo name da tabela é usado para identificar a tabela a ser renomeada. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Corpo da solicitação
O corpo da solicitação contém dados com a seguinte estrutura:
Representação JSON
{"newName": string}
Campos
newName
string
Obrigatório. O novo name da tabela especificada precisa estar no mesmo banco de dados. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de Table.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-21 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."]]],[]]