public sealed class GetRegionInstanceGroupManagerRequest : IMessage<GetRegionInstanceGroupManagerRequest>, IEquatable<GetRegionInstanceGroupManagerRequest>, IDeepCloneable<GetRegionInstanceGroupManagerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionInstanceGroupManagerRequest.
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-04-09 UTC."],[[["The webpage provides reference documentation for the `GetRegionInstanceGroupManagerRequest` class in the Compute Engine v1 API, specifically within the Google.Cloud.Compute.V1 namespace."],["This class is a request message used for the `RegionInstanceGroupManagers.Get` method, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors for creating a `GetRegionInstanceGroupManagerRequest` object, either as a new instance or as a copy of an existing instance."],["The documentation outlines the properties associated with the request, including `InstanceGroupManager`, `Project`, and `Region`, which are all of string type and used to specify the managed instance group, the project ID, and the region for the request, respectively."],["A comprehensive list of previous versions is provided, with version 3.6.0 being the latest and version 1.0.0 being the oldest."]]],[]]