Raises exceptions for illegal queries.
Args:
query: A Query PB.
filters: the normalized filters from query.
orders: the normalized orders from query.
Returns:
The kind range (a ValueRange over (kind, property) pairs) requested
in the query.
[[["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."],[[["This function, `ParsePropertyQuery`, is designed to analyze and interpret property queries."],["It accepts a Query Protocol Buffer (PB), along with normalized filters and orders as input."],["The function's core purpose is to validate the query and identify any illegal structures or commands, raising exceptions if found."],["It returns the specific kind range, represented as a `ValueRange` of (kind, property) pairs, that the query is focused on."]]],[]]