public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["The `GetGroupRequest` class is used to request the retrieval of a specific group, as part of the Google Cloud Monitoring V3 library."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts within the library and the .NET environment."],["`GetGroupRequest` includes properties for `GroupName`, `Name`, and `ResourceName`, allowing users to specify the group they want to retrieve using either a structured `GroupName` object, a formatted string `Name`, or a generic `IResourceName` interface."],["The latest version of this class available is 3.15.0, while this document details version 2.4.0, which is part of a range of versions including 3.0.0 through 3.15.0 and 2.3.0 through 2.6.0."]]],[]]