public static interface AudienceDimensionOrMetricFilter.NumericValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDoubleValue()
public abstract double getDoubleValue()Double value.
double double_value = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleValue. |
getInt64Value()
public abstract long getInt64Value()Integer value.
int64 int64_value = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Value. |
getOneValueCase()
public abstract AudienceDimensionOrMetricFilter.NumericValue.OneValueCase getOneValueCase()| Returns | |
|---|---|
| Type | Description |
AudienceDimensionOrMetricFilter.NumericValue.OneValueCase |
|
hasDoubleValue()
public abstract boolean hasDoubleValue()Double value.
double double_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleValue field is set. |
hasInt64Value()
public abstract boolean hasInt64Value()Integer value.
int64 int64_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Value field is set. |