Google Analytics Admin V1alpha Client - Class MatchType (0.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Analytics Admin V1alpha Client class MatchType.
The match type of a string filter.
Protobuf type google.analytics.admin.v1alpha.AccessStringFilter.MatchType
Namespace
Google \ Analytics \ Admin \ V1alpha \ AccessStringFilter
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
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;
BEGINS_WITH
Value: 2
Begins with the string value.
Generated from protobuf enum BEGINS_WITH = 2;
ENDS_WITH
Value: 3
Ends with the string value.
Generated from protobuf enum ENDS_WITH = 3;
CONTAINS
Value: 4
Contains the string value.
Generated from protobuf enum CONTAINS = 4;
FULL_REGEXP
Value: 5
Full match for the regular expression with the string value.
Generated from protobuf enum FULL_REGEXP = 5;
PARTIAL_REGEXP
Value: 6
Partial match for the regular expression with the string value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-28 UTC."],[],[]]