Send feedback
Class AudienceDimensionOrMetricFilter.NumericFilter (0.68.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.68.0 keyboard_arrow_down
public static final class AudienceDimensionOrMetricFilter . NumericFilter extends GeneratedMessageV3 implements AudienceDimensionOrMetricFilter . NumericFilterOrBuilder
A filter for numeric or date values on a dimension or metric.
Protobuf type
google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.NumericFilter
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
OPERATION_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
Field Value
Type
Description
int
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AudienceDimensionOrMetricFilter . NumericFilter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AudienceDimensionOrMetricFilter . NumericFilter . Builder newBuilder ()
newBuilder(AudienceDimensionOrMetricFilter.NumericFilter prototype)
public static AudienceDimensionOrMetricFilter . NumericFilter . Builder newBuilder ( AudienceDimensionOrMetricFilter . NumericFilter prototype )
public static AudienceDimensionOrMetricFilter . NumericFilter parseDelimitedFrom ( InputStream input )
public static AudienceDimensionOrMetricFilter . NumericFilter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( CodedInputStream input )
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( InputStream input )
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AudienceDimensionOrMetricFilter . NumericFilter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AudienceDimensionOrMetricFilter . NumericFilter > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public AudienceDimensionOrMetricFilter . NumericFilter getDefaultInstanceForType ()
getOperation()
public AudienceDimensionOrMetricFilter . NumericFilter . Operation getOperation ()
Required. The operation applied to a numeric filter.
.google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.NumericFilter.Operation operation = 1 [(.google.api.field_behavior) = REQUIRED];
getOperationValue()
public int getOperationValue ()
Required. The operation applied to a numeric filter.
.google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.NumericFilter.Operation operation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for operation.
getParserForType()
public Parser<AudienceDimensionOrMetricFilter . NumericFilter > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getValue()
public AudienceDimensionOrMetricFilter . NumericValue getValue ()
Required. The numeric or date value to match against.
.google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.NumericValue value = 2 [(.google.api.field_behavior) = REQUIRED];
getValueOrBuilder()
public AudienceDimensionOrMetricFilter . NumericValueOrBuilder getValueOrBuilder ()
Required. The numeric or date value to match against.
.google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.NumericValue value = 2 [(.google.api.field_behavior) = REQUIRED];
hasValue()
public boolean hasValue ()
Required. The numeric or date value to match against.
.google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.NumericValue value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the value field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AudienceDimensionOrMetricFilter . NumericFilter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AudienceDimensionOrMetricFilter . NumericFilter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AudienceDimensionOrMetricFilter . NumericFilter . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `AudienceDimensionOrMetricFilter.NumericFilter` class within the Google Analytics Admin API for Java."],["The `NumericFilter` class is a filter used for numeric or date values applied to a dimension or metric, and it extends the `GeneratedMessageV3` class."],["This documentation covers multiple versions of the API, with version 0.70.0 being the latest and 0.68.0 the current version for which the class documentation is displayed, and versions ranging back to 0.14.0."],["The `NumericFilter` class has required fields for both the operation being performed and the numeric or date value being compared to, with both utilizing the protobuf format."],["The page offers static methods to create new instances, builders, and parsers for the `AudienceDimensionOrMetricFilter.NumericFilter` class."]]],[]]