REST Resource: projects.locations.groups
Stay organized with collections
Save and categorize content based on your preferences.
Resource: ErrorGroup
Description of a group of similar error events.
| JSON representation |
{
"name": string,
"groupId": string,
"trackingIssues": [
{
object (TrackingIssue)
}
],
"resolutionStatus": enum (ResolutionStatus)
} |
| Fields |
name |
string
The group resource name. Written as projects/{projectID}/groups/{groupId} or projects/{projectID}/locations/{location}/groups/{groupId} Examples: projects/my-project-123/groups/my-group, projects/my-project-123/locations/us-central1/groups/my-group In the group resource name, the groupId 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.
|
groupId |
string
An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated. In the group resource name, the groupId 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.
|
trackingIssues[] |
object (TrackingIssue)
Associated tracking issues.
|
resolutionStatus |
enum (ResolutionStatus)
Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
|
Methods |
|
|
Get the specified group. |
|
|
Replace the data for the specified group. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-14 UTC.
[null,null,["Last updated 2025-07-14 UTC."],[],[]]