Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ExecuteDashboardQueryResponse.
Response message for executing a dashboard query.
Generated from protobuf message google.cloud.chronicle.v1.ExecuteDashboardQueryResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ results
↳ data_sources
int[]
Datasource of the query and results.
↳ last_backend_cache_refreshed_time
Google\Protobuf\Timestamp
Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
↳ time_window
↳ query_runtime_errors
↳ language_features
int[]
Optional. Language features found in the query.
getResults
Result rows that are queried.
setResults
Result rows that are queried.
$this
getDataSources
Datasource of the query and results.
setDataSources
Datasource of the query and results.
var
int[]
$this
getLastBackendCacheRefreshedTime
Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
hasLastBackendCacheRefreshedTime
clearLastBackendCacheRefreshedTime
setLastBackendCacheRefreshedTime
Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
$this
getTimeWindow
Time window against which query was executed.
hasTimeWindow
clearTimeWindow
setTimeWindow
Time window against which query was executed.
$this
getQueryRuntimeErrors
Runtime errors
setQueryRuntimeErrors
Runtime errors
$this
getLanguageFeatures
Optional. Language features found in the query.
setLanguageFeatures
Optional. Language features found in the query.
var
int[]
$this

