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 managing instance groups within Google Cloud Compute."],["This class is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0, with specific links to each version's documentation."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile usage within the .NET ecosystem."],["It contains a `RepeatedField` property named `Instances` which is used to indicate what instances are to be added to the instance group."],["It contains 2 constructors, one default and another that takes an `InstanceGroupsAddInstancesRequest` as a parameter to create a new instance."]]],[]]