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 webpage details the `GetInstanceGroupManagerRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 1.3.0, which is a request message for retrieving details about a managed instance group."],["The latest version of `GetInstanceGroupManagerRequest` is 3.6.0, and the page provides links to documentation for numerous versions ranging from 1.0.0 to 3.6.0."],["The `GetInstanceGroupManagerRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffered message operations."],["The `GetInstanceGroupManagerRequest` class has properties for `InstanceGroupManager`, `Project`, and `Zone`, which are all strings used to specify the managed instance group, the project ID, and the zone it resides in."],["The class has two constructors, a default and an overload that takes a `GetInstanceGroupManagerRequest` object, to allow for easy instance creation."]]],[]]