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 content provides a detailed overview of the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on versions ranging from 1.0.0 to 3.6.0."],["The latest version of `DisksAddResourcePoliciesRequest` documented is version 3.6.0, and all previous versions back to 1.0.0 are listed, along with links to their documentation."],["The `DisksAddResourcePoliciesRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes two constructors, a default constructor and a copy constructor, along with the `ResourcePolicies` property that is used to specify the resource policy to add to a disk."],["The `ResourcePolicies` property, which is of type `RepeatedField\u003cstring\u003e`, allows users to provide the full or relative path to the resource policy."]]],[]]