Send feedback
Class AccessBetweenFilter (0.45.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.45.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 )
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-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 `AccessBetweenFilter` class within the Google Analytics Admin v1alpha API, specifically for Java."],["The `AccessBetweenFilter` class is designed to express that a result must fall between two specified numerical values, inclusive."],["The class is part of the `com.google.analytics.admin.v1alpha` package and is implemented as `public final class AccessBetweenFilter extends GeneratedMessageV3 implements AccessBetweenFilterOrBuilder`."],["The documentation covers a wide range of versions of the API, with the latest version being 0.70.0 and older version going down to 0.14.0, as well as the current version the documentation is under being 0.45.0."],["The `AccessBetweenFilter` class contains two static fields, `FROM_VALUE_FIELD_NUMBER` and `TO_VALUE_FIELD_NUMBER`, and multiple static methods for parsing and creating `AccessBetweenFilter` objects, as well as providing ways to set values within the filter."]]],[]]