Send feedback
Class AccessBetweenFilter (0.53.0)
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.53.0 keyboard_arrow_down
public final class AccessBetweenFilter extends GeneratedMessageV3 implements AccessBetweenFilterOrBuilder
To express that the result needs to be between two numbers (inclusive).
Protobuf type google.analytics.admin.v1alpha.AccessBetweenFilter
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
FROM_VALUE_FIELD_NUMBER
public static final int FROM_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
TO_VALUE_FIELD_NUMBER
public static final int TO_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AccessBetweenFilter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AccessBetweenFilter . Builder newBuilder ()
newBuilder(AccessBetweenFilter prototype)
public static AccessBetweenFilter . Builder newBuilder ( AccessBetweenFilter prototype )
public static AccessBetweenFilter parseDelimitedFrom ( InputStream input )
public static AccessBetweenFilter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AccessBetweenFilter parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessBetweenFilter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AccessBetweenFilter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessBetweenFilter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AccessBetweenFilter parseFrom ( CodedInputStream input )
public static AccessBetweenFilter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AccessBetweenFilter parseFrom ( InputStream input )
public static AccessBetweenFilter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AccessBetweenFilter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessBetweenFilter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AccessBetweenFilter> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public AccessBetweenFilter getDefaultInstanceForType ()
getFromValue()
public NumericValue getFromValue ()
Begins with this number.
.google.analytics.admin.v1alpha.NumericValue from_value = 1;
getFromValueOrBuilder()
public NumericValueOrBuilder getFromValueOrBuilder ()
Begins with this number.
.google.analytics.admin.v1alpha.NumericValue from_value = 1;
getParserForType()
public Parser<AccessBetweenFilter> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getToValue()
public NumericValue getToValue ()
Ends with this number.
.google.analytics.admin.v1alpha.NumericValue to_value = 2;
getToValueOrBuilder()
public NumericValueOrBuilder getToValueOrBuilder ()
Ends with this number.
.google.analytics.admin.v1alpha.NumericValue to_value = 2;
hasFromValue()
public boolean hasFromValue ()
Begins with this number.
.google.analytics.admin.v1alpha.NumericValue from_value = 1;
Returns
Type
Description
boolean
Whether the fromValue field is set.
hasToValue()
public boolean hasToValue ()
Ends with this number.
.google.analytics.admin.v1alpha.NumericValue to_value = 2;
Returns
Type
Description
boolean
Whether the toValue field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AccessBetweenFilter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessBetweenFilter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AccessBetweenFilter . 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-17 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-17 UTC."],[[["The webpage provides documentation for the `AccessBetweenFilter` class within the Google Analytics Admin API for Java, with the latest version being 0.70.0."],["This class, `AccessBetweenFilter`, is used to express that a result needs to fall within a specified range of two numbers, inclusive."],["`AccessBetweenFilter` extends `GeneratedMessageV3` and implements `AccessBetweenFilterOrBuilder`, offering a robust set of inherited and unique methods for message manipulation."],["The page lists all the versions of `AccessBetweenFilter` available from 0.70.0 down to version 0.14.0, showing the full history of this class's API."],["The page includes static methods to create, get the default version, parse and get descriptors, and has methods to get the from and to values, determine if there are from and to values, as well as get access to builders."]]],[]]