Module: Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType

Defined in:
proto_docs/google/analytics/data/v1alpha/data.rb

Overview

The match type of a string filter

Constant Summary collapse

MATCH_TYPE_UNSPECIFIED =

Unspecified

0
EXACT =

Exact match of the string value.

1
BEGINS_WITH =

Begins with the string value.

2
ENDS_WITH =

Ends with the string value.

3
CONTAINS =

Contains the string value.

4
FULL_REGEXP =

Full regular expression match with the string value.

5
PARTIAL_REGEXP =

Partial regular expression match with the string value.

6