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."],[[["This webpage provides reference documentation for the `GetInstanceGroupRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version of the API covered is 3.6.0, and documentation spans back to version 1.0.0, with the main class documentation referring to version 2.8.0."],["The `GetInstanceGroupRequest` class is used to construct request messages for retrieving instance group details, as detailed by its description."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The key properties of the class include `InstanceGroup`, `Project`, and `Zone`, which are all strings and specify the target instance group and project."]]],[]]