Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DrillDown.
Drill down config.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ DrillDownConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ default_settings |
DrillDown\DefaultDrillDownSettings
Default drill down settings. |
↳ custom_settings |
DrillDown\CustomDrillDownSettings
Custom drill down settings. |
↳ id |
string
Required. ID of the drill down. |
↳ display_name |
string
Required. Display name of the drill down. |
getDefaultSettings
Default drill down settings.
| Returns | |
|---|---|
| Type | Description |
DrillDown\DefaultDrillDownSettings|null |
|
hasDefaultSettings
setDefaultSettings
Default drill down settings.
| Parameter | |
|---|---|
| Name | Description |
var |
DrillDown\DefaultDrillDownSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomSettings
Custom drill down settings.
| Returns | |
|---|---|
| Type | Description |
DrillDown\CustomDrillDownSettings|null |
|
hasCustomSettings
setCustomSettings
Custom drill down settings.
| Parameter | |
|---|---|
| Name | Description |
var |
DrillDown\CustomDrillDownSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getId
Required. ID of the drill down.
| Returns | |
|---|---|
| Type | Description |
string |
|
setId
Required. ID of the drill down.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Required. Display name of the drill down.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. Display name of the drill down.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSettings
| Returns | |
|---|---|
| Type | Description |
string |
|