Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::FilterOperatorAndValues.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_values
def field_values() -> ::Array<::String>
Returns
- (::Array<::String>) — Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
#field_values=
def field_values=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
Returns
- (::Array<::String>) — Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
#filter_operator
def filter_operator() -> ::Google::Cloud::Chronicle::V1::FilterOperator
Returns
- (::Google::Cloud::Chronicle::V1::FilterOperator) — Operator for a single filter modifier.
#filter_operator=
def filter_operator=(value) -> ::Google::Cloud::Chronicle::V1::FilterOperator
Parameter
- value (::Google::Cloud::Chronicle::V1::FilterOperator) — Operator for a single filter modifier.
Returns
- (::Google::Cloud::Chronicle::V1::FilterOperator) — Operator for a single filter modifier.