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."],[[["The webpage details the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, available in the `Google.Cloud.Compute.V1.dll` assembly, for various versions."],["The latest version available for `DisksAddResourcePoliciesRequest` is 3.6.0, with versions ranging down to 1.0.0 also available."],["`DisksAddResourcePoliciesRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DisksAddResourcePoliciesRequest` class includes a `ResourcePolicies` property of type `RepeatedField\u003cstring\u003e`, used to specify resource policies to be added to a disk, where only one resource policy can be specified."],["There are two constructors available for the `DisksAddResourcePoliciesRequest` class: a default constructor and a copy constructor."]]],[]]