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 page 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 constructor and includes properties for `InstanceGroupManager`, `Project`, and `Region`, all of which are of string type and necessary for identifying the specific resource."],["The content shows a comprehensive list of versions, starting from 1.0.0 up to the latest release 3.6.0, showing the evolutionary journey of this class."],["The `GetRegionInstanceGroupManagerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, cloning, and buffered operations."]]],[]]