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 Policies v1 API."],["The `RenameDataPolicyRequest` class is used to send a request for renaming a data policy."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality checks, deep cloning, and efficient buffering."],["It includes two constructors and two properties: `Name`, which is the resource name of the data policy to be renamed, and `NewDataPolicyId`, which specifies the desired new ID for the data policy."],["The document also provides a listing of the various versions that exist for this `RenameDataPolicyRequest` API, ranging from version 1.0.0 to the latest version, 1.5.0."]]],[]]