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 adding resource policies to disks and is part of the Google Cloud Compute library for .NET."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors: a default one and another that accepts an existing `DisksAddResourcePoliciesRequest` object to use in building a new object."],["The `ResourcePolicies` property, a `RepeatedField\u003cstring\u003e`, allows users to specify one or more resource policies by providing their full or relative paths."],["The documentation showcases a history of the `DisksAddResourcePoliciesRequest` class, with version `3.6.0` being the latest and ranging down to `1.0.0`."]]],[]]