Google Analytics Admin V1alpha Client - Class ComparisonType (0.20.0)

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

Comparison type for matching condition

Protobuf type google.analytics.admin.v1alpha.MatchingCondition.ComparisonType

Namespace

Google \ Analytics \ Admin \ V1alpha \ MatchingCondition

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

COMPARISON_TYPE_UNSPECIFIED

Value: 0

Unknown

Generated from protobuf enum COMPARISON_TYPE_UNSPECIFIED = 0;

EQUALS

Value: 1

Equals, case sensitive

Generated from protobuf enum EQUALS = 1;

EQUALS_CASE_INSENSITIVE

Value: 2

Equals, case insensitive

Generated from protobuf enum EQUALS_CASE_INSENSITIVE = 2;

CONTAINS

Value: 3

Contains, case sensitive

Generated from protobuf enum CONTAINS = 3;

CONTAINS_CASE_INSENSITIVE

Value: 4

Contains, case insensitive

Generated from protobuf enum CONTAINS_CASE_INSENSITIVE = 4;

STARTS_WITH

Value: 5

Starts with, case sensitive

Generated from protobuf enum STARTS_WITH = 5;

STARTS_WITH_CASE_INSENSITIVE

Value: 6

Starts with, case insensitive

Generated from protobuf enum STARTS_WITH_CASE_INSENSITIVE = 6;

ENDS_WITH

Value: 7

Ends with, case sensitive

Generated from protobuf enum ENDS_WITH = 7;

ENDS_WITH_CASE_INSENSITIVE

Value: 8

Ends with, case insensitive

Generated from protobuf enum ENDS_WITH_CASE_INSENSITIVE = 8;

GREATER_THAN

Value: 9

Greater than

Generated from protobuf enum GREATER_THAN = 9;

GREATER_THAN_OR_EQUAL

Value: 10

Greater than or equal

Generated from protobuf enum GREATER_THAN_OR_EQUAL = 10;

LESS_THAN

Value: 11

Less than

Generated from protobuf enum LESS_THAN = 11;

LESS_THAN_OR_EQUAL

Value: 12

Less than or equal

Generated from protobuf enum LESS_THAN_OR_EQUAL = 12;

REGULAR_EXPRESSION

Value: 13

regular expression. Only supported for web streams.

Generated from protobuf enum REGULAR_EXPRESSION = 13;

REGULAR_EXPRESSION_CASE_INSENSITIVE

Value: 14

regular expression, case insensitive. Only supported for web streams.

Generated from protobuf enum REGULAR_EXPRESSION_CASE_INSENSITIVE = 14;