public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage
Required. The group resource name. Written as
projects/{projectID}/groups/{group_name}. Call
groupStats.list
to return a list of groups belonging to this project.
[[["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 document outlines the `GetGroupRequest` class within the `Google.Cloud.ErrorReporting.V1Beta1` namespace, version 2.0.0-beta05, which is used to retrieve information about a specific error group."],["The `GetGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation within the .NET environment."],["The class includes two constructors: a default constructor `GetGroupRequest()` and an overloaded constructor `GetGroupRequest(GetGroupRequest other)` for creating new instances, potentially based on existing ones."],["It exposes properties `GroupName` of type string, allowing for the setting and retrieval of the error group's resource name, and `GroupNameAsErrorGroupName` allowing for the retrieval of an `ErrorGroupName` type view."],["The document includes links to the latest version 3.0.0-beta05 as well as to an older version 3.0.0-beta04, showing the hierarchy of versions in this documentation."]]],[]]