public final class BetweenFilter extends GeneratedMessage implements BetweenFilterOrBuilderTo express that the result needs to be between two numbers (inclusive).
Protobuf type google.analytics.data.v1alpha.BetweenFilter
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BetweenFilterImplements
BetweenFilterOrBuilderStatic 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 BetweenFilter getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BetweenFilter.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BetweenFilter.Builder |
|
newBuilder(BetweenFilter prototype)
public static BetweenFilter.Builder newBuilder(BetweenFilter prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BetweenFilter |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter.Builder |
|
parseDelimitedFrom(InputStream input)
public static BetweenFilter parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BetweenFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BetweenFilter parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BetweenFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BetweenFilter parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BetweenFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BetweenFilter parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BetweenFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BetweenFilter parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BetweenFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BetweenFilter parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BetweenFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BetweenFilter> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BetweenFilter> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BetweenFilter getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BetweenFilter |
|
getFromValue()
public NumericValue getFromValue()Begins with this number.
.google.analytics.data.v1alpha.NumericValue from_value = 1;
| Returns | |
|---|---|
| Type | Description |
NumericValue |
The fromValue. |
getFromValueOrBuilder()
public NumericValueOrBuilder getFromValueOrBuilder()Begins with this number.
.google.analytics.data.v1alpha.NumericValue from_value = 1;
| Returns | |
|---|---|
| Type | Description |
NumericValueOrBuilder |
|
getParserForType()
public Parser<BetweenFilter> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BetweenFilter> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getToValue()
public NumericValue getToValue()Ends with this number.
.google.analytics.data.v1alpha.NumericValue to_value = 2;
| Returns | |
|---|---|
| Type | Description |
NumericValue |
The toValue. |
getToValueOrBuilder()
public NumericValueOrBuilder getToValueOrBuilder()Ends with this number.
.google.analytics.data.v1alpha.NumericValue to_value = 2;
| Returns | |
|---|---|
| Type | Description |
NumericValueOrBuilder |
|
hasFromValue()
public boolean hasFromValue()Begins with this number.
.google.analytics.data.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.data.v1alpha.NumericValue to_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the toValue field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BetweenFilter.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BetweenFilter.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BetweenFilter.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BetweenFilter.Builder |
|
toBuilder()
public BetweenFilter.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BetweenFilter.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|