Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ExecuteDashboardQueryRequest.
Request message to execute a dashboard query.
Generated from protobuf message google.cloud.chronicle.v1.ExecuteDashboardQueryRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance}
↳ query
DashboardQuery
Required. The query to execute and get results back for. QueryID or 'query', 'input.time_window' fields will be used. Use 'native_dashboard' and 'dashboard_chart' fields if it is an in-dashboard query.
↳ filters
↳ clear_cache
bool
Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
↳ use_previous_time_range
bool
Optional. When true, the backend will execute the query against the previous time range of the query.
getParent
Required. The parent, under which to run this dashboardQuery.
Format: projects/{project}/locations/{location}/instances/{instance}
string
setParent
Required. The parent, under which to run this dashboardQuery.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getQuery
Required. The query to execute and get results back for.
QueryID or 'query', 'input.time_window' fields will be used. Use 'native_dashboard' and 'dashboard_chart' fields if it is an in-dashboard query.
hasQuery
clearQuery
setQuery
Required. The query to execute and get results back for.
QueryID or 'query', 'input.time_window' fields will be used. Use 'native_dashboard' and 'dashboard_chart' fields if it is an in-dashboard query.
$this
getFilters
Optional. Dashboard level filters other than query string.
setFilters
Optional. Dashboard level filters other than query string.
$this
getClearCache
Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
bool
setClearCache
Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
var
bool
$this
getUsePreviousTimeRange
Optional. When true, the backend will execute the query against the previous time range of the query.
bool
setUsePreviousTimeRange
Optional. When true, the backend will execute the query against the previous time range of the query.
var
bool
$this
static::build
parent
string
Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance} Please see DashboardQueryServiceClient::instanceName() for help formatting this field.
query
DashboardQuery
Required. The query to execute and get results back for. QueryID or 'query', 'input.time_window' fields will be used. Use 'native_dashboard' and 'dashboard_chart' fields if it is an in-dashboard query.

