Wajib. Nama resource kebijakan data yang akan diganti namanya. Formatnya adalah projects/{projectNumber}/locations/{locationId}/dataPolicies/{dataPolicyId}
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"newDataPolicyId": string}
Kolom
newDataPolicyId
string
Wajib. ID kebijakan data baru.
Isi respons
Jika berhasil, isi respons akan berisi instance DataPolicy.
[[["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 page details how to rename a data policy's display name using a POST HTTP request to the specified endpoint."],["The `name` path parameter is required in the URL and specifies the resource name of the data policy to be renamed."],["The request body must contain a JSON object with the `newDataPolicyId` field, which specifies the new ID for the data policy."],["Successful requests will return a `DataPolicy` instance in the response body."],["Renaming a data policy requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope, as well as the `bigquery.dataPolicies.update` IAM permission."]]],[]]