Google Analytics Admin V1alpha Client - Class AccessStringFilter (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AccessStringFilter.

The filter for strings.

Generated from protobuf message google.analytics.admin.v1alpha.AccessStringFilter

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setMatchType

The match type for this filter.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getValue

The string value used for the matching.

Returns
TypeDescription
string

setValue

The string value used for the matching.

Parameter
NameDescription
var string
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
var bool
Returns
TypeDescription
$this