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 been implemented with various versions, with the latest being 3.6.0 and spans back to version 1.0.0, with each version being available for viewing via the given links."],["The `GetRegionInstanceGroupManagerRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making the class functional within the Google Cloud Compute environment."],["The class has three string type properties available: `InstanceGroupManager`, `Project`, and `Region`, each one designed for the purpose of allowing the user to specify the name of the instance group, project ID, and region associated to the instance they want to get respectively."],["The class also has 2 constructors `GetRegionInstanceGroupManagerRequest()` and `GetRegionInstanceGroupManagerRequest(GetRegionInstanceGroupManagerRequest other)` allowing the class to be instantiated with or without a prior `GetRegionInstanceGroupManagerRequest` instance."]]],[]]