public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class GetGroupRequest.
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."],[[["The `GetGroupRequest` class is part of the Google Cloud Error Reporting v1beta1 API, used to request data for a specific error group."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["`GetGroupRequest` has two constructors: a default constructor and one that copies an existing `GetGroupRequest` object, for creating a new instance or cloning an existing one."],["It includes properties `GroupName` which is a string, and `GroupNameAsErrorGroupName` which is of type `ErrorGroupName`, to specify the group to retrieve, formatted as `projects/{projectID}/groups/{group_name}`."],["The latest version of this class is 3.0.0-beta05, and previous versions such as 3.0.0-beta04 and 2.0.0-beta05 are also available."]]],[]]