Google Analytics Admin V1alpha Client - Class ChannelGroupFilterExpression (0.24.1)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ChannelGroupFilterExpression.

A logical expression of Channel Group dimension filters.

Generated from protobuf message google.analytics.admin.v1alpha.ChannelGroupFilterExpression

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ and_group ChannelGroupFilterExpressionList

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.

↳ or_group ChannelGroupFilterExpressionList

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

↳ not_expression ChannelGroupFilterExpression

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.

↳ filter ChannelGroupFilter

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

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.

Returns
Type Description
ChannelGroupFilterExpressionList|null

hasAndGroup

setAndGroup

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.

Parameter
Name Description
var ChannelGroupFilterExpressionList
Returns
Type Description
$this

getOrGroup

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

Returns
Type Description
ChannelGroupFilterExpressionList|null

hasOrGroup

setOrGroup

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

Parameter
Name Description
var ChannelGroupFilterExpressionList
Returns
Type Description
$this

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.

Returns
Type Description
ChannelGroupFilterExpression|null

hasNotExpression

setNotExpression

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.

Parameter
Name Description
var ChannelGroupFilterExpression
Returns
Type Description
$this

getFilter

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

Returns
Type Description
ChannelGroupFilter|null

hasFilter

setFilter

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

Parameter
Name Description
var ChannelGroupFilter
Returns
Type Description
$this

getExpr

Returns
Type Description
string