public sealed class GetInstanceGroupManagerRequest : IMessage<GetInstanceGroupManagerRequest>, IEquatable<GetInstanceGroupManagerRequest>, IDeepCloneable<GetInstanceGroupManagerRequest>, IBufferMessage, IMessage
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."],[[["This page details the `GetInstanceGroupManagerRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a managed instance group."],["The latest version available for the `GetInstanceGroupManagerRequest` is 3.6.0, with several previous versions ranging from 1.0.0 to 3.5.0 also listed."],["The `GetInstanceGroupManagerRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["Key properties of the class include `InstanceGroupManager`, `Project`, and `Zone`, all of which are string type, for identifying and locating the managed instance group."],["There are two constructors available, one default, and one that takes another `GetInstanceGroupManagerRequest` as an argument."]]],[]]