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 provides documentation for the `GetInstanceGroupRequest` class within the `Google.Cloud.Compute.V1` namespace, as part of the Google Cloud .NET library."],["The `GetInstanceGroupRequest` class is used to send a request to retrieve details about a specific instance group, as mentioned in the method description for `InstanceGroups.Get`."],["The documentation includes details about the class's inheritance, implemented interfaces (like `IMessage`, `IEquatable`, and `IDeepCloneable`), and inherited members from the `Object` class."],["The page lists numerous previous versions of the documentation, with version 3.6.0 being the latest, allowing users to access historical documentation."],["The `GetInstanceGroupRequest` class has three main properties, `InstanceGroup`, `Project`, and `Zone`, all of which are strings and crucial to a successful request."]]],[]]