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 webpage 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 API class 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 inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetInstanceGroupManagerRequest` class include `InstanceGroupManager`, `Project`, and `Zone`, all of which are string type and necessary to identify the target managed instance group."],["The class provides two constructors: a default constructor `GetInstanceGroupManagerRequest()` and another `GetInstanceGroupManagerRequest(GetInstanceGroupManagerRequest other)` that takes another instance of itself as a parameter."]]],[]]