Stackdriver Error Reporting V1beta1 Client - Class TrackingIssue (0.25.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ url |
string
A URL pointing to a related entry in an issue tracking system. Example: |
getUrl
A URL pointing to a related entry in an issue tracking system.
Example: https://github.com/user/project/issues/4
| Returns | |
|---|---|
| Type | Description |
string |
|
setUrl
A URL pointing to a related entry in an issue tracking system.
Example: https://github.com/user/project/issues/4
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|