Uses of Class
dev.cel.expr.ExprValue
Packages that use ExprValue
-
Uses of ExprValue in dev.cel.expr
Methods in dev.cel.expr that return ExprValueModifier and TypeMethodDescriptionExprValue.Builder.build()ExprValue.Builder.buildPartial()static ExprValueExprValue.getDefaultInstance()ExprValue.Builder.getDefaultInstanceForType()ExprValue.getDefaultInstanceForType()EvalState.Builder.getValues(int index) The unique values referenced in this message.EvalState.getValues(int index) The unique values referenced in this message.EvalStateOrBuilder.getValues(int index) The unique values referenced in this message.static ExprValueExprValue.parseDelimitedFrom(InputStream input) static ExprValueExprValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExprValueExprValue.parseFrom(byte[] data) static ExprValueExprValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExprValueExprValue.parseFrom(com.google.protobuf.ByteString data) static ExprValueExprValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExprValueExprValue.parseFrom(com.google.protobuf.CodedInputStream input) static ExprValueExprValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExprValueExprValue.parseFrom(InputStream input) static ExprValueExprValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExprValueExprValue.parseFrom(ByteBuffer data) static ExprValueExprValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type ExprValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExprValue>ExprValue.getParserForType()EvalState.Builder.getValuesList()The unique values referenced in this message.EvalState.getValuesList()The unique values referenced in this message.EvalStateOrBuilder.getValuesList()The unique values referenced in this message.static com.google.protobuf.Parser<ExprValue>ExprValue.parser()Methods in dev.cel.expr with parameters of type ExprValueModifier and TypeMethodDescriptionThe unique values referenced in this message.The unique values referenced in this message.static ExprValue.BuilderExprValue.newBuilder(ExprValue prototype) The unique values referenced in this message.Method parameters in dev.cel.expr with type arguments of type ExprValueModifier and TypeMethodDescriptionEvalState.Builder.addAllValues(Iterable<? extends ExprValue> values) The unique values referenced in this message. -
Uses of ExprValue in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return ExprValueModifier and TypeMethodDescriptionEvalRequest.Builder.getBindingsOrDefault(String key, ExprValue defaultValue) Bindings for the external variables.EvalRequest.getBindingsOrDefault(String key, ExprValue defaultValue) Bindings for the external variables.EvalRequestOrBuilder.getBindingsOrDefault(String key, ExprValue defaultValue) Bindings for the external variables.EvalRequest.Builder.getBindingsOrThrow(String key) Bindings for the external variables.EvalRequest.getBindingsOrThrow(String key) Bindings for the external variables.EvalRequestOrBuilder.getBindingsOrThrow(String key) Bindings for the external variables.EvalResponse.Builder.getResult()The execution result, or unset if execution couldn't start.EvalResponse.getResult()The execution result, or unset if execution couldn't start.EvalResponseOrBuilder.getResult()The execution result, or unset if execution couldn't start.Methods in dev.cel.expr.conformance that return types with arguments of type ExprValueModifier and TypeMethodDescriptionEvalRequest.Builder.getBindings()Deprecated.EvalRequest.getBindings()Deprecated.EvalRequestOrBuilder.getBindings()Deprecated.EvalRequest.Builder.getBindingsMap()Bindings for the external variables.EvalRequest.getBindingsMap()Bindings for the external variables.EvalRequestOrBuilder.getBindingsMap()Bindings for the external variables.EvalRequest.Builder.getMutableBindings()Deprecated.Methods in dev.cel.expr.conformance with parameters of type ExprValueModifier and TypeMethodDescriptionEvalRequest.Builder.getBindingsOrDefault(String key, ExprValue defaultValue) Bindings for the external variables.EvalRequest.getBindingsOrDefault(String key, ExprValue defaultValue) Bindings for the external variables.EvalRequestOrBuilder.getBindingsOrDefault(String key, ExprValue defaultValue) Bindings for the external variables.EvalResponse.Builder.mergeResult(ExprValue value) The execution result, or unset if execution couldn't start.EvalRequest.Builder.putBindings(String key, ExprValue value) Bindings for the external variables.The execution result, or unset if execution couldn't start.Method parameters in dev.cel.expr.conformance with type arguments of type ExprValueModifier and TypeMethodDescriptionEvalRequest.Builder.putAllBindings(Map<String, ExprValue> values) Bindings for the external variables. -
Uses of ExprValue in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ExprValueModifier and TypeMethodDescriptionSimpleTest.Builder.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.SimpleTest.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.SimpleTestOrBuilder.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.SimpleTest.Builder.getBindingsOrThrow(String key) Variable bindings to use for the eval phase.SimpleTest.getBindingsOrThrow(String key) Variable bindings to use for the eval phase.SimpleTestOrBuilder.getBindingsOrThrow(String key) Variable bindings to use for the eval phase.Methods in dev.cel.expr.conformance.test that return types with arguments of type ExprValueModifier and TypeMethodDescriptionSimpleTest.Builder.getBindings()Deprecated.SimpleTest.getBindings()Deprecated.SimpleTestOrBuilder.getBindings()Deprecated.SimpleTest.Builder.getBindingsMap()Variable bindings to use for the eval phase.SimpleTest.getBindingsMap()Variable bindings to use for the eval phase.SimpleTestOrBuilder.getBindingsMap()Variable bindings to use for the eval phase.SimpleTest.Builder.getMutableBindings()Deprecated.Methods in dev.cel.expr.conformance.test with parameters of type ExprValueModifier and TypeMethodDescriptionSimpleTest.Builder.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.SimpleTest.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.SimpleTestOrBuilder.getBindingsOrDefault(String key, ExprValue defaultValue) Variable bindings to use for the eval phase.SimpleTest.Builder.putBindings(String key, ExprValue value) Variable bindings to use for the eval phase.Method parameters in dev.cel.expr.conformance.test with type arguments of type ExprValueModifier and TypeMethodDescriptionSimpleTest.Builder.putAllBindings(Map<String, ExprValue> values) Variable bindings to use for the eval phase.