Reference documentation and code samples for the Google Analytics Admin V1beta Client class AccessFilterExpression.
Expresses dimension or metric filters. The fields in the same expression need to be either all dimensions or all metrics.
Generated from protobuf message google.analytics.admin.v1beta.AccessFilterExpression
Namespace
Google \ Analytics \ Admin \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ and_group
↳ or_group
↳ not_expression
↳ access_filter
AccessFilter
A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
getAndGroup
Each of the FilterExpressions in the and_group has an AND relationship.
hasAndGroup
setAndGroup
Each of the FilterExpressions in the and_group has an AND relationship.
$this
getOrGroup
Each of the FilterExpressions in the or_group has an OR relationship.
hasOrGroup
setOrGroup
Each of the FilterExpressions in the or_group has an OR relationship.
$this
getNotExpression
The FilterExpression is NOT of not_expression.
hasNotExpression
setNotExpression
The FilterExpression is NOT of not_expression.
$this
getAccessFilter
A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
hasAccessFilter
setAccessFilter
A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
$this
getOneExpression
string