public interface NumericFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.v1alpha.NumericFilter.Operation operation = 1;NumericFilter.Operation getOperation()
The operation type for this filter.
.google.analytics.data.v1alpha.NumericFilter.Operation operation = 1;boolean hasValue()
A numeric value or a date value.
.google.analytics.data.v1alpha.NumericValue value = 2;NumericValue getValue()
A numeric value or a date value.
.google.analytics.data.v1alpha.NumericValue value = 2;NumericValueOrBuilder getValueOrBuilder()
A numeric value or a date value.
.google.analytics.data.v1alpha.NumericValue value = 2;Copyright © 2023 Google LLC. All rights reserved.