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.
Generated from protobuf message google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter
Namespace
Google \ Analytics \ Admin \ V1alpha \ ExpandedDataSetFilterMethods
__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. |
↳ case_sensitive |
bool
Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true. |
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 |
getCaseSensitive
Optional. If true, the match is case-sensitive. If false, the match is case-insensitive.
Must be true.
Returns | |
---|---|
Type | Description |
bool |
setCaseSensitive
Optional. If true, the match is case-sensitive. If false, the match is case-insensitive.
Must be true.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |