Uses of Class
dev.cel.expr.Value
Packages that use Value
-
Uses of Value in dev.cel.expr
Methods in dev.cel.expr that return ValueModifier and TypeMethodDescriptionValue.Builder.build()Value.Builder.buildPartial()static ValueValue.getDefaultInstance()Value.Builder.getDefaultInstanceForType()Value.getDefaultInstanceForType()MapValue.Entry.Builder.getKey()The key.MapValue.Entry.getKey()The key.MapValue.EntryOrBuilder.getKey()The key.ExprValue.Builder.getValue().cel.expr.Value value = 1;ExprValue.getValue().cel.expr.Value value = 1;ExprValueOrBuilder.getValue().cel.expr.Value value = 1;MapValue.Entry.Builder.getValue()The value.MapValue.Entry.getValue()The value.MapValue.EntryOrBuilder.getValue()The value.Explain.Builder.getValues(int index) All of the observed values.Explain.getValues(int index) Deprecated.All of the observed values.ExplainOrBuilder.getValues(int index) Deprecated.All of the observed values.ListValue.Builder.getValues(int index) The ordered values in the list.ListValue.getValues(int index) The ordered values in the list.ListValueOrBuilder.getValues(int index) The ordered values in the list.static ValueValue.parseDelimitedFrom(InputStream input) static ValueValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(byte[] data) static ValueValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(com.google.protobuf.ByteString data) static ValueValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(com.google.protobuf.CodedInputStream input) static ValueValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(InputStream input) static ValueValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(ByteBuffer data) static ValueValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type ValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Value>Value.getParserForType()Explain.Builder.getValuesList()All of the observed values.Explain.getValuesList()Deprecated.All of the observed values.ExplainOrBuilder.getValuesList()Deprecated.All of the observed values.ListValue.Builder.getValuesList()The ordered values in the list.ListValue.getValuesList()The ordered values in the list.ListValueOrBuilder.getValuesList()The ordered values in the list.static com.google.protobuf.Parser<Value>Value.parser()Methods in dev.cel.expr with parameters of type ValueModifier and TypeMethodDescriptionAll of the observed values.All of the observed values.The ordered values in the list.The ordered values in the list.The key.ExprValue.Builder.mergeValue(Value value) .cel.expr.Value value = 1;MapValue.Entry.Builder.mergeValue(Value value) The value.static Value.BuilderValue.newBuilder(Value prototype) The key..cel.expr.Value value = 1;The value.All of the observed values.The ordered values in the list.Method parameters in dev.cel.expr with type arguments of type ValueModifier and TypeMethodDescriptionExplain.Builder.addAllValues(Iterable<? extends Value> values) All of the observed values.ListValue.Builder.addAllValues(Iterable<? extends Value> values) The ordered values in the list. -
Uses of Value in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ValueModifier and TypeMethodDescriptionTypedResult.Builder.getResult()A normal value, which must match the evaluation result exactly via value equality semantics.TypedResult.getResult()A normal value, which must match the evaluation result exactly via value equality semantics.TypedResultOrBuilder.getResult()A normal value, which must match the evaluation result exactly via value equality semantics.TestOutput.Builder.getResultValue()A normal value, which must match the evaluation result exactly via value equality semantics.TestOutput.getResultValue()A normal value, which must match the evaluation result exactly via value equality semantics.TestOutputOrBuilder.getResultValue()A normal value, which must match the evaluation result exactly via value equality semantics.InputValue.Builder.getValue()A simple literal value for a variable bindingInputValue.getValue()A simple literal value for a variable bindingInputValueOrBuilder.getValue()A simple literal value for a variable bindingSimpleTest.Builder.getValue()A normal value, which must match the evaluation result exactly via value equality semantics.SimpleTest.getValue()A normal value, which must match the evaluation result exactly via value equality semantics.SimpleTestOrBuilder.getValue()A normal value, which must match the evaluation result exactly via value equality semantics.Methods in dev.cel.expr.conformance.test with parameters of type ValueModifier and TypeMethodDescriptionTypedResult.Builder.mergeResult(Value value) A normal value, which must match the evaluation result exactly via value equality semantics.TestOutput.Builder.mergeResultValue(Value value) A normal value, which must match the evaluation result exactly via value equality semantics.InputValue.Builder.mergeValue(Value value) A simple literal value for a variable bindingSimpleTest.Builder.mergeValue(Value value) A normal value, which must match the evaluation result exactly via value equality semantics.A normal value, which must match the evaluation result exactly via value equality semantics.TestOutput.Builder.setResultValue(Value value) A normal value, which must match the evaluation result exactly via value equality semantics.A simple literal value for a variable bindingA normal value, which must match the evaluation result exactly via value equality semantics.