Interface AccessBetweenFilterOrBuilder (0.51.0)

public interface AccessBetweenFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFromValue()

public abstract NumericValue getFromValue()

Begins with this number.

.google.analytics.admin.v1alpha.NumericValue from_value = 1;

Returns
TypeDescription
NumericValue

The fromValue.

getFromValueOrBuilder()

public abstract NumericValueOrBuilder getFromValueOrBuilder()

Begins with this number.

.google.analytics.admin.v1alpha.NumericValue from_value = 1;

Returns
TypeDescription
NumericValueOrBuilder

getToValue()

public abstract NumericValue getToValue()

Ends with this number.

.google.analytics.admin.v1alpha.NumericValue to_value = 2;

Returns
TypeDescription
NumericValue

The toValue.

getToValueOrBuilder()

public abstract NumericValueOrBuilder getToValueOrBuilder()

Ends with this number.

.google.analytics.admin.v1alpha.NumericValue to_value = 2;

Returns
TypeDescription
NumericValueOrBuilder

hasFromValue()

public abstract boolean hasFromValue()

Begins with this number.

.google.analytics.admin.v1alpha.NumericValue from_value = 1;

Returns
TypeDescription
boolean

Whether the fromValue field is set.

hasToValue()

public abstract boolean hasToValue()

Ends with this number.

.google.analytics.admin.v1alpha.NumericValue to_value = 2;

Returns
TypeDescription
boolean

Whether the toValue field is set.