Google Analytics Admin V1alpha Client - Class InListFilter (0.20.0)

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

A filter for a string dimension that matches a particular list of options.

Generated from protobuf message google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.InListFilter

Namespace

Google \ Analytics \ Admin \ V1alpha \ AudienceDimensionOrMetricFilter

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values array

Required. The list of possible string values to match against. Must be non-empty.

↳ case_sensitive bool

Optional. If true, the match is case-sensitive. If false, the match is case-insensitive.

getValues

Required. The list of possible string values to match against. Must be non-empty.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

Required. The list of possible string values to match against. Must be non-empty.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getCaseSensitive

Optional. If true, the match is case-sensitive. If false, the match is case-insensitive.

Returns
TypeDescription
bool

setCaseSensitive

Optional. If true, the match is case-sensitive. If false, the match is case-insensitive.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this