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 Summary
Modifier and TypeMethodDescriptionstring expression = 1;com.google.protobuf.ByteStringstring expression = 1;getParameters(int index) repeated .context.Variable parameters = 3;intrepeated .context.Variable parameters = 3;repeated .context.Variable parameters = 3;getParametersOrBuilder(int index) repeated .context.Variable parameters = 3;List<? extends ContextProto.VariableOrBuilder> repeated .context.Variable parameters = 3;getType()string type = 2;com.google.protobuf.ByteStringstring type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
repeated .context.Variable parameters = 3;
-