Google Analytics Admin V1alpha Client - Class ExpandedDataSetFilterExpression (0.20.0)

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 \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpressionList
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression
Returns
TypeDescription
$this

getFilter

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

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilter|null

hasFilter

setFilter

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

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\ExpandedDataSetFilter
Returns
TypeDescription
$this

getExpr

Returns
TypeDescription
string