Package com.google.api.expr.v1alpha1
package com.google.api.expr.v1alpha1
-
ClassDescriptionA CEL expression which has been successfully type checked.A CEL expression which has been successfully type checked.Represents a primitive literal.Represents a primitive literal.Represents a declaration of a named value or function.Represents a declaration of a named value or function.Function declaration specifies one or more overloads which indicate the function's parameter types and return type.Function declaration specifies one or more overloads which indicate the function's parameter types and return type.An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.Identifier declaration which specifies its type and optional `Expr` value.Identifier declaration which specifies its type and optional `Expr` value.An enum value.An enum value.A set of errors.A set of errors.The state of an evaluation.The state of an evaluation.A single evalution result.A single evalution result.Deprecated.Values of intermediate expressions produced when evaluating expression.ID and value index of one step.ID and value index of one step.Deprecated.An abstract representation of a common expression.An abstract representation of a common expression.A call expression, including calls to predefined functions and operators.A call expression, including calls to predefined functions and operators.A comprehension expression applied to a list or map.A comprehension expression applied to a list or map.A list creation expression.A list creation expression.A map or message creation expression.A map or message creation expression.Represents an entry.Represents an entry.An identifier expression.An identifier expression.A field selection expression.A field selection expression.The value of an evaluated expression.The value of an evaluated expression.A list.A list.A map.A map.An entry in the map.An entry in the map.An expression together with source information as returned by the parser.An expression together with source information as returned by the parser.Describes a resolved reference to a declaration.Describes a resolved reference to a declaration.Source information collected at parse time.Source information collected at parse time.An extension that was requested for the source expression.An extension that was requested for the source expression.CEL component specifier.VersionVersionA specific position in source.A specific position in source.Represents a CEL type.Application defined abstract type.Application defined abstract type.Represents a CEL type.Function type with result and arg types.Function type with result and arg types.List type with typed elements, e.g.List type with typed elements, e.g.Map type with parameterized key and value types, e.g.Map type with parameterized key and value types, e.g.CEL primitive types.Well-known protobuf types treated with first-class support in CEL.A set of expressions for which the value is unknown.A set of expressions for which the value is unknown.Represents a CEL value.Represents a CEL value.