Wajib. Kolom name tabel digunakan untuk mengidentifikasi tabel yang akan diganti namanya. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"newName": string}
Kolom
newName
string
Wajib. name baru untuk tabel yang ditentukan harus berada dalam database yang sama. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Isi respons
Jika berhasil, isi respons akan berisi instance Table.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-19 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."]]],[]]