public sealed class GetRegionInstanceGroupRequest : IMessage<GetRegionInstanceGroupRequest>, IEquatable<GetRegionInstanceGroupRequest>, IDeepCloneable<GetRegionInstanceGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionInstanceGroupRequest.
A request message for RegionInstanceGroups.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 `GetRegionInstanceGroupRequest` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used as a request message for the `RegionInstanceGroups.Get` method, enabling the retrieval of information about a specific instance group within a region."],["The `GetRegionInstanceGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties such as `InstanceGroup`, `Project`, and `Region`, which are all of type `string` and are essential for specifying the instance group, project, and region respectively for the request."],["The latest version of this documentation is version 3.6.0 and includes versions back to version 1.0.0, allowing for historical lookups of changes."]]],[]]