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 is part of the Google.Cloud.Compute.V1 namespace and is used to manage instance groups within Google Cloud."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The `InstanceGroupsAddInstancesRequest` class has two constructors, a parameterless one and another that takes an `InstanceGroupsAddInstancesRequest` object for copying purposes."],["The class provides a property, `Instances`, of type `RepeatedField\u003cInstanceReference\u003e`, which holds the list of instances intended to be added to the instance group."],["The documentation includes version history for `InstanceGroupsAddInstancesRequest`, ranging from version 1.0.0 to the latest version, 3.6.0, providing links to their respective pages."]]],[]]