Package com.google.api.expr.v1beta1
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
-
hasExpr
boolean hasExpr()The expression this result is for.
.google.api.expr.v1beta1.IdRef expr = 1 [json_name = "expr"];
- Returns:
- Whether the expr field is set.
-
getExpr
IdRef getExpr()The expression this result is for.
.google.api.expr.v1beta1.IdRef expr = 1 [json_name = "expr"];
- Returns:
- The expr.
-
getValue
int getValue()The index in `values` of the resulting value.
int32 value = 2 [json_name = "value"];
- Returns:
- The value.
-