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."],[[["This webpage provides documentation for the `DisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and implementation in .NET."],["The `DisksAddResourcePoliciesRequest` class is part of the Google Cloud Compute API, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available on the page is 3.6.0, and the page shows the class available starting with version 1.0.0, as well as all versions up to 3.6.0."],["The class includes a constructor, `DisksAddResourcePoliciesRequest()`, and a property, `ResourcePolicies`, that allows for specifying resource policies to be added to a disk."],["The `ResourcePolicies` property is of type `RepeatedField\u003cstring\u003e`, meaning it can hold multiple string values representing full or relative paths to resource policies."]]],[]]