Reference documentation and code samples for the Google Analytics Data V1alpha Client class NumericFilter.
Filters for numeric or date values.
Generated from protobuf message google.analytics.data.v1alpha.Filter.NumericFilter
Namespace
Google \ Analytics \ Data \ V1alpha \ FilterMethods
__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\Data\V1alpha\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\Data\V1alpha\NumericValue|null |
hasValue
clearValue
setValue
A numeric value or a date value.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\NumericValue
|
Returns | |
---|---|
Type | Description |
$this |