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 information for the `RenameDataPolicyRequest` class within the BigQuery Data Policy v1 API, specifically for version 1.1.0."],["The `RenameDataPolicyRequest` class is used to create requests for renaming data policies, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties for `Name`, which is the resource name of the data policy to rename, and `NewDataPolicyId`, which is the new identifier for the data policy."],["There are multiple versions of the data policy available, with 1.5.0 being the latest version, and it implements inherited members from the Object Class, which include: GetHashCode(), GetType() and ToString()."],["The class has two constructors available, one default and one that accepts another `RenameDataPolicyRequest` object as a parameter for creating copies."]]],[]]