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."],[[["The `InstanceGroupsAddInstancesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for adding instances to instance groups."],["Version 3.6.0 is the latest version, and the documentation covers versions down to 1.0.0, available for the Google.Cloud.Compute.V1 library."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enhancing its capabilities."],["The `InstanceGroupsAddInstancesRequest` class has a constructor that takes another `InstanceGroupsAddInstancesRequest` as a parameter for creating copies."],["The class features an `Instances` property of type `RepeatedField\u003cInstanceReference\u003e`, which is utilized to specify the list of instances intended for addition to the group."]]],[]]