Reference documentation and code samples for the Google Analytics Admin V1alpha Client class InListFilter.
A filter for a string dimension that matches a particular list of options.
The match is case insensitive.
Generated from protobuf message google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter
Namespace
Google \ Analytics \ Admin \ V1alpha \ ChannelGroupFilterMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array
Required. The list of possible string values to match against. Must be non-empty. |
getValues
Required. The list of possible string values to match against. Must be non-empty.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
Required. The list of possible string values to match against. Must be non-empty.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |