[[["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 Ads Ad Manager V1 Client - Class Operation (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/googleads/ad-manager/latest/V1.Report.Filter.Operation)\n- [0.1.0](/php/docs/reference/googleads/ad-manager/0.1.0/V1.Report.Filter.Operation) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class Operation.\n\nSupported filter operations.\n\nProtobuf type `google.ads.admanager.v1.Report.Filter.Operation`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1 \\\\ Report \\\\ Filter\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### IN\n\n Value: 0\n\nFor scalar operands, checks if the operand is in the set of provided\nfilter values.\n\nFor list operands, checks if any element in the operand is in the set\nof provided filter values.\nDefault value.\n\nGenerated from protobuf enum `IN = 0;`\n\n### NOT_IN\n\n Value: 1\n\nFor scalar operands, checks that the operand is not in the set of\nprovided filter values.\n\nFor list operands, checks that none of the elements in the operand\nis in the set of provided filter values.\n\nGenerated from protobuf enum `NOT_IN = 1;`\n\n### CONTAINS\n\n Value: 2\n\nFor scalar string operands, checks if the operand contains any of the\nprovided filter substrings.\n\nFor string list operands, checks if any string in the operand contains\nany of the provided filter substrings.\n\nGenerated from protobuf enum `CONTAINS = 2;`\n\n### NOT_CONTAINS\n\n Value: 3\n\nFor scalar string operands, checks that the operand contains none of\nthe provided filter substrings.\n\nFor string list operands, checks that none of the strings in the\noperand contain none of the provided filter substrings.\n\nGenerated from protobuf enum `NOT_CONTAINS = 3;`\n\n### LESS_THAN\n\n Value: 4\n\nOperand is less than the provided filter value.\n\nGenerated from protobuf enum `LESS_THAN = 4;`\n\n### LESS_THAN_EQUALS\n\n Value: 5\n\nOperand is less than or equal to provided filter value.\n\nGenerated from protobuf enum `LESS_THAN_EQUALS = 5;`\n\n### GREATER_THAN\n\n Value: 6\n\nOperand is greater than provided filter value.\n\nGenerated from protobuf enum `GREATER_THAN = 6;`\n\n### GREATER_THAN_EQUALS\n\n Value: 7\n\nOperand is greater than or equal to provided filter value.\n\nGenerated from protobuf enum `GREATER_THAN_EQUALS = 7;`\n\n### BETWEEN\n\n Value: 8\n\nOperand is between provided filter values.\n\nGenerated from protobuf enum `BETWEEN = 8;`\n\n### MATCHES\n\n Value: 9\n\nOperand matches against a regex or set of regexes (one must match)\n\nGenerated from protobuf enum `MATCHES = 9;`\n\n### NOT_MATCHES\n\n Value: 10\n\nOperand negative matches against a regex or set of regexes (none must\nmatch)\n\nGenerated from protobuf enum `NOT_MATCHES = 10;`"]]