public static interface Filter.BetweenFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFromValue()
public abstract NumericValue getFromValue()Begins with this number.
.google.analytics.data.v1beta.NumericValue from_value = 1;
| Returns | |
|---|---|
| Type | Description |
NumericValue |
The fromValue. |
getFromValueOrBuilder()
public abstract NumericValueOrBuilder getFromValueOrBuilder()Begins with this number.
.google.analytics.data.v1beta.NumericValue from_value = 1;
| Returns | |
|---|---|
| Type | Description |
NumericValueOrBuilder |
|
getToValue()
public abstract NumericValue getToValue()Ends with this number.
.google.analytics.data.v1beta.NumericValue to_value = 2;
| Returns | |
|---|---|
| Type | Description |
NumericValue |
The toValue. |
getToValueOrBuilder()
public abstract NumericValueOrBuilder getToValueOrBuilder()Ends with this number.
.google.analytics.data.v1beta.NumericValue to_value = 2;
| Returns | |
|---|---|
| Type | Description |
NumericValueOrBuilder |
|
hasFromValue()
public abstract boolean hasFromValue()Begins with this number.
.google.analytics.data.v1beta.NumericValue from_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fromValue field is set. |
hasToValue()
public abstract boolean hasToValue()Ends with this number.
.google.analytics.data.v1beta.NumericValue to_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the toValue field is set. |