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

    Modifier and Type
    Method
    Description
    The expression this result is for.
    int
    The index in `values` of the resulting value.
    boolean
    The expression this result is for.

    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.