Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CustomDrillDownSettings.
Custom drill down settings.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ DrillDownConfig \ DrillDownMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
CustomDrillDownSettings\DrillDownQuery
Drill down query action config. |
↳ filter |
CustomDrillDownSettings\DrillDownFilter
Drill down filter action config. |
↳ external_link |
CustomDrillDownSettings\DrillDownExternalLink
Drill down external link action config. |
↳ new_tab |
bool
Required. Whether to open the drill down action in a new tab. |
↳ left_click_column |
string
Optional. Table chart column name to associate the custom drill down action on left click. |
getQuery
Drill down query action config.
| Returns | |
|---|---|
| Type | Description |
CustomDrillDownSettings\DrillDownQuery|null |
|
hasQuery
setQuery
Drill down query action config.
| Parameter | |
|---|---|
| Name | Description |
var |
CustomDrillDownSettings\DrillDownQuery
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Drill down filter action config.
| Returns | |
|---|---|
| Type | Description |
CustomDrillDownSettings\DrillDownFilter|null |
|
hasFilter
setFilter
Drill down filter action config.
| Parameter | |
|---|---|
| Name | Description |
var |
CustomDrillDownSettings\DrillDownFilter
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExternalLink
Drill down external link action config.
| Returns | |
|---|---|
| Type | Description |
CustomDrillDownSettings\DrillDownExternalLink|null |
|
hasExternalLink
setExternalLink
Drill down external link action config.
| Parameter | |
|---|---|
| Name | Description |
var |
CustomDrillDownSettings\DrillDownExternalLink
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNewTab
Required. Whether to open the drill down action in a new tab.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setNewTab
Required. Whether to open the drill down action in a new tab.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLeftClickColumn
Optional. Table chart column name to associate the custom drill down action on left click.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLeftClickColumn
Optional. Table chart column name to associate the custom drill down action on left click.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAction
| Returns | |
|---|---|
| Type | Description |
string |
|