public sealed class GetInstanceGroupManagerRequest : IMessage<GetInstanceGroupManagerRequest>, IEquatable<GetInstanceGroupManagerRequest>, IDeepCloneable<GetInstanceGroupManagerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupManagerRequest.
A request message for InstanceGroupManagers.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 `GetInstanceGroupManagerRequest` class is used for requesting details about a managed instance group in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message operations, equality checks, deep cloning, and buffer message functionality."],["The `GetInstanceGroupManagerRequest` class has properties for `InstanceGroupManager`, `Project`, and `Zone`, which are necessary to specify the target managed instance group for the request."],["The documentation provides an overview of 29 different versions, ranging from version 1.0.0 to 3.6.0 (latest) for `GetInstanceGroupManagerRequest`."],["The latest version for the GetInstanceGroupManagerRequest is 3.6.0, while the current page describes the details of version 2.14.0."]]],[]]