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 specific instance group manager."],["The latest version of this request message is 3.6.0, with various previous versions from 3.5.0 down to 1.0.0 also available for use."],["The `GetInstanceGroupManagerRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google Cloud's protocol buffer messaging system."],["Key properties of the `GetInstanceGroupManagerRequest` class include `InstanceGroupManager`, `Project`, and `Zone`, which are all string values required to locate the desired managed instance group."],["The class has two constructors: a default constructor and a constructor that takes another `GetInstanceGroupManagerRequest` object as a parameter for cloning purposes."]]],[]]