Reference documentation and code samples for the Google Analytics Admin V1beta Client class AccessStringFilter.
The filter for strings.
Generated from protobuf message google.analytics.admin.v1beta.AccessStringFilter
Methods
__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 |