Package com.google.api.expr.v1alpha1
Interface EvalStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EvalState
,EvalState.Builder
public interface EvalStateOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResults
(int index) An ordered list of results.int
An ordered list of results.An ordered list of results.getValues
(int index) The unique values referenced in this message.int
The unique values referenced in this message.The unique values referenced in this message.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValuesList
The unique values referenced in this message.
repeated .google.api.expr.v1alpha1.ExprValue values = 1 [json_name = "values"];
-
getValues
The unique values referenced in this message.
repeated .google.api.expr.v1alpha1.ExprValue values = 1 [json_name = "values"];
-
getValuesCount
int getValuesCount()The unique values referenced in this message.
repeated .google.api.expr.v1alpha1.ExprValue values = 1 [json_name = "values"];
-
getResultsList
List<EvalState.Result> getResultsList()An ordered list of results. Tracks the flow of evaluation through the expression. May be sparse.
repeated .google.api.expr.v1alpha1.EvalState.Result results = 3 [json_name = "results"];
-
getResults
An ordered list of results. Tracks the flow of evaluation through the expression. May be sparse.
repeated .google.api.expr.v1alpha1.EvalState.Result results = 3 [json_name = "results"];
-
getResultsCount
int getResultsCount()An ordered list of results. Tracks the flow of evaluation through the expression. May be sparse.
repeated .google.api.expr.v1alpha1.EvalState.Result results = 3 [json_name = "results"];
-