Reference documentation and code samples for the Google Analytics Admin V1alpha Client class StringFilter.
Filter where the field value is a String. The match is case insensitive.
Generated from protobuf message google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter
Namespace
Google \ Analytics \ Admin \ V1alpha \ ChannelGroupFilterMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ match_type | 
        
          int
          Required. The match type for the string filter.  | 
      
↳ value | 
        
          string
          Required. The string value to be matched against.  | 
      
getMatchType
Required. The match type for the string filter.
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
setMatchType
Required. The match type for the string filter.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getValue
Required. The string value to be matched against.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setValue
Required. The string value to be matched against.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |