public sealed class InstancesAddResourcePoliciesRequest : IMessage<InstancesAddResourcePoliciesRequest>, IEquatable<InstancesAddResourcePoliciesRequest>, IDeepCloneable<InstancesAddResourcePoliciesRequest>, 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 `InstancesAddResourcePoliciesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for adding resource policies to instances."],["The latest version available is 3.6.0, and the page provides links to documentation for multiple versions ranging from 1.0.0 up to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has a constructor that can be called with or without an `InstancesAddResourcePoliciesRequest` object as an argument, and contains the property `ResourcePolicies` which is of type `RepeatedField\u003cstring\u003e` and is for specifying the resource policies to be added."],["It is accessible via the Google.Cloud.Compute.V1.dll assembly."]]],[]]