Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DrillDownExternalLink.
Drill down external link config.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ DrillDownConfig \ DrillDown \ CustomDrillDownSettingsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ link |
string
Required. External link the drill down action should redirect to. |
↳ description |
string
Optional. Description of the external link. |
getLink
Required. External link the drill down action should redirect to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLink
Required. External link the drill down action should redirect to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. Description of the external link.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. Description of the external link.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|