google.api.expr.v1alpha1.Expr
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.google.api.expr.v1alpha1.Expr
.withCallExpr(types.google.api.expr.v1alpha1.Expr.Call)
.withComprehensionExpr(types.google.api.expr.v1alpha1.Expr.Comprehension)
.withConstExpr(types.google.api.expr.v1alpha1.Constant)
.withId(1)
.withIdentExpr(types.google.api.expr.v1alpha1.Expr.Ident)
.withListExpr(types.google.api.expr.v1alpha1.Expr.CreateList)
.withSelectExpr(types.google.api.expr.v1alpha1.Expr.Select)
.withStructExpr(types.google.api.expr.v1alpha1.Expr.CreateStruct)
._validate()
Nested Messages
Fields