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 BigQuery Data Policy v1 API, specifically for version 1.2.0."],["`RenameDataPolicyRequest` is a message class used to request the renaming of a data policy, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RenameDataPolicyRequest` class includes two constructors, one default and one that accepts another `RenameDataPolicyRequest` object for copying."],["The class has two properties, `Name` and `NewDataPolicyId`, both of type string, which are used to specify the data policy's current resource name and the desired new ID respectively."],["There are a total of 6 versions of this data policy that are documented, ranging from 1.0.0 to the latest version of 1.5.0."]]],[]]