Send feedback
Class AccessNumericFilter (0.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.41.0 keyboard_arrow_down
public final class AccessNumericFilter extends GeneratedMessageV3 implements AccessNumericFilterOrBuilder
Filters for numeric or date values.
Protobuf type google.analytics.admin.v1beta.AccessNumericFilter
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 AccessNumericFilter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AccessNumericFilter . Builder newBuilder ()
newBuilder(AccessNumericFilter prototype)
public static AccessNumericFilter . Builder newBuilder ( AccessNumericFilter prototype )
public static AccessNumericFilter parseDelimitedFrom ( InputStream input )
public static AccessNumericFilter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AccessNumericFilter parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessNumericFilter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AccessNumericFilter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessNumericFilter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AccessNumericFilter parseFrom ( CodedInputStream input )
public static AccessNumericFilter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AccessNumericFilter parseFrom ( InputStream input )
public static AccessNumericFilter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AccessNumericFilter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessNumericFilter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AccessNumericFilter> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public AccessNumericFilter getDefaultInstanceForType ()
getOperation()
public AccessNumericFilter . Operation getOperation ()
The operation type for this filter.
.google.analytics.admin.v1beta.AccessNumericFilter.Operation operation = 1;
getOperationValue()
public int getOperationValue ()
The operation type for this filter.
.google.analytics.admin.v1beta.AccessNumericFilter.Operation operation = 1;
Returns Type Description int
The enum numeric value on the wire for operation.
getParserForType()
public Parser<AccessNumericFilter> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getValue()
public NumericValue getValue ()
A numeric value or a date value.
.google.analytics.admin.v1beta.NumericValue value = 2;
getValueOrBuilder()
public NumericValueOrBuilder getValueOrBuilder ()
A numeric value or a date value.
.google.analytics.admin.v1beta.NumericValue value = 2;
hasValue()
public boolean hasValue ()
A numeric value or a date value.
.google.analytics.admin.v1beta.NumericValue value = 2;
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 AccessNumericFilter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessNumericFilter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public AccessNumericFilter . 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-03-21 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-03-21 UTC."],[[["This webpage provides documentation for the `AccessNumericFilter` class in the Google Analytics Admin Java library, version 0.41.0."],["The `AccessNumericFilter` class is used to filter numeric or date values and it extends `GeneratedMessageV3` and implements `AccessNumericFilterOrBuilder`."],["The latest version documented is 0.70.0 and there are numerous other versions available that are linked to within the webpage content, all the way back to version 0.14.0."],["The class has static methods to parse instances from various input types, such as byte arrays, streams, and buffers, and it also provides methods to retrieve the operation type and the associated numeric value."],["Inherited methods from its parent classes, like `equals()`, `hashCode()`, and `getSerializedSize()`, are overridden and documented here, providing in depth details about this specific Class."]]],[]]