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-04-01 UTC."],[[["This webpage provides documentation for the `GetRegionInstanceGroupRequest` class within the Compute Engine v1 API for .NET, specifically version 3.1.0."],["The `GetRegionInstanceGroupRequest` class is used to send a request to retrieve details about a specific instance group within a region, and it includes properties such as `InstanceGroup`, `Project`, and `Region` for specifying the target."],["The documentation shows an extensive range of previous versions of the API, with version 3.6.0 being the most recent."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google.Protobuf framework."],["It has two constructors available, a default one, and one that takes another `GetRegionInstanceGroupRequest` as a parameter, to create a copy of it."]]],[]]