Package dev.cel.expr
Interface ExplainOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Explain
,Explain.Builder
@Deprecated public interface ExplainOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Explain.ExprStep
getExprSteps(int index)
Deprecated.List of steps.int
getExprStepsCount()
Deprecated.List of steps.java.util.List<Explain.ExprStep>
getExprStepsList()
Deprecated.List of steps.Explain.ExprStepOrBuilder
getExprStepsOrBuilder(int index)
Deprecated.List of steps.java.util.List<? extends Explain.ExprStepOrBuilder>
getExprStepsOrBuilderList()
Deprecated.List of steps.Value
getValues(int index)
Deprecated.All of the observed values.int
getValuesCount()
Deprecated.All of the observed values.java.util.List<Value>
getValuesList()
Deprecated.All of the observed values.ValueOrBuilder
getValuesOrBuilder(int index)
Deprecated.All of the observed values.java.util.List<? extends ValueOrBuilder>
getValuesOrBuilderList()
Deprecated.All of the observed values.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-