Google Analytics Data V1beta Client - Class StringFilter (0.16.3)

Reference documentation and code samples for the Google Analytics Data V1beta Client class StringFilter.

The filter for string

Generated from protobuf message google.analytics.data.v1beta.Filter.StringFilter

Namespace

Google \ Analytics \ Data \ V1beta \ Filter

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