Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DrillDownDashboardFilter.
Drill down dashboard filter config.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ DrillDownConfig \ DrillDown \ CustomDrillDownSettings \ DrillDownFilterMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dashboard_filter_id |
string
Required. ID of the dashboard filter. |
↳ filter_operator_and_values |
array<Google\Cloud\Chronicle\V1\FilterOperatorAndValues>
Required. Filter operator and field values for the dashboard filter. |
getDashboardFilterId
Required. ID of the dashboard filter.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDashboardFilterId
Required. ID of the dashboard filter.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilterOperatorAndValues
Required. Filter operator and field values for the dashboard filter.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Google\Cloud\Chronicle\V1\FilterOperatorAndValues> |
|
setFilterOperatorAndValues
Required. Filter operator and field values for the dashboard filter.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Chronicle\V1\FilterOperatorAndValues>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|