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."],[[["This webpage provides documentation for the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its functionality for adding resource policies to disks."],["The `DisksAddResourcePoliciesRequest` class is part of the Google.Cloud.Compute.V1 assembly and has a current latest version of 3.6.0, with multiple prior versions listed and accessible."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["It features two constructors, a default constructor and a copy constructor, allowing for the creation of new instances or the cloning of existing `DisksAddResourcePoliciesRequest` objects."],["The class includes a `ResourcePolicies` property, which is a `RepeatedField` of strings used to define the full or relative path to the resource policy that should be added to a disk, with the ability to specify only one per request."]]],[]]