google/api/expr/v1alpha1/checked.pb
library
Classes
-
CheckedExpr
-
A CEL expression which has been successfully type checked.
-
Decl
-
Represents a declaration of a named value or function.
-
Decl_FunctionDecl
-
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
-
Decl_FunctionDecl_Overload
-
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
google.api.expr.v1alpha1.Expr values.
-
Decl_IdentDecl
-
Identifier declaration which specifies its type and optional
Expr value.
-
Reference
-
Describes a resolved reference to a declaration.
-
Type
-
Represents a CEL type.
-
Type_AbstractType
-
Application defined abstract type.
-
Type_FunctionType
-
Function type with result and arg types.
-
Type_ListType
-
List type with typed elements, e.g.
list<example.proto.MyMessage>.
-
Type_MapType
-
Map type with parameterized key and value types, e.g.
map<string, int>.
-
Type_PrimitiveType
-
CEL primitive types.
-
Type_WellKnownType
-
Well-known protobuf types treated with first-class support in CEL.