public sealed class DisksAddResourcePoliciesRequest : IMessage<DisksAddResourcePoliciesRequest>, IEquatable<DisksAddResourcePoliciesRequest>, IDeepCloneable<DisksAddResourcePoliciesRequest>, IBufferMessage, IMessage
[[["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."],[[["The `DisksAddResourcePoliciesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is designed for adding resource policies to disks and is available across multiple versions, with `3.6.0` being the latest."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["It inherits from the `Object` class and includes standard methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, offering basic object operations."],["The class provides two constructors: a default constructor `DisksAddResourcePoliciesRequest()` and a copy constructor `DisksAddResourcePoliciesRequest(DisksAddResourcePoliciesRequest other)`, allowing for object creation and duplication."],["The primary property of this class is `ResourcePolicies`, which is a `RepeatedField` of strings used to define the full or relative path to the resource policy being added to a disk, allowing for the inclusion of a singular resource policy."]]],[]]