public sealed class ErrorGroup : IMessage<ErrorGroup>, IEquatable<ErrorGroup>, IDeepCloneable<ErrorGroup>, IBufferMessage, IMessageDescription of a group of similar error events.
Implements
IMessage<ErrorGroup>, IEquatable<ErrorGroup>, IDeepCloneable<ErrorGroup>, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ErrorGroup()
public ErrorGroup()ErrorGroup(ErrorGroup)
public ErrorGroup(ErrorGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
ErrorGroup |
Properties
ErrorGroupName
public ErrorGroupName ErrorGroupName { get; set; }ErrorGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ErrorGroupName |
|
GroupId
public string GroupId { get; set; }Group IDs are unique for a given project. If the same kind of error occurs in different service contexts, it will receive the same group ID.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }The group resource name. Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
| Property Value | |
|---|---|
| Type | Description |
String |
|
ResolutionStatus
public ResolutionStatus ResolutionStatus { get; set; }Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
| Property Value | |
|---|---|
| Type | Description |
ResolutionStatus |
|
TrackingIssues
public RepeatedField<TrackingIssue> TrackingIssues { get; }Associated tracking issues.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<TrackingIssue> |
|