public interface BetweenFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NumericValue |
getFromValue()
Begins with this number.
|
NumericValueOrBuilder |
getFromValueOrBuilder()
Begins with this number.
|
NumericValue |
getToValue()
Ends with this number.
|
NumericValueOrBuilder |
getToValueOrBuilder()
Ends with this number.
|
boolean |
hasFromValue()
Begins with this number.
|
boolean |
hasToValue()
Ends with this number.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFromValue()
Begins with this number.
.google.analytics.data.v1alpha.NumericValue from_value = 1;NumericValue getFromValue()
Begins with this number.
.google.analytics.data.v1alpha.NumericValue from_value = 1;NumericValueOrBuilder getFromValueOrBuilder()
Begins with this number.
.google.analytics.data.v1alpha.NumericValue from_value = 1;boolean hasToValue()
Ends with this number.
.google.analytics.data.v1alpha.NumericValue to_value = 2;NumericValue getToValue()
Ends with this number.
.google.analytics.data.v1alpha.NumericValue to_value = 2;NumericValueOrBuilder getToValueOrBuilder()
Ends with this number.
.google.analytics.data.v1alpha.NumericValue to_value = 2;Copyright © 2023 Google LLC. All rights reserved.