public sealed class GetInstanceGroupManagerRequest : IMessage<GetInstanceGroupManagerRequest>, IEquatable<GetInstanceGroupManagerRequest>, IDeepCloneable<GetInstanceGroupManagerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupManagerRequest.
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."],[[["The page provides reference documentation for the `GetInstanceGroupManagerRequest` class within the Google.Cloud.Compute.V1 API, starting with version 1.0.0 and going up to the latest version 3.6.0."],["`GetInstanceGroupManagerRequest` is used as a request message for the `InstanceGroupManagers.Get` method, as part of the Compute Engine v1 API."],["The `GetInstanceGroupManagerRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetInstanceGroupManagerRequest` class include `InstanceGroupManager`, `Project`, and `Zone`, which are all of string type and represent the managed instance group's name, project ID, and zone, respectively."],["There are multiple versions of the `GetInstanceGroupManagerRequest` object, and users can select the version they want to learn more about via links."]]],[]]