public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
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-24 UTC."],[[["This webpage provides documentation for the `GetInstanceGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, showcasing various versions of the .NET library from 1.0.0 up to the latest, 3.6.0."],["The `GetInstanceGroupRequest` class is used to construct request messages for retrieving instance group details, as described in the documentation, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Key properties of `GetInstanceGroupRequest` include `InstanceGroup`, `Project`, and `Zone`, all of which are string properties used to specify the target instance group in a project and zone."],["The documentation outlines two constructors for `GetInstanceGroupRequest`: a default constructor and a constructor that accepts another `GetInstanceGroupRequest` object as a parameter for copying."]]],[]]