public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetGroupRequest.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `GetGroupRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET development."],["The latest version of the API documented here is 3.15.0, with historical versions ranging back to 2.3.0."],["The `GetGroupRequest` class is used to retrieve a specific group and inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetGroupRequest` class include `Name`, which specifies the group to retrieve in a specific project format, along with `GroupName` and `ResourceName`, which are typed views of the `Name` property."],["The `GetGroupRequest` class can be constructed with either no parameter or another `GetGroupRequest` class as a parameter."]]],[]]