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, specifically version 2.1.0."],["The `GetRegionInstanceGroupManagerRequest` class is used to request information about a managed instance group from a specific region, and it also inherits and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version documented on the page is 3.6.0, but the page content focuses on the information related to version 2.1.0, where this class is located."],["Key properties of the `GetRegionInstanceGroupManagerRequest` class include `InstanceGroupManager`, `Project`, and `Region`, which are strings used to specify the managed instance group, project ID, and region for the request."],["The webpage contains a list of many previous versions, going as far back as version 1.0.0."]]],[]]