Messages
CelFilterValidation
| Field | Type | Description | 
|---|---|---|
allowed_functions | repeated ``string | List of allowed CEL function names for a specific request type. | 
allowed_fields | repeated ``string | List of allowed field names accessible to the CEL expression. | 
max_complexity | uint32 | Maximum AST node count permitted for a CEL expression. | 
Filter
| Field | Type | Description | 
|---|---|---|
expression | string | CEL expression applied server-side. Empty expressions are treated as no-op. | 
params | repeated ``Filter.ParamsEntry | Named parameter bindings for expression parameterization. | 
ParamsEntry
| Field | Type | Description | 
|---|---|---|
key | string | |
value | string |