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."],[[["This webpage details the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within the context of the .NET library."],["The latest version available for this class is 3.6.0, while the content provides version history going back to 1.0.0."],["The `DisksAddResourcePoliciesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `ResourcePolicies` property, which is a `RepeatedField` that stores the full or relative path to the resource policy being added to a disk."],["There are two constructors available for the class `DisksAddResourcePoliciesRequest`, a default one with no parameters, and one that accepts another `DisksAddResourcePoliciesRequest` object."]]],[]]