public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
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-21 UTC."],[[["The `GetInstanceGroupRequest` class is used to create a request for retrieving information about an instance group within the Google Cloud Compute Engine."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message handling, equality checks, deep cloning, and buffered message operations."],["The latest version available is 3.6.0, and there is a documented history of the `GetInstanceGroupRequest` class available going back to version 1.0.0, offering various different versions for users to look at."],["The `GetInstanceGroupRequest` class has three key properties: `InstanceGroup`, `Project`, and `Zone`, which are string type properties used to specify the target instance group."]]],[]]