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 within the `Google.Cloud.Compute.V1` namespace."],["This class is used to send requests for retrieving information about a specific instance group, as documented in the InstanceGroups.Get method."],["It inherits from `object` and implements several interfaces: `IMessage\u003cGetInstanceGroupRequest\u003e`, `IEquatable\u003cGetInstanceGroupRequest\u003e`, `IDeepCloneable\u003cGetInstanceGroupRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `GetInstanceGroupRequest` class has properties for `InstanceGroup`, `Project`, and `Zone`, which are string values used to specify the target instance group and its location."],["The documentation page lists the available versions of this class, from 1.0.0 to 3.6.0, with the latest version being 3.6.0, and provides links to the documentation for each."]]],[]]