Obligatorio. El campo name de la tabla se usa para identificar la tabla a la que se le cambiará el nombre. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Cuerpo de la solicitud
El cuerpo de la solicitud contiene datos con la siguiente estructura:
Representación JSON
{"newName": string}
Campos
newName
string
Obligatorio. El name nuevo para la tabla especificada debe estar en la misma base de datos. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de Table.
Alcances de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-16 (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."]]],[]]