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-21 UTC."],[[["This webpage details the `GetInstanceGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, providing documentation for its use in .NET applications."],["The latest version of the `GetInstanceGroupRequest` class is 3.6.0, with documentation available for multiple previous versions, starting from version 1.0.0."],["`GetInstanceGroupRequest` is a request message used for the `InstanceGroups.Get` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `InstanceGroup`, `Project`, and `Zone`, all of which are of type string, to specify details for the instance group being requested."],["Constructors for `GetInstanceGroupRequest` allow for creating a new instance or cloning an existing `GetInstanceGroupRequest` object."]]],[]]