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 used to request information about a specific instance group within a region, as part of the `Google.Cloud.Compute.V1` API."],["Version 3.6.0 is the latest version available for `GetRegionInstanceGroupRequest`, with a range of prior versions also accessible, starting from version 1.0.0, and the versions between being available on the webpage."],["The `GetRegionInstanceGroupRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used to handle message structures and data operations."],["The `GetRegionInstanceGroupRequest` class includes properties like `InstanceGroup`, `Project`, and `Region` to specify which instance group and project to target within a given region."],["This request class has two constructors: one default and another that accepts an existing `GetRegionInstanceGroupRequest` object for creating a copy."]]],[]]