Google Analytics Admin V1beta Client - Class AccessStringFilter (0.22.5)

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

Namespace

Google \ Analytics \ Admin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ match_typeint

The match type for this filter.

↳ valuestring

The string value used for the matching.

↳ case_sensitivebool

If true, the string value is case sensitive.

getMatchType

The match type for this filter.

Returns
TypeDescription
int

setMatchType

The match type for this filter.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getValue

The string value used for the matching.

Returns
TypeDescription
string

setValue

The string value used for the matching.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getCaseSensitive

If true, the string value is case sensitive.

Returns
TypeDescription
bool

setCaseSensitive

If true, the string value is case sensitive.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this