Package com.google.api.expr.v1alpha1
Interface EvalState.ResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EvalState.Result
,EvalState.Result.Builder
- Enclosing class:
- EvalState
public static interface EvalState.ResultOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getExpr
long getExpr()The id of the expression this result if for.
int64 expr = 1 [json_name = "expr"];
- Returns:
- The expr.
-
getValue
long getValue()The index in `values` of the resulting value.
int64 value = 2 [json_name = "value"];
- Returns:
- The value.
-