Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DrillDownFilter.
Drill down filter config.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ DrillDownConfig \ DrillDown \ CustomDrillDownSettingsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dashboard_filters |
array<DrillDownFilter\DrillDownDashboardFilter>
Required. Dashboard filters to be applied on drill down. |
getDashboardFilters
Required. Dashboard filters to be applied on drill down.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DrillDownFilter\DrillDownDashboardFilter> |
|
setDashboardFilters
Required. Dashboard filters to be applied on drill down.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DrillDownFilter\DrillDownDashboardFilter>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|