Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ErrorGroup.
Description of a group of similar error events.
Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.ErrorGroup
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw
↳ group_id
string
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.
↳ tracking_issues
↳ resolution_status
int
Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
getName
The group resource name.
Example: projects/my-project-123/groups/CNSgkpnppqKCUw
string
setName
The group resource name.
Example: projects/my-project-123/groups/CNSgkpnppqKCUw
var
string
$this
getGroupId
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.
string
setGroupId
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.
var
string
$this
getTrackingIssues
Associated tracking issues.
setTrackingIssues
Associated tracking issues.
$this
getResolutionStatus
Error group's resolution status.
An unspecified resolution status will be interpreted as OPEN
int
setResolutionStatus
Error group's resolution status.
An unspecified resolution status will be interpreted as OPEN
var
int
$this