Package dev.cel.expr
Interface ExplainOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Explain,Explain.Builder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetExprSteps(int index) Deprecated.List of steps.intDeprecated.List of steps.Deprecated.List of steps.getExprStepsOrBuilder(int index) Deprecated.List of steps.List<? extends Explain.ExprStepOrBuilder>Deprecated.List of steps.getValues(int index) Deprecated.All of the observed values.intDeprecated.All of the observed values.Deprecated.All of the observed values.getValuesOrBuilder(int index) Deprecated.All of the observed values.List<? extends ValueOrBuilder>Deprecated.All of the observed values.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
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
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
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
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;
-