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."],[[["This page provides documentation for the `GetRegionInstanceGroupRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the documented API is 3.6.0, with numerous prior versions available, ranging down to version 1.0.0."],["`GetRegionInstanceGroupRequest` is used to request details about a specific instance group within a region, as part of the `RegionInstanceGroups.Get` method."],["The class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `InstanceGroup`, `Project`, and `Region`, which are all of string type and represent the instance group name, project ID, and region name respectively."]]],[]]