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-24 UTC."],[[["The webpage details the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting versions ranging from 1.0.0 to the latest 3.6.0."],["`DisksAddResourcePoliciesRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its diverse capabilities."],["The class inherits from the `object` class and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors: a default one and one that takes another `DisksAddResourcePoliciesRequest` instance as a parameter to copy it."],["The `ResourcePolicies` property is a `RepeatedField` of strings that holds the full or relative path to a resource policy for a disk."]]],[]]