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."],[[["This page details the `GetGroupRequest` class, which is used to retrieve group information within the Google Cloud Monitoring V3 API."],["The `GetGroupRequest` class, found in the `Google.Cloud.Monitoring.V3` namespace, is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.15.0, with versions ranging back to 2.3.0 also listed for navigation to respective documentation."],["The `GetGroupRequest` class includes properties like `GroupName`, `Name`, and `ResourceName`, allowing for specific group data to be accessed."],["The group to be retrieved is specified via the `Name` property, which uses the format `projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]`."]]],[]]