Send feedback
Class AccessBetweenFilter (0.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.46.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-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."],[[["The page details various versions of the `AccessBetweenFilter` class, ranging from version 0.14.0 to the latest 0.70.0, within the `google-analytics-admin` Java documentation."],["`AccessBetweenFilter` is a final class, extending `GeneratedMessageV3` and implementing `AccessBetweenFilterOrBuilder`, and is designed to represent a filter between two numerical values."],["The class's primary purpose is to express a range between two numbers, inclusive, as defined by its `from_value` and `to_value` fields."],["It inherits numerous methods from classes like `AbstractMessage`, `AbstractMessageLite`, and `GeneratedMessageV3` that deal with parsing, serialization, and the management of message data."],["The class provides static methods for creating new instances, parsing from various data types, and accessing its descriptor and default instance, with an extensive listing of inherited and static methods for various functionalities."]]],[]]