Google Analytics Data V1beta Client - Class InListFilter (0.14.0)

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

The result needs to be in a list of string values.

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

Namespace

Google \ Analytics \ Data \ V1beta \ Filter

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values array

The list of string values. Must be non-empty.

↳ case_sensitive bool

If true, the string value is case sensitive.

getValues

The list of string values.

Must be non-empty.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

The list of string values.

Must be non-empty.

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