[[["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 2022-09-30 UTC."],[[["`PropertyFilter` is an immutable filter predicate that is used to constrain a single property within a dataset."],["The `PropertyFilter` constructor takes an operator (`op`) and a property value to compare against (`value`)."],["The `__call__` method of `PropertyFilter` tests if a given entity matches the defined filter, returning `True` if so, `False` otherwise."],["`PropertyFilter` also overloads the `__eq__` and `__ne__` methods, allowing for direct comparison of filter objects, allowing for equality or inequality comparison."],["BadArgumentError is raised if an unsupported operator is used, or the value provided is not of the type entity_pb2.Property."]]],[]]