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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ and_group |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\ChannelGroupFilterExpressionList
A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group. |
↳ not_expression |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\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 |
Google\Analytics\Admin\V1alpha\ChannelGroupFilterExpression
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\ChannelGroupFilter|null |
hasFilter
setFilter
A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\ChannelGroupFilter
|
Returns | |
---|---|
Type | Description |
$this |
getExpr
Returns | |
---|---|
Type | Description |
string |