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 within the `Google.Cloud.Monitoring.V3` namespace, providing access to different versions of the API, with 3.15.0 being the most recent release."],["The `GetGroupRequest` class is used to retrieve a specific group, inheriting from the base `Object` class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `GetGroupRequest()` and a copy constructor `GetGroupRequest(GetGroupRequest other)`."],["Key properties of the `GetGroupRequest` class include `GroupName` and `ResourceName`, which provide typed views over the `Name` property used to specify the group to retrieve, and the `Name` property to retrieve the group in a string format."],["The API is part of the `Google.Cloud.Monitoring.V3` assembly, contained in the `Google.Cloud.Monitoring.V3.dll` file."]]],[]]