Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ExpandedDataSetFilterExpression.
A logical expression of EnhancedDataSet dimension filters.
Generated from protobuf message google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression
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\ExpandedDataSetFilterExpressionList
A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression. |
↳ not_expression |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression
A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression. |
↳ filter |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilter
A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression. |
getAndGroup
A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpressionList|null |
hasAndGroup
setAndGroup
A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpressionList
|
Returns | |
---|---|
Type | Description |
$this |
getNotExpression
A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression|null |
hasNotExpression
setNotExpression
A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilter|null |
hasFilter
setFilter
A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilter
|
Returns | |
---|---|
Type | Description |
$this |
getExpr
Returns | |
---|---|
Type | Description |
string |