Interface Filter.NumericFilterOrBuilder (0.48.0)

public static interface Filter.NumericFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperation()

public abstract Filter.NumericFilter.Operation getOperation()

The operation type for this filter.

.google.analytics.data.v1beta.Filter.NumericFilter.Operation operation = 1;

Returns
TypeDescription
Filter.NumericFilter.Operation

The operation.

getOperationValue()

public abstract int getOperationValue()

The operation type for this filter.

.google.analytics.data.v1beta.Filter.NumericFilter.Operation operation = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for operation.

getValue()

public abstract NumericValue getValue()

A numeric value or a date value.

.google.analytics.data.v1beta.NumericValue value = 2;

Returns
TypeDescription
NumericValue

The value.

getValueOrBuilder()

public abstract NumericValueOrBuilder getValueOrBuilder()

A numeric value or a date value.

.google.analytics.data.v1beta.NumericValue value = 2;

Returns
TypeDescription
NumericValueOrBuilder

hasValue()

public abstract boolean hasValue()

A numeric value or a date value.

.google.analytics.data.v1beta.NumericValue value = 2;

Returns
TypeDescription
boolean

Whether the value field is set.