Class ErrorGroup
Description of a group of similar error events.
Implements
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1.Data
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ErrorGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupId
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.
Declaration
[JsonProperty("groupId")]
public virtual string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ResolutionStatus
Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
Declaration
[JsonProperty("resolutionStatus")]
public virtual string ResolutionStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingIssues
Associated tracking issues.
Declaration
[JsonProperty("trackingIssues")]
public virtual IList<TrackingIssue> TrackingIssues { get; set; }
Property Value
Type | Description |
---|---|
IList<TrackingIssue> |