public sealed class InstanceGroupsAddInstancesRequest : IMessage<InstanceGroupsAddInstancesRequest>, IEquatable<InstanceGroupsAddInstancesRequest>, IDeepCloneable<InstanceGroupsAddInstancesRequest>, 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 details the `InstanceGroupsAddInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, showing the current version as 2.10.0 and the latest version as 3.6.0."],["The `InstanceGroupsAddInstancesRequest` class is used to manage requests to add instances to an instance group, and is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The primary constructor for this class is `InstanceGroupsAddInstancesRequest()`, with an additional constructor that accepts another `InstanceGroupsAddInstancesRequest` object as an argument."],["The `Instances` property, of type `RepeatedField\u003cInstanceReference\u003e`, represents the collection of instances intended for addition to the instance group."]]],[]]