Reference documentation and code samples for the Google Cloud Chronicle V1 Client class FilterOperatorAndValues.
Generated from protobuf message google.cloud.chronicle.v1.FilterOperatorAndValues
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ filter_operator
int
Operator for a single filter modifier.
↳ field_values
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.
getFilterOperator
Operator for a single filter modifier.
setFilterOperator
Operator for a single filter modifier.
$this
getFieldValues
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.
setFieldValues
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.
var
string[]
$this

