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-04-09 UTC."],[[["This page details the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, used for adding resource policies to disks."],["The latest version of this resource is 3.6.0, with the current page focusing on version 3.5.0, which has a documented history dating back to version 1.0.0."],["The `DisksAddResourcePoliciesRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of this class is `ResourcePolicies`, which is a `RepeatedField\u003cstring\u003e` that specifies the full or relative path to the resource policy that will be added to the disk."],["The class has two constructors: a default constructor `DisksAddResourcePoliciesRequest()` and an overload that takes another `DisksAddResourcePoliciesRequest` instance as a parameter."]]],[]]