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-31 UTC."],[[["This webpage provides documentation for the `GetInstanceGroupRequest` class within the Google Cloud Compute Engine v1 API for .NET, with the current version being 3.4.0."],["The `GetInstanceGroupRequest` class is used to request details about a specific instance group, as outlined in the method description for InstanceGroups.Get."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message support."],["The `GetInstanceGroupRequest` class has properties to specify the `InstanceGroup` name, `Project` ID, and `Zone` where the instance group is located."],["The documentation offers access to numerous past versions, ranging from 1.0.0 to the latest 3.6.0."]]],[]]