Interface AccessNumericFilterOrBuilder (0.52.0)

public interface AccessNumericFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperation()

public abstract AccessNumericFilter.Operation getOperation()

The operation type for this filter.

.google.analytics.admin.v1beta.AccessNumericFilter.Operation operation = 1;

Returns
Type Description
AccessNumericFilter.Operation

The operation.

getOperationValue()

public abstract int getOperationValue()

The operation type for this filter.

.google.analytics.admin.v1beta.AccessNumericFilter.Operation operation = 1;

Returns
Type Description
int

The enum numeric value on the wire for operation.

getValue()

public abstract NumericValue getValue()

A numeric value or a date value.

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

Returns
Type Description
NumericValue

The value.

getValueOrBuilder()

public abstract NumericValueOrBuilder getValueOrBuilder()

A numeric value or a date value.

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

Returns
Type Description
NumericValueOrBuilder

hasValue()

public abstract boolean hasValue()

A numeric value or a date value.

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

Returns
Type Description
boolean

Whether the value field is set.