Interface ExplainOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Explain, Explain.Builder

@Deprecated public interface ExplainOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Details

    • getValuesList

      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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
    • 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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
    • 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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
    • getExprStepsList

      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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"];
    • 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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"];
    • 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 .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2 [json_name = "exprSteps"];