Chronicle V1 API - Class Google::Cloud::Chronicle::V1::AdvancedFilterConfig::ValueSource (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::AdvancedFilterConfig::ValueSource.

Source of the values for the filter.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#manual_options

def manual_options() -> ::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::ManualOptions
Returns

#manual_options=

def manual_options=(value) -> ::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::ManualOptions
Parameter
Returns

#query_options

def query_options() -> ::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::QueryOptions
Returns
  • (::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::QueryOptions) — Optional. Query options to fetch the values from the query engine. This is used for the filter's population query.

    Note: The following fields are mutually exclusive: query_options, manual_options. If a field in that set is populated, all other fields in the set will automatically be cleared.

#query_options=

def query_options=(value) -> ::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::QueryOptions
Parameter
  • value (::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::QueryOptions) — Optional. Query options to fetch the values from the query engine. This is used for the filter's population query.

    Note: The following fields are mutually exclusive: query_options, manual_options. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Chronicle::V1::AdvancedFilterConfig::QueryOptions) — Optional. Query options to fetch the values from the query engine. This is used for the filter's population query.

    Note: The following fields are mutually exclusive: query_options, manual_options. If a field in that set is populated, all other fields in the set will automatically be cleared.