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 provides documentation for the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage in .NET."],["The latest available version documented is 3.6.0, while other versions range from 1.0.0 to 3.5.0, with version 2.10.0 being specifically highlighted for its properties and methods."],["`DisksAddResourcePoliciesRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for managing resource policies on disks."],["The `ResourcePolicies` property of `DisksAddResourcePoliciesRequest` allows adding a resource policy to a disk, accepting the full or relative path to the policy as a `RepeatedField\u003cstring\u003e`."],["Constructors are provided to enable the creation of new instances of `DisksAddResourcePoliciesRequest`, including one that can take another `DisksAddResourcePoliciesRequest` object for initialisation."]]],[]]