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 page documents the `GetGroupRequest` class, which is used to retrieve group information within the Google Cloud Monitoring V3 API."],["The `GetGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility with the Protobuf library."],["The latest available version for this request is 3.15.0, but previous versions, going as far back as 2.3.0, are also documented."],["The primary properties of `GetGroupRequest` are `GroupName`, `Name`, and `ResourceName`, which are used to specify the target group to be retrieved."],["The required format for the `Name` property is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]."]]],[]]