ExecuteDashboardQueryResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Response message for executing a dashboard query.
Attributes |
|
|---|---|
| Name | Description |
results |
MutableSequence[google.cloud.chronicle_v1.types.ExecuteDashboardQueryResponse.ColumnData]
Result rows that are queried. |
data_sources |
MutableSequence[google.cloud.chronicle_v1.types.DataSource]
Datasource of the query and results. |
last_backend_cache_refreshed_time |
google.protobuf.timestamp_pb2.Timestamp
Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time. |
time_window |
google.type.interval_pb2.Interval
Time window against which query was executed. |
query_runtime_errors |
MutableSequence[google.cloud.chronicle_v1.types.QueryRuntimeError]
Runtime errors |
language_features |
MutableSequence[google.cloud.chronicle_v1.types.LanguageFeature]
Optional. Language features found in the query. |
Classes
ColumnData
ColumnData(mapping=None, *, ignore_unknown_fields=False, **kwargs)ColumnType
ColumnType(mapping=None, *, ignore_unknown_fields=False, **kwargs)Singular vs list of values in a column.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ColumnValue
ColumnValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)LINT.IfChange(stats_data) Value of the column based on data type.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields