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-31 UTC."],[[["This webpage provides reference documentation for the `GetRegionInstanceGroupRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The latest version available for this class is 3.6.0, with a range of previous versions listed, including the currently viewed version 3.4.0, and going all the way back to version 1.0.0."],["The `GetRegionInstanceGroupRequest` class, used for requesting information about a specific region instance group, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors and properties such as `InstanceGroup`, `Project`, and `Region`, which are used to define the parameters of the instance group request, with all being of type string."],["The documentation outlines the class's inheritance from the `object` type, with specific links to the members it inherits, as well as the namespace in which it resides (`Google.Cloud.Compute.V1`) and the corresponding assembly (`Google.Cloud.Compute.V1.dll`)."]]],[]]