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 webpage details the `GetGroupRequest` class within the `Google.Cloud.Monitoring.V3` namespace, a component of Google Cloud's monitoring tools."],["The latest version available is 3.15.0, and the page provides access to documentation for previous versions, including every version between 2.3.0 and 3.15.0."],["`GetGroupRequest` is a request class used to retrieve group data, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `Name` and `GroupName`, used to specify which group should be retrieved using the appropriate format for `Name`."],["The `GetGroupRequest` has two constructors: a default parameterless constructor and one that takes in another `GetGroupRequest` as a parameter."]]],[]]