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-04-02 UTC."],[[["This page provides documentation for the `GetInstanceGroupRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development, with the latest version being 3.6.0."],["The `GetInstanceGroupRequest` class is used to request information about a specific instance group, as indicated by the method description."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has properties for `InstanceGroup`, `Project`, and `Zone`, which are used to specify the instance group and its location for the request."],["The page provides a list of previous version links from version 1.0.0 up to the latest, 3.6.0, in addition to the current version 2.3.0, for developers to access."]]],[]]