Google Cloud Error Reporting v1beta1 API - Class ErrorGroup (3.0.0-beta06)

public sealed class ErrorGroup : IMessage<ErrorGroup>, IEquatable<ErrorGroup>, IDeepCloneable<ErrorGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorGroup.

Description of a group of similar error events.

Inheritance

object > ErrorGroup

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

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; }

An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated.

In the group resource name, the group_id is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.

Property Value
Type Description
string

Name

public string Name { get; set; }

The group resource name. Written as projects/{projectID}/groups/{group_id} or projects/{projectID}/locations/{location}/groups/{group_id}

Examples: projects/my-project-123/groups/my-group, projects/my-project-123/locations/us-central1/groups/my-group

In the group resource name, the group_id is a unique identifier for a particular error group. The identifier is derived from key parts of the error-log content and is treated as Service Data. For information about how Service Data is handled, see Google Cloud Privacy Notice.

For a list of supported locations, see Supported Regions. global is the default when unspecified.

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
RepeatedFieldTrackingIssue