Obrigatório. Nome do recurso da política de dados a ser renomeada. O formato é projects/{projectNumber}/locations/{locationId}/dataPolicies/{dataPolicyId}
Corpo da solicitação
O corpo da solicitação contém dados com a seguinte estrutura:
Representação JSON
{"newDataPolicyId": string}
Campos
newDataPolicyId
string
Obrigatório. O novo ID da política de dados.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de DataPolicy.
[[["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-23 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."]]],[]]