Class ChannelGroupFilterExpression (0.54.0)

public final class ChannelGroupFilterExpression extends GeneratedMessageV3 implements ChannelGroupFilterExpressionOrBuilder

A logical expression of Channel Group dimension filters.

Protobuf type google.analytics.admin.v1alpha.ChannelGroupFilterExpression

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 ChannelGroupFilterExpression getDefaultInstance()
Returns
Type Description
ChannelGroupFilterExpression

getDescriptor()

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

newBuilder()

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

newBuilder(ChannelGroupFilterExpression prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAndGroup()

public ChannelGroupFilterExpressionList getAndGroup()

A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpressionList and_group = 1;

Returns
Type Description
ChannelGroupFilterExpressionList

The andGroup.

getAndGroupOrBuilder()

public ChannelGroupFilterExpressionListOrBuilder getAndGroupOrBuilder()

A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpressionList and_group = 1;

Returns
Type Description
ChannelGroupFilterExpressionListOrBuilder

getDefaultInstanceForType()

public ChannelGroupFilterExpression getDefaultInstanceForType()
Returns
Type Description
ChannelGroupFilterExpression

getExprCase()

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

getFilter()

public ChannelGroupFilter getFilter()

A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilter filter = 4;

Returns
Type Description
ChannelGroupFilter

The filter.

getFilterOrBuilder()

public ChannelGroupFilterOrBuilder getFilterOrBuilder()

A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilter filter = 4;

Returns
Type Description
ChannelGroupFilterOrBuilder

getNotExpression()

public ChannelGroupFilterExpression getNotExpression()

A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpression not_expression = 3;

Returns
Type Description
ChannelGroupFilterExpression

The notExpression.

getNotExpressionOrBuilder()

public ChannelGroupFilterExpressionOrBuilder getNotExpressionOrBuilder()

A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpression not_expression = 3;

Returns
Type Description
ChannelGroupFilterExpressionOrBuilder

getOrGroup()

public ChannelGroupFilterExpressionList getOrGroup()

A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpressionList or_group = 2;

Returns
Type Description
ChannelGroupFilterExpressionList

The orGroup.

getOrGroupOrBuilder()

public ChannelGroupFilterExpressionListOrBuilder getOrGroupOrBuilder()

A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpressionList or_group = 2;

Returns
Type Description
ChannelGroupFilterExpressionListOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAndGroup()

public boolean hasAndGroup()

A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpressionList and_group = 1;

Returns
Type Description
boolean

Whether the andGroup field is set.

hasFilter()

public boolean hasFilter()

A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilter filter = 4;

Returns
Type Description
boolean

Whether the filter field is set.

hasNotExpression()

public boolean hasNotExpression()

A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpression not_expression = 3;

Returns
Type Description
boolean

Whether the notExpression field is set.

hasOrGroup()

public boolean hasOrGroup()

A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.

.google.analytics.admin.v1alpha.ChannelGroupFilterExpressionList 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 ChannelGroupFilterExpression.Builder newBuilderForType()
Returns
Type Description
ChannelGroupFilterExpression.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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