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-24 UTC."],[[["The `GetRegionInstanceGroupRequest` class is used to request information about a specific instance group within a region in the Compute Engine v1 API."],["This page provides documentation and code samples for the `GetRegionInstanceGroupRequest` class, including its constructors, properties, and inherited members."],["The latest version available is 3.6.0, but it lists multiple versions, all the way back to version 1.0.0 of the Google.Cloud.Compute.V1 library."],["The class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `GetRegionInstanceGroupRequest` class include `InstanceGroup`, `Project`, and `Region`, which are all strings and specify the target instance group, project ID, and region, respectively."]]],[]]