Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ExecuteDashboardQueryRequest.
Request message to execute a dashboard query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#clear_cache
def clear_cache() -> ::Boolean
Returns
- (::Boolean) — Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
#clear_cache=
def clear_cache=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
Returns
- (::Boolean) — Optional. When true, the backend would read from the database, rather than fetching data directly from the cache.
#filters
def filters() -> ::Array<::Google::Cloud::Chronicle::V1::DashboardFilter>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DashboardFilter>) — Optional. Dashboard level filters other than query string.
#filters=
def filters=(value) -> ::Array<::Google::Cloud::Chronicle::V1::DashboardFilter>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::DashboardFilter>) — Optional. Dashboard level filters other than query string.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DashboardFilter>) — Optional. Dashboard level filters other than query string.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
- (::String) — Required. The parent, under which to run this dashboardQuery. Format: projects/{project}/locations/{location}/instances/{instance}
#query
def query() -> ::Google::Cloud::Chronicle::V1::DashboardQuery
Returns
- (::Google::Cloud::Chronicle::V1::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.
#query=
def query=(value) -> ::Google::Cloud::Chronicle::V1::DashboardQuery
Parameter
- value (::Google::Cloud::Chronicle::V1::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.
Returns
- (::Google::Cloud::Chronicle::V1::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.
#use_previous_time_range
def use_previous_time_range() -> ::Boolean
Returns
- (::Boolean) — Optional. When true, the backend will execute the query against the previous time range of the query.
#use_previous_time_range=
def use_previous_time_range=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. When true, the backend will execute the query against the previous time range of the query.
Returns
- (::Boolean) — Optional. When true, the backend will execute the query against the previous time range of the query.