public sealed class RegionDisksAddResourcePoliciesRequest : IMessage<RegionDisksAddResourcePoliciesRequest>, IEquatable<RegionDisksAddResourcePoliciesRequest>, IDeepCloneable<RegionDisksAddResourcePoliciesRequest>, 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."],[[["The webpage provides documentation for the `RegionDisksAddResourcePoliciesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.1.0."],["The latest version documented is 3.6.0, with older versions dating back to 1.0.0 available through the provided links."],["`RegionDisksAddResourcePoliciesRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegionDisksAddResourcePoliciesRequest` class includes a property called `ResourcePolicies`, which is a `RepeatedField` of strings that represent resource policies to be added to a disk."],["The class has two constructors: one default constructor `RegionDisksAddResourcePoliciesRequest()` and one that accepts another `RegionDisksAddResourcePoliciesRequest` object as a parameter."]]],[]]