Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::OutcomeFilter.
Outcome filter for the findings refinement. This is used to filter the findings refinement based on the outcome variable values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#outcome_filter_operator
def outcome_filter_operator() -> ::Google::Cloud::Chronicle::V1::OutcomeFilter::Operator
Returns
- (::Google::Cloud::Chronicle::V1::OutcomeFilter::Operator) — Required. The operator to be applied to the outcome variable.
#outcome_filter_operator=
def outcome_filter_operator=(value) -> ::Google::Cloud::Chronicle::V1::OutcomeFilter::Operator
Parameter
- value (::Google::Cloud::Chronicle::V1::OutcomeFilter::Operator) — Required. The operator to be applied to the outcome variable.
Returns
- (::Google::Cloud::Chronicle::V1::OutcomeFilter::Operator) — Required. The operator to be applied to the outcome variable.
#outcome_value
def outcome_value() -> ::String
Returns
- (::String) — Required. The value of the outcome variable to match.
#outcome_value=
def outcome_value=(value) -> ::String
Parameter
- value (::String) — Required. The value of the outcome variable to match.
Returns
- (::String) — Required. The value of the outcome variable to match.
#outcome_variable
def outcome_variable() -> ::String
Returns
- (::String) — Required. The outcome variable name.
#outcome_variable=
def outcome_variable=(value) -> ::String
Parameter
- value (::String) — Required. The outcome variable name.
Returns
- (::String) — Required. The outcome variable name.