Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DrillDownQuery.
Drill down query config.
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ DrillDownConfig \ DrillDown \ CustomDrillDownSettingsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
string
Required. Search query to be executed on drill down. |
getQuery
Required. Search query to be executed on drill down.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuery
Required. Search query to be executed on drill down.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|