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-21 UTC."],[[["The `GetInstanceGroupRequest` class is part of the Google Cloud Compute Engine v1 API, specifically for handling requests related to instance groups, and the latest available version is 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `GetInstanceGroupRequest` class includes properties such as `InstanceGroup`, `Project`, and `Zone`, which are essential for specifying the target instance group and its location within the Google Cloud environment."],["The documentation provides access to multiple versions of this class, ranging from 1.0.0 to 3.6.0, each with their own specific reference pages."],["The class inherits from the `object` class and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]