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."],[[["The `GetRegionInstanceGroupManagerRequest` class is used to request information about a managed instance group, as part of the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionInstanceGroupManagerRequest` class includes constructors for creating new instances, either empty or copied from another instance."],["It has properties to specify the `InstanceGroupManager`, `Project`, and `Region`, all of which are strings, to narrow down the request."],["The latest version is 3.6.0, and the page provides access to the documentation for all available versions, ranging from 1.0.0 to the latest 3.6.0."]]],[]]