public sealed class GetRegionInstanceGroupRequest : IMessage<GetRegionInstanceGroupRequest>, IEquatable<GetRegionInstanceGroupRequest>, IDeepCloneable<GetRegionInstanceGroupRequest>, IBufferMessage, IMessage
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-24 UTC."],[[["The `GetRegionInstanceGroupRequest` class is a request message used for retrieving information about a specific region's instance group in Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["It has constructors that allow for creating a new instance or a copy of an existing `GetRegionInstanceGroupRequest` object."],["Key properties of `GetRegionInstanceGroupRequest` include `InstanceGroup`, `Project`, and `Region`, all of which are strings required to specify the target resource."],["This page provides documentation for multiple versions of the class, with version 3.6.0 being the latest and versions ranging back to 1.0.0, allowing users to access the documentation for the version that matches their .NET projects."]]],[]]