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-24 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 type is 3.6.0, and the page also offers documentation for a range of previous versions from 3.5.0 down to 1.0.0."],["The `GetInstanceGroupManagerRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The class has a constructor that takes another `GetInstanceGroupManagerRequest` as a parameter and three key properties: `InstanceGroupManager`, `Project`, and `Zone`."],["This class is found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]