public sealed class RenameDataPolicyRequest : IMessage<RenameDataPolicyRequest>, IEquatable<RenameDataPolicyRequest>, IDeepCloneable<RenameDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1 API class RenameDataPolicyRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `RenameDataPolicyRequest` class within the Google Cloud BigQuery Data Policy v1 API."],["The `RenameDataPolicyRequest` class is used to send a request for renaming a data policy."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two required properties `Name`, which is the current resource name of the data policy, and `NewDataPolicyId`, which is the desired new ID for the data policy."],["The latest available version of the API is 1.5.0, with older versions going as far back as 1.0.0, all referencing the RenameDataPolicyRequest class."]]],[]]