google/api/expr/v1alpha1/syntax.pb library

Classes

Constant
Represents a primitive literal.
Expr
An abstract representation of a common expression.
Expr_Call
A call expression, including calls to predefined functions and operators.
Expr_Comprehension
A comprehension expression applied to a list or map.
Expr_CreateList
A list creation expression.
Expr_CreateStruct
A map or message creation expression.
Expr_CreateStruct_Entry
Represents an entry.
Expr_Ident
An identifier expression. e.g. request.
Expr_Select
A field selection expression. e.g. request.auth.
ParsedExpr
An expression together with source information as returned by the parser.
SourceInfo
Source information collected at parse time.
SourcePosition
A specific position in source.

Extensions

GeneratedMessageGenericExtensions on T
Extensions on GeneratedMessages.