Interface FilterOperatorAndValuesOrBuilder (0.31.0)

public interface FilterOperatorAndValuesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFieldValues(int index)

public abstract String getFieldValues(int index)

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.

repeated string field_values = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The fieldValues at the given index.

getFieldValuesBytes(int index)

public abstract ByteString getFieldValuesBytes(int index)

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.

repeated string field_values = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the fieldValues at the given index.

getFieldValuesCount()

public abstract int getFieldValuesCount()

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.

repeated string field_values = 2;

Returns
Type Description
int

The count of fieldValues.

getFieldValuesList()

public abstract List<String> getFieldValuesList()

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.

repeated string field_values = 2;

Returns
Type Description
List<String>

A list containing the fieldValues.

getFilterOperator()

public abstract FilterOperator getFilterOperator()

Operator for a single filter modifier.

.google.cloud.chronicle.v1.FilterOperator filter_operator = 1;

Returns
Type Description
FilterOperator

The filterOperator.

getFilterOperatorValue()

public abstract int getFilterOperatorValue()

Operator for a single filter modifier.

.google.cloud.chronicle.v1.FilterOperator filter_operator = 1;

Returns
Type Description
int

The enum numeric value on the wire for filterOperator.