Home

google.api.expr.v1alpha1.Expr.Comprehension

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.Comprehension
.withAccuInit(types.google.api.expr.v1alpha1.Expr)
.withAccuVar('string')
.withIterRange(types.google.api.expr.v1alpha1.Expr)
.withIterVar('string')
.withLoopCondition(types.google.api.expr.v1alpha1.Expr)
.withLoopStep(types.google.api.expr.v1alpha1.Expr)
.withResult(types.google.api.expr.v1alpha1.Expr)
._validate()

Fields

Name Type One-of group Required Constraints
accu_init google.api.expr.v1alpha1.Expr  
accu_var string  
iter_range google.api.expr.v1alpha1.Expr  
iter_var string  
loop_condition google.api.expr.v1alpha1.Expr  
loop_step google.api.expr.v1alpha1.Expr  
result google.api.expr.v1alpha1.Expr