public sealed class GetRegionInstanceGroupManagerRequest : IMessage<GetRegionInstanceGroupManagerRequest>, IEquatable<GetRegionInstanceGroupManagerRequest>, IDeepCloneable<GetRegionInstanceGroupManagerRequest>, IBufferMessage, IMessage
A request message for RegionInstanceGroupManagers.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 `GetRegionInstanceGroupManagerRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to retrieve information about a managed instance group."],["The class has a lineage, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The most recent version of the api is `3.6.0` with a list of all previous versions available."],["The class provides constructors to create a `GetRegionInstanceGroupManagerRequest` object, either as a default instance or by copying another instance."],["The object has three properties, `InstanceGroupManager`, `Project`, and `Region`, which are all strings that allow the user to define the name of the managed instance group, the Project ID, and the Region."]]],[]]