Home

google.api.expr.v1alpha1.CheckedExpr

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.CheckedExpr
.withExpr(types.google.api.expr.v1alpha1.Expr)
.withExprVersion('string')
.withReferenceMap({ key: types.google.api.expr.v1alpha1.Reference })
.withSourceInfo(types.google.api.expr.v1alpha1.SourceInfo)
.withTypeMap({ key: types.google.api.expr.v1alpha1.Type })
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
expr google.api.expr.v1alpha1.Expr  
expr_version string  
reference_map map[string] google.api.expr.v1alpha1.Reference  
source_info google.api.expr.v1alpha1.SourceInfo  
type_map map[string] google.api.expr.v1alpha1.Type