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-31 UTC."],[[["The latest version available for `GetInstanceGroupRequest` is 3.6.0, with various prior versions accessible, starting from 1.0.0."],["`GetInstanceGroupRequest` is a request message class used within the Compute Engine v1 API, specifically for the `InstanceGroups.Get` method."],["This class, `GetInstanceGroupRequest`, inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetInstanceGroupRequest` contains three key properties: `InstanceGroup`, `Project`, and `Zone`, which are all strings and are used to specify details about the request."],["There are two constructors provided for `GetInstanceGroupRequest`, one is a standard constructor and the other is for copying."]]],[]]