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-24 UTC."],[[["The `GetInstanceGroupRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class is used to request information about an instance group within the Compute Engine API, as outlined in its class description."],["The latest documented version for this class is 3.6.0, but there are documented versions going back to 1.0.0."],["The `GetInstanceGroupRequest` class has three properties that are `InstanceGroup`, `Project`, and `Zone` which are all strings."],["The class inherits from the `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]