Send feedback
Class AccessBetweenFilter (0.38.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.38.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>)
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."],[[["The latest version of the `AccessBetweenFilter` class is 0.70.0, as indicated by the (latest) tag in the provided content."],["This document provides a comprehensive list of available versions for the `AccessBetweenFilter` class, ranging from version 0.70.0 down to version 0.14.0."],["`AccessBetweenFilter` is a class used to express that a result needs to be within an inclusive range of two numbers, as mentioned in its description."],["`AccessBetweenFilter` is part of the `google.analytics.admin.v1alpha` package and extends `GeneratedMessageV3`, implementing the `AccessBetweenFilterOrBuilder` interface."],["The class offers methods for parsing data from various sources like byte arrays, streams, and buffers, and includes methods for accessing field values, checking their presence, and calculating serialized size, amongst other functionalities."]]],[]]