public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupRequest.
A request message for InstanceGroups.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."],[[["The `GetInstanceGroupRequest` class is part of the Google Cloud Compute Engine v1 API, designed for requesting details about an instance group, and is currently on version 2.5.0."],["The `GetInstanceGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["The class includes properties such as `InstanceGroup`, `Project`, and `Zone`, which are strings used to specify the instance group, the project ID, and the zone where the instance group is located, respectively."],["The documentation provides links to various versions of the Google.Cloud.Compute.V1 library, from the latest 3.6.0 down to 1.0.0."],["This class has two constructors, one empty and one with a `GetInstanceGroupRequest` parameter, and the assembly file for this is in Google.Cloud.Compute.V1.dll."]]],[]]