Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DrillDownConfig.
Drill down configuration.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChartMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ left_drill_downs |
array<DrillDownConfig\DrillDown>
Required. Left click drill downs. |
↳ right_drill_downs |
array<DrillDownConfig\DrillDown>
Required. Right click drill downs. |
getLeftDrillDowns
Required. Left click drill downs.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DrillDownConfig\DrillDown> |
|
setLeftDrillDowns
Required. Left click drill downs.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DrillDownConfig\DrillDown>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRightDrillDowns
Required. Right click drill downs.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DrillDownConfig\DrillDown> |
|
setRightDrillDowns
Required. Right click drill downs.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DrillDownConfig\DrillDown>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|