Expr$json top-level constant
Implementation
@$core.Deprecated('Use exprDescriptor instead')
const Expr$json = {
'1': 'Expr',
'2': [
{'1': 'id', '3': 2, '4': 1, '5': 3, '10': 'id'},
{
'1': 'const_expr',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Constant',
'9': 0,
'10': 'constExpr'
},
{
'1': 'ident_expr',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Expr.Ident',
'9': 0,
'10': 'identExpr'
},
{
'1': 'select_expr',
'3': 5,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Expr.Select',
'9': 0,
'10': 'selectExpr'
},
{
'1': 'call_expr',
'3': 6,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Expr.Call',
'9': 0,
'10': 'callExpr'
},
{
'1': 'list_expr',
'3': 7,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Expr.CreateList',
'9': 0,
'10': 'listExpr'
},
{
'1': 'struct_expr',
'3': 8,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Expr.CreateStruct',
'9': 0,
'10': 'structExpr'
},
{
'1': 'comprehension_expr',
'3': 9,
'4': 1,
'5': 11,
'6': '.google.api.expr.v1alpha1.Expr.Comprehension',
'9': 0,
'10': 'comprehensionExpr'
},
],
'3': [
Expr_Ident$json,
Expr_Select$json,
Expr_Call$json,
Expr_CreateList$json,
Expr_CreateStruct$json,
Expr_Comprehension$json
],
'8': [
{'1': 'expr_kind'},
],
};