Reference documentation and code samples for the Google Analytics Admin V1beta Client class AccessNumericFilter.
Filters for numeric or date values.
Generated from protobuf message google.analytics.admin.v1beta.AccessNumericFilter
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ operation |
int
The operation type for this filter. |
↳ value |
Google\Analytics\Admin\V1beta\NumericValue
A numeric value or a date value. |
getOperation
The operation type for this filter.
| Returns | |
|---|---|
| Type | Description |
int |
|
setOperation
The operation type for this filter.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
A numeric value or a date value.
| Returns | |
|---|---|
| Type | Description |
Google\Analytics\Admin\V1beta\NumericValue|null |
|
hasValue
clearValue
setValue
A numeric value or a date value.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Analytics\Admin\V1beta\NumericValue
|
| Returns | |
|---|---|
| Type | Description |
$this |
|