Skip to main content

groups

Overview

Namegroups
TypeResource
Idgoogle.clouderrorreporting.groups

Fields

NameDatatypeDescription
namestringThe group resource name. Written as projects/{projectID}/groups/{group_id}. Example: projects/my-project-123/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.
groupIdstringGroup 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.
resolutionStatusstringError group's resolution status. An unspecified resolution status will be interpreted as OPEN
trackingIssuesarrayAssociated tracking issues.

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupsId, projectsIdGet the specified group.
updateEXECgroupsId, projectsIdReplace the data for the specified group. Fails if the group does not exist.