Reference documentation and code samples for the Google Analytics Admin V1alpha Client class SubpropertyEventFilterCondition.
A specific filter expression
Generated from protobuf message google.analytics.admin.v1alpha.SubpropertyEventFilterCondition
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ null_filter |
bool
A filter for null values. |
↳ string_filter |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilterCondition\StringFilter
A filter for a string-type dimension that matches a particular pattern. |
↳ field_name |
string
Required. The field that is being filtered. |
getNullFilter
A filter for null values.
Returns | |
---|---|
Type | Description |
bool |
hasNullFilter
setNullFilter
A filter for null values.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getStringFilter
A filter for a string-type dimension that matches a particular pattern.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilterCondition\StringFilter|null |
hasStringFilter
setStringFilter
A filter for a string-type dimension that matches a particular pattern.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilterCondition\StringFilter
|
Returns | |
---|---|
Type | Description |
$this |
getFieldName
Required. The field that is being filtered.
Returns | |
---|---|
Type | Description |
string |
setFieldName
Required. The field that is being filtered.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOneFilter
Returns | |
---|---|
Type | Description |
string |