Query Parameters
Filter is used to filter databases returned in the list. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filter:
- schema: the schema name, support "==" operator.
- table: the table name, support "==" operator.
For example: schema == "schema-a" table == "table-a" schema == "schema-a" && table == "table-a" The filter used for a specific schema object such as "schemas/schema-a/tables/table-a". The column masking level will only be returned when a table filter is used.