Uses of Class
dev.cel.expr.ExprValue.Builder
Packages that use ExprValue.Builder
-
Uses of ExprValue.Builder in dev.cel.expr
Methods in dev.cel.expr that return ExprValue.BuilderModifier and TypeMethodDescriptionExprValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EvalState.Builder.addValuesBuilder()The unique values referenced in this message.EvalState.Builder.addValuesBuilder(int index) The unique values referenced in this message.ExprValue.Builder.clear()ExprValue.Builder.clearError()The set of errors in the critical path of evaluation.ExprValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ExprValue.Builder.clearKind()ExprValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ExprValue.Builder.clearUnknown()The set of unknowns in the critical path of evaluation.ExprValue.Builder.clearValue().cel.expr.Value value = 1;ExprValue.Builder.clone()EvalState.Builder.getValuesBuilder(int index) The unique values referenced in this message.ExprValue.Builder.mergeError(ErrorSet value) The set of errors in the critical path of evaluation.ExprValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExprValue.Builder.mergeFrom(com.google.protobuf.Message other) ExprValue.Builder.mergeUnknown(UnknownSet value) The set of unknowns in the critical path of evaluation.final ExprValue.BuilderExprValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ExprValue.Builder.mergeValue(Value value) .cel.expr.Value value = 1;static ExprValue.BuilderExprValue.newBuilder()static ExprValue.BuilderExprValue.newBuilder(ExprValue prototype) ExprValue.newBuilderForType()protected ExprValue.BuilderExprValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The set of errors in the critical path of evaluation.ExprValue.Builder.setError(ErrorSet.Builder builderForValue) The set of errors in the critical path of evaluation.ExprValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ExprValue.Builder.setUnknown(UnknownSet value) The set of unknowns in the critical path of evaluation.ExprValue.Builder.setUnknown(UnknownSet.Builder builderForValue) The set of unknowns in the critical path of evaluation.final ExprValue.BuilderExprValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) .cel.expr.Value value = 1;ExprValue.Builder.setValue(Value.Builder builderForValue) .cel.expr.Value value = 1;ExprValue.toBuilder()Methods in dev.cel.expr that return types with arguments of type ExprValue.BuilderModifier and TypeMethodDescriptionEvalState.Builder.getValuesBuilderList()The unique values referenced in this message.Methods in dev.cel.expr with parameters of type ExprValue.BuilderModifier and TypeMethodDescriptionEvalState.Builder.addValues(int index, ExprValue.Builder builderForValue) The unique values referenced in this message.EvalState.Builder.addValues(ExprValue.Builder builderForValue) The unique values referenced in this message.EvalState.Builder.setValues(int index, ExprValue.Builder builderForValue) The unique values referenced in this message. -
Uses of ExprValue.Builder in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return ExprValue.BuilderModifier and TypeMethodDescriptionEvalResponse.Builder.getResultBuilder()The execution result, or unset if execution couldn't start.EvalRequest.Builder.putBindingsBuilderIfAbsent(String key) Bindings for the external variables.Methods in dev.cel.expr.conformance with parameters of type ExprValue.BuilderModifier and TypeMethodDescriptionEvalResponse.Builder.setResult(ExprValue.Builder builderForValue) The execution result, or unset if execution couldn't start. -
Uses of ExprValue.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ExprValue.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.putBindingsBuilderIfAbsent(String key) Variable bindings to use for the eval phase.