Google Analytics Admin V1alpha Client - Class MatchType (0.20.0)

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

The match type for the string filter.

Protobuf type google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter.MatchType

Namespace

Google \ Analytics \ Admin \ V1alpha \ ExpandedDataSetFilter \ StringFilter

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MATCH_TYPE_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum MATCH_TYPE_UNSPECIFIED = 0;

EXACT

Value: 1

Exact match of the string value.

Generated from protobuf enum EXACT = 1;

CONTAINS

Value: 2

Contains the string value.

Generated from protobuf enum CONTAINS = 2;