Class FilterExpression (0.53.0)

public final class FilterExpression extends GeneratedMessageV3 implements FilterExpressionOrBuilder

To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.

Protobuf type google.analytics.data.v1beta.FilterExpression

Static Fields

AND_GROUP_FIELD_NUMBER

public static final int AND_GROUP_FIELD_NUMBER
Field Value
Type Description
int

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

NOT_EXPRESSION_FIELD_NUMBER

public static final int NOT_EXPRESSION_FIELD_NUMBER
Field Value
Type Description
int

OR_GROUP_FIELD_NUMBER

public static final int OR_GROUP_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FilterExpression getDefaultInstance()
Returns
Type Description
FilterExpression

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FilterExpression.Builder newBuilder()
Returns
Type Description
FilterExpression.Builder

newBuilder(FilterExpression prototype)

public static FilterExpression.Builder newBuilder(FilterExpression prototype)
Parameter
Name Description
prototype FilterExpression
Returns
Type Description
FilterExpression.Builder

parseDelimitedFrom(InputStream input)

public static FilterExpression parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FilterExpression
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FilterExpression parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FilterExpression
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FilterExpression parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FilterExpression
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FilterExpression parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FilterExpression
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FilterExpression parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FilterExpression
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FilterExpression parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FilterExpression
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FilterExpression parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FilterExpression
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FilterExpression parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FilterExpression
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FilterExpression parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FilterExpression
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FilterExpression parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FilterExpression
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FilterExpression parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FilterExpression
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FilterExpression parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FilterExpression
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FilterExpression> parser()
Returns
Type Description
Parser<FilterExpression>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAndGroup()

public FilterExpressionList getAndGroup()

The FilterExpressions in and_group have an AND relationship.

.google.analytics.data.v1beta.FilterExpressionList and_group = 1;

Returns
Type Description
FilterExpressionList

The andGroup.

getAndGroupOrBuilder()

public FilterExpressionListOrBuilder getAndGroupOrBuilder()

The FilterExpressions in and_group have an AND relationship.

.google.analytics.data.v1beta.FilterExpressionList and_group = 1;

Returns
Type Description
FilterExpressionListOrBuilder

getDefaultInstanceForType()

public FilterExpression getDefaultInstanceForType()
Returns
Type Description
FilterExpression

getExprCase()

public FilterExpression.ExprCase getExprCase()
Returns
Type Description
FilterExpression.ExprCase

getFilter()

public Filter getFilter()

A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.

.google.analytics.data.v1beta.Filter filter = 4;

Returns
Type Description
Filter

The filter.

getFilterOrBuilder()

public FilterOrBuilder getFilterOrBuilder()

A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.

.google.analytics.data.v1beta.Filter filter = 4;

Returns
Type Description
FilterOrBuilder

getNotExpression()

public FilterExpression getNotExpression()

The FilterExpression is NOT of not_expression.

.google.analytics.data.v1beta.FilterExpression not_expression = 3;

Returns
Type Description
FilterExpression

The notExpression.

getNotExpressionOrBuilder()

public FilterExpressionOrBuilder getNotExpressionOrBuilder()

The FilterExpression is NOT of not_expression.

.google.analytics.data.v1beta.FilterExpression not_expression = 3;

Returns
Type Description
FilterExpressionOrBuilder

getOrGroup()

public FilterExpressionList getOrGroup()

The FilterExpressions in or_group have an OR relationship.

.google.analytics.data.v1beta.FilterExpressionList or_group = 2;

Returns
Type Description
FilterExpressionList

The orGroup.

getOrGroupOrBuilder()

public FilterExpressionListOrBuilder getOrGroupOrBuilder()

The FilterExpressions in or_group have an OR relationship.

.google.analytics.data.v1beta.FilterExpressionList or_group = 2;

Returns
Type Description
FilterExpressionListOrBuilder

getParserForType()

public Parser<FilterExpression> getParserForType()
Returns
Type Description
Parser<FilterExpression>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAndGroup()

public boolean hasAndGroup()

The FilterExpressions in and_group have an AND relationship.

.google.analytics.data.v1beta.FilterExpressionList and_group = 1;

Returns
Type Description
boolean

Whether the andGroup field is set.

hasFilter()

public boolean hasFilter()

A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.

.google.analytics.data.v1beta.Filter filter = 4;

Returns
Type Description
boolean

Whether the filter field is set.

hasNotExpression()

public boolean hasNotExpression()

The FilterExpression is NOT of not_expression.

.google.analytics.data.v1beta.FilterExpression not_expression = 3;

Returns
Type Description
boolean

Whether the notExpression field is set.

hasOrGroup()

public boolean hasOrGroup()

The FilterExpressions in or_group have an OR relationship.

.google.analytics.data.v1beta.FilterExpressionList or_group = 2;

Returns
Type Description
boolean

Whether the orGroup field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FilterExpression.Builder newBuilderForType()
Returns
Type Description
FilterExpression.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FilterExpression.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FilterExpression.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FilterExpression.Builder toBuilder()
Returns
Type Description
FilterExpression.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException