[[["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 2025-09-04 UTC."],[],[],null,["# Google Analytics Admin V1alpha Client - Class ComparisonType (0.29.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.29.1 (latest)](/php/docs/reference/analytics-admin/latest/V1alpha.MatchingCondition.ComparisonType)\n- [0.29.0](/php/docs/reference/analytics-admin/0.29.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.28.1](/php/docs/reference/analytics-admin/0.28.1/V1alpha.MatchingCondition.ComparisonType)\n- [0.27.0](/php/docs/reference/analytics-admin/0.27.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.26.0](/php/docs/reference/analytics-admin/0.26.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.25.2](/php/docs/reference/analytics-admin/0.25.2/V1alpha.MatchingCondition.ComparisonType)\n- [0.24.2](/php/docs/reference/analytics-admin/0.24.2/V1alpha.MatchingCondition.ComparisonType)\n- [0.23.0](/php/docs/reference/analytics-admin/0.23.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.22.5](/php/docs/reference/analytics-admin/0.22.5/V1alpha.MatchingCondition.ComparisonType)\n- [0.20.0](/php/docs/reference/analytics-admin/0.20.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.19.0](/php/docs/reference/analytics-admin/0.19.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.18.1](/php/docs/reference/analytics-admin/0.18.1/V1alpha.MatchingCondition.ComparisonType)\n- [0.17.0](/php/docs/reference/analytics-admin/0.17.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.16.0](/php/docs/reference/analytics-admin/0.16.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.15.1](/php/docs/reference/analytics-admin/0.15.1/V1alpha.MatchingCondition.ComparisonType)\n- [0.14.0](/php/docs/reference/analytics-admin/0.14.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.13.0](/php/docs/reference/analytics-admin/0.13.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.12.0](/php/docs/reference/analytics-admin/0.12.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.11.1](/php/docs/reference/analytics-admin/0.11.1/V1alpha.MatchingCondition.ComparisonType)\n- [0.10.0](/php/docs/reference/analytics-admin/0.10.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.9.0](/php/docs/reference/analytics-admin/0.9.0/V1alpha.MatchingCondition.ComparisonType)\n- [0.8.2](/php/docs/reference/analytics-admin/0.8.2/V1alpha.MatchingCondition.ComparisonType) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Admin V1alpha Client class ComparisonType.\n\nComparison type for matching condition\n\nProtobuf type `google.analytics.admin.v1alpha.MatchingCondition.ComparisonType`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Admin \\\\ V1alpha \\\\ MatchingCondition\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### COMPARISON_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnknown\n\nGenerated from protobuf enum `COMPARISON_TYPE_UNSPECIFIED = 0;`\n\n### EQUALS\n\n Value: 1\n\nEquals, case sensitive\n\nGenerated from protobuf enum `EQUALS = 1;`\n\n### EQUALS_CASE_INSENSITIVE\n\n Value: 2\n\nEquals, case insensitive\n\nGenerated from protobuf enum `EQUALS_CASE_INSENSITIVE = 2;`\n\n### CONTAINS\n\n Value: 3\n\nContains, case sensitive\n\nGenerated from protobuf enum `CONTAINS = 3;`\n\n### CONTAINS_CASE_INSENSITIVE\n\n Value: 4\n\nContains, case insensitive\n\nGenerated from protobuf enum `CONTAINS_CASE_INSENSITIVE = 4;`\n\n### STARTS_WITH\n\n Value: 5\n\nStarts with, case sensitive\n\nGenerated from protobuf enum `STARTS_WITH = 5;`\n\n### STARTS_WITH_CASE_INSENSITIVE\n\n Value: 6\n\nStarts with, case insensitive\n\nGenerated from protobuf enum `STARTS_WITH_CASE_INSENSITIVE = 6;`\n\n### ENDS_WITH\n\n Value: 7\n\nEnds with, case sensitive\n\nGenerated from protobuf enum `ENDS_WITH = 7;`\n\n### ENDS_WITH_CASE_INSENSITIVE\n\n Value: 8\n\nEnds with, case insensitive\n\nGenerated from protobuf enum `ENDS_WITH_CASE_INSENSITIVE = 8;`\n\n### GREATER_THAN\n\n Value: 9\n\nGreater than\n\nGenerated from protobuf enum `GREATER_THAN = 9;`\n\n### GREATER_THAN_OR_EQUAL\n\n Value: 10\n\nGreater than or equal\n\nGenerated from protobuf enum `GREATER_THAN_OR_EQUAL = 10;`\n\n### LESS_THAN\n\n Value: 11\n\nLess than\n\nGenerated from protobuf enum `LESS_THAN = 11;`\n\n### LESS_THAN_OR_EQUAL\n\n Value: 12\n\nLess than or equal\n\nGenerated from protobuf enum `LESS_THAN_OR_EQUAL = 12;`\n\n### REGULAR_EXPRESSION\n\n Value: 13\n\nregular expression. Only supported for web streams.\n\nGenerated from protobuf enum `REGULAR_EXPRESSION = 13;`\n\n### REGULAR_EXPRESSION_CASE_INSENSITIVE\n\n Value: 14\n\nregular expression, case insensitive. Only supported for web streams.\n\nGenerated from protobuf enum `REGULAR_EXPRESSION_CASE_INSENSITIVE = 14;`"]]