Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse.
Response message for executing a dashboard query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_sources
def data_sources() -> ::Array<::Google::Cloud::Chronicle::V1::DataSource>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataSource>) — Datasource of the query and results.
#data_sources=
def data_sources=(value) -> ::Array<::Google::Cloud::Chronicle::V1::DataSource>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::DataSource>) — Datasource of the query and results.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataSource>) — Datasource of the query and results.
#language_features
def language_features() -> ::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>) — Optional. Language features found in the query.
#language_features=
def language_features=(value) -> ::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>) — Optional. Language features found in the query.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::LanguageFeature>) — Optional. Language features found in the query.
#last_backend_cache_refreshed_time
def last_backend_cache_refreshed_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
#last_backend_cache_refreshed_time=
def last_backend_cache_refreshed_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
Returns
- (::Google::Protobuf::Timestamp) — Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
#query_runtime_errors
def query_runtime_errors() -> ::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError>) — Runtime errors
#query_runtime_errors=
def query_runtime_errors=(value) -> ::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError>) — Runtime errors
Returns
- (::Array<::Google::Cloud::Chronicle::V1::QueryRuntimeError>) — Runtime errors
#results
def results() -> ::Array<::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnData>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnData>) — Result rows that are queried.
#results=
def results=(value) -> ::Array<::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnData>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnData>) — Result rows that are queried.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::ExecuteDashboardQueryResponse::ColumnData>) — Result rows that are queried.
#time_window
def time_window() -> ::Google::Type::Interval
Returns
- (::Google::Type::Interval) — Time window against which query was executed.
#time_window=
def time_window=(value) -> ::Google::Type::Interval
Parameter
- value (::Google::Type::Interval) — Time window against which query was executed.
Returns
- (::Google::Type::Interval) — Time window against which query was executed.