Reference documentation and code samples for the Google Analytics Data V1alpha Client class StringFilter.
The filter for string
Generated from protobuf message google.analytics.data.v1alpha.StringFilter
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ match_type |
int
The match type for this filter. |
↳ value |
string
The string value used for the matching. |
↳ case_sensitive |
bool
If true, the string value is case sensitive. |
getMatchType
The match type for this filter.
Returns | |
---|---|
Type | Description |
int |
setMatchType
The match type for this filter.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getValue
The string value used for the matching.
Returns | |
---|---|
Type | Description |
string |
setValue
The string value used for the matching.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCaseSensitive
If true, the string value is case sensitive.
Returns | |
---|---|
Type | Description |
bool |
setCaseSensitive
If true, the string value is case sensitive.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |