Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::AdvancedFilterConfig::QueryOptions.
Query options to fetch the values from the query engine. This is used for the filter's population query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column
def column() -> ::String
Returns
- (::String) — Required. The column name to use for the values.
#column=
def column=(value) -> ::String
Parameter
- value (::String) — Required. The column name to use for the values.
Returns
- (::String) — Required. The column name to use for the values.
#global_time_filter_enabled
def global_time_filter_enabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Enable global time filter
#global_time_filter_enabled=
def global_time_filter_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Enable global time filter
Returns
- (::Boolean) — Optional. Enable global time filter
#input
def input() -> ::Google::Cloud::Chronicle::V1::DashboardQuery::Input
Returns
- (::Google::Cloud::Chronicle::V1::DashboardQuery::Input) — Optional. Time range input specifically for the filter's population query.
#input=
def input=(value) -> ::Google::Cloud::Chronicle::V1::DashboardQuery::Input
Parameter
- value (::Google::Cloud::Chronicle::V1::DashboardQuery::Input) — Optional. Time range input specifically for the filter's population query.
Returns
- (::Google::Cloud::Chronicle::V1::DashboardQuery::Input) — Optional. Time range input specifically for the filter's population query.
#query
def query() -> ::String
Returns
- (::String) — Required. The query to execute to fetch the values.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Required. The query to execute to fetch the values.
Returns
- (::String) — Required. The query to execute to fetch the values.