public static interface Filter.NumericFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Filter.NumericFilter.Operation |
getOperation()
The operation type for this filter.
|
int |
getOperationValue()
The operation type for this filter.
|
NumericValue |
getValue()
A numeric value or a date value.
|
NumericValueOrBuilder |
getValueOrBuilder()
A numeric value or a date value.
|
boolean |
hasValue()
A numeric value or a date value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOperationValue()
The operation type for this filter.
.google.analytics.data.v1beta.Filter.NumericFilter.Operation operation = 1;Filter.NumericFilter.Operation getOperation()
The operation type for this filter.
.google.analytics.data.v1beta.Filter.NumericFilter.Operation operation = 1;boolean hasValue()
A numeric value or a date value.
.google.analytics.data.v1beta.NumericValue value = 2;NumericValue getValue()
A numeric value or a date value.
.google.analytics.data.v1beta.NumericValue value = 2;NumericValueOrBuilder getValueOrBuilder()
A numeric value or a date value.
.google.analytics.data.v1beta.NumericValue value = 2;Copyright © 2022 Google LLC. All rights reserved.