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 indicated by its role in the `InstanceGroups.Get` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparisons, deep cloning, and buffered message capabilities."],["The `GetInstanceGroupRequest` class has three main properties, `InstanceGroup`, `Project`, and `Zone`, all of type string, that are essential to the request, specifying the instance group's name, the project ID, and the zone in which it is located."],["This page presents a comprehensive version history of the `GetInstanceGroupRequest`, from version 1.0.0 to the most recent 3.6.0, including numerous in-between iterations."]]],[]]