ErrorGroup
class ErrorGroup extends Message
Description of a group of similar error events.
Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\ErrorGroup
Methods
No description
The group resource name.
The group resource name.
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.
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.
Associated tracking issues.
Associated tracking issues.
Details
at line 39
__construct()
at line 51
string
getName()
The group resource name.
Example: projects/my-project-123/groups/my-groupid
Generated from protobuf field string name = 1;
at line 63
setName(string $var)
The group resource name.
Example: projects/my-project-123/groups/my-groupid
Generated from protobuf field string name = 1;
at line 76
string
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.
Generated from protobuf field string group_id = 2;
at line 88
setGroupId(string $var)
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.
Generated from protobuf field string group_id = 2;
at line 100
RepeatedField
getTrackingIssues()
Associated tracking issues.
Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
at line 111
setTrackingIssues(array|RepeatedField $var)
Associated tracking issues.
Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;