Stackdriver Error Reporting V1beta1 Client - Class TrackingIssue (0.22.0)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class TrackingIssue.

Information related to tracking the progress on resolving the error.

Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.TrackingIssue

Namespace

Google \ Cloud \ ErrorReporting \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ url string

A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4

getUrl

A URL pointing to a related entry in an issue tracking system.

Example: https://github.com/user/project/issues/4

Returns
TypeDescription
string

setUrl

A URL pointing to a related entry in an issue tracking system.

Example: https://github.com/user/project/issues/4

Parameter
NameDescription
var string
Returns
TypeDescription
$this