Skip to main content

Messages

CelFilterValidation

FieldTypeDescription
allowed_functionsrepeated ``stringList of allowed CEL function names for a specific request type.
allowed_fieldsrepeated ``stringList of allowed field names accessible to the CEL expression.
max_complexityuint32Maximum AST node count permitted for a CEL expression.

Filter

FieldTypeDescription
expressionstringCEL expression applied server-side. Empty expressions are treated as no-op.
paramsrepeated ``Filter.ParamsEntryNamed parameter bindings for expression parameterization.

ParamsEntry

FieldTypeDescription
keystring
valuestring