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."],[[["This webpage provides reference documentation for the `GetInstanceGroupManagerRequest` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The `GetInstanceGroupManagerRequest` class is used to construct requests for retrieving information about a managed instance group, as detailed in the provided API documentation."],["The latest available version of the documentation is 3.6.0, and there are many versions provided, as low as version 1.0.0, all listed on the page for users to navigate."],["The `GetInstanceGroupManagerRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function within the broader Google.Protobuf framework."],["The `GetInstanceGroupManagerRequest` class has three key properties `InstanceGroupManager`, `Project`, and `Zone` all of type `string` allowing users to specify the instance, project and zone of the instance group they want to call."]]],[]]