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-04-09 UTC."],[[["The `InstanceGroupsAddInstancesRequest` class, part of the Google.Cloud.Compute.V1 library, is used to manage requests for adding instances to instance groups within Google Cloud Compute."],["Version 3.6.0 is the latest version available for this class, although many other versions between 1.0.0 and 3.5.0 also exist and are accessible."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["It includes a constructor that enables it to be instantiated with or without an existing `InstanceGroupsAddInstancesRequest` object."],["The class includes an `Instances` property, which is a `RepeatedField` containing a collection of `InstanceReference` objects, representing the instances to be added to the instance group."]]],[]]