Package com.google.api.expr.v1alpha1
Interface ExplainOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Explain
,Explain.Builder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetExprSteps
(int index) Deprecated.List of steps.int
Deprecated.List of steps.Deprecated.List of steps.getValues
(int index) Deprecated.All of the observed values.int
Deprecated.All of the observed values.Deprecated.All of the observed values.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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 .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
-
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 .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
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"];
-