class ErrorGroup extends Message

Description of a group of similar error events.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\ErrorGroup

Methods

__construct()

No description

string
getName()

The group resource name.

setName(string $var)

The group resource name.

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.

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.

RepeatedField
getTrackingIssues()

Associated tracking issues.

setTrackingIssues(array|RepeatedField $var)

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;

Return Value

string

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;

Parameters

string $var

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;

Return Value

string

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;

Parameters

string $var

at line 100
RepeatedField getTrackingIssues()

Associated tracking issues.

Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;

Return Value

RepeatedField

at line 111
setTrackingIssues(array|RepeatedField $var)

Associated tracking issues.

Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;

Parameters

array|RepeatedField $var