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 `DisksAddResourcePoliciesRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is designed for managing resource policies for disks in Google Cloud."],["This class is the current version 1.3.0, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `Object` class."],["The `DisksAddResourcePoliciesRequest` class includes a `ResourcePolicies` property which allows you to specify one resource policy to add to a disk, through its `RepeatedField\u003cstring\u003e` type."],["There are several historical versions available, with version 3.6.0 being the latest in the provided content, accessible by links for each version, going back to version 1.0.0."],["The `DisksAddResourcePoliciesRequest` has two constructors, a default one and another that accepts an existing instance of itself, to create a copy."]]],[]]