Type
Table of Contents
Classes
- AbstractType
- Application defined abstract type.
- FunctionType
- Function type with result and arg types.
- ListType
- List type with typed elements, e.g. `list<example.proto.MyMessage>`.
- MapType
- Map type with parameterized key and value types, e.g. `map<string, int>`.
- PrimitiveType
- CEL primitive types.
- WellKnownType
- Well-known protobuf types treated with first-class support in CEL.