Interface ContextProto.EvaluateRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ContextProto.EvaluateRequest, ContextProto.EvaluateRequest.Builder
Enclosing class:
ContextProto

public static interface ContextProto.EvaluateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExpression

      String getExpression()
      string expression = 1;
      Returns:
      The expression.
    • getExpressionBytes

      com.google.protobuf.ByteString getExpressionBytes()
      string expression = 1;
      Returns:
      The bytes for expression.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      Returns:
      The bytes for type.
    • getParametersList

      List<ContextProto.Variable> getParametersList()
      repeated .context.Variable parameters = 3;
    • getParameters

      ContextProto.Variable getParameters(int index)
      repeated .context.Variable parameters = 3;
    • getParametersCount

      int getParametersCount()
      repeated .context.Variable parameters = 3;
    • getParametersOrBuilderList

      List<? extends ContextProto.VariableOrBuilder> getParametersOrBuilderList()
      repeated .context.Variable parameters = 3;
    • getParametersOrBuilder

      ContextProto.VariableOrBuilder getParametersOrBuilder(int index)
      repeated .context.Variable parameters = 3;