Package dev.cel.expr

Interface ExplainOrBuilder

    • Method Detail

      • getValuesList

        java.util.List<Value> getValuesList()
        Deprecated.
         All of the observed values.
         The field value_index is an index in the values list.
         Separating values from steps is needed to remove redundant values.
         
        repeated .cel.expr.Value values = 1;
      • getValues

        Value getValues​(int index)
        Deprecated.
         All of the observed values.
         The field value_index is an index in the values list.
         Separating values from steps is needed to remove redundant values.
         
        repeated .cel.expr.Value values = 1;
      • getValuesCount

        int getValuesCount()
        Deprecated.
         All of the observed values.
         The field value_index is an index in the values list.
         Separating values from steps is needed to remove redundant values.
         
        repeated .cel.expr.Value values = 1;
      • getValuesOrBuilderList

        java.util.List<? extends ValueOrBuilder> getValuesOrBuilderList()
        Deprecated.
         All of the observed values.
         The field value_index is an index in the values list.
         Separating values from steps is needed to remove redundant values.
         
        repeated .cel.expr.Value values = 1;
      • getValuesOrBuilder

        ValueOrBuilder getValuesOrBuilder​(int index)
        Deprecated.
         All of the observed values.
         The field value_index is an index in the values list.
         Separating values from steps is needed to remove redundant values.
         
        repeated .cel.expr.Value values = 1;
      • getExprStepsList

        java.util.List<Explain.ExprStep> getExprStepsList()
        Deprecated.
         List of steps.
         Repeated evaluations of the same expression generate new ExprStep
         instances. The order of such ExprStep instances matches the order of
         elements returned by Comprehension.iter_range.
         
        repeated .cel.expr.Explain.ExprStep expr_steps = 2;
      • getExprSteps

        Explain.ExprStep getExprSteps​(int index)
        Deprecated.
         List of steps.
         Repeated evaluations of the same expression generate new ExprStep
         instances. The order of such ExprStep instances matches the order of
         elements returned by Comprehension.iter_range.
         
        repeated .cel.expr.Explain.ExprStep expr_steps = 2;
      • getExprStepsCount

        int getExprStepsCount()
        Deprecated.
         List of steps.
         Repeated evaluations of the same expression generate new ExprStep
         instances. The order of such ExprStep instances matches the order of
         elements returned by Comprehension.iter_range.
         
        repeated .cel.expr.Explain.ExprStep expr_steps = 2;
      • getExprStepsOrBuilderList

        java.util.List<? extends Explain.ExprStepOrBuilder> getExprStepsOrBuilderList()
        Deprecated.
         List of steps.
         Repeated evaluations of the same expression generate new ExprStep
         instances. The order of such ExprStep instances matches the order of
         elements returned by Comprehension.iter_range.
         
        repeated .cel.expr.Explain.ExprStep expr_steps = 2;
      • getExprStepsOrBuilder

        Explain.ExprStepOrBuilder getExprStepsOrBuilder​(int index)
        Deprecated.
         List of steps.
         Repeated evaluations of the same expression generate new ExprStep
         instances. The order of such ExprStep instances matches the order of
         elements returned by Comprehension.iter_range.
         
        repeated .cel.expr.Explain.ExprStep expr_steps = 2;