google/api/expr/v1beta1/expr.pb library

Classes

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.
Literal
Represents a primitive literal.
ParsedExpr
An expression together with source information as returned by the parser.

Extensions

GeneratedMessageGenericExtensions on T
Extensions on GeneratedMessages.