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, which is a request message for `InstanceGroups.Get` within the Google Cloud Compute V1 API."],["The latest version of the API reference documentation is 3.6.0, with versions ranging from 1.0.0 to 3.6.0 being available."],["The `GetInstanceGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetInstanceGroupRequest` include `InstanceGroup`, `Project`, and `Zone`, all of which are strings and are used to specify the instance group and its location."],["The namespace of this class is `Google.Cloud.Compute.V1`, and it's part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]