public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupRequest.
A request message for InstanceGroups.Get. See the method description for details.
[[["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-24 UTC."],[[["The `GetInstanceGroupRequest` class is part of the Google Cloud Compute Engine v1 API, serving as a request message for retrieving details of an instance group."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and capabilities."],["The latest version of the `GetInstanceGroupRequest` class is 3.6.0, while it includes documentation links to previous versions, from 3.5.0 down to 1.0.0."],["`GetInstanceGroupRequest` instances are constructed using a parameterless constructor or by passing another `GetInstanceGroupRequest` object, allowing for flexible initialization."],["Key properties of the `GetInstanceGroupRequest` class include `InstanceGroup`, `Project`, and `Zone`, which are all strings used to specify the target instance group, project, and zone respectively."]]],[]]