Uses of Class
dev.cel.expr.ExprValue
-
Packages that use ExprValue Package Description dev.cel.expr -
-
Uses of ExprValue in dev.cel.expr
Methods in dev.cel.expr that return ExprValue Modifier and Type Method Description ExprValue
ExprValue.Builder. build()
ExprValue
ExprValue.Builder. buildPartial()
static ExprValue
ExprValue. getDefaultInstance()
ExprValue
ExprValue.Builder. getDefaultInstanceForType()
ExprValue
ExprValue. getDefaultInstanceForType()
ExprValue
EvalState.Builder. getValues(int index)
The unique values referenced in this message.ExprValue
EvalState. getValues(int index)
The unique values referenced in this message.ExprValue
EvalStateOrBuilder. getValues(int index)
The unique values referenced in this message.static ExprValue
ExprValue. parseDelimitedFrom(java.io.InputStream input)
static ExprValue
ExprValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExprValue
ExprValue. parseFrom(byte[] data)
static ExprValue
ExprValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExprValue
ExprValue. parseFrom(com.google.protobuf.ByteString data)
static ExprValue
ExprValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExprValue
ExprValue. parseFrom(com.google.protobuf.CodedInputStream input)
static ExprValue
ExprValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExprValue
ExprValue. parseFrom(java.io.InputStream input)
static ExprValue
ExprValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExprValue
ExprValue. parseFrom(java.nio.ByteBuffer data)
static ExprValue
ExprValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type ExprValue Modifier and Type Method Description com.google.protobuf.Parser<ExprValue>
ExprValue. getParserForType()
java.util.List<ExprValue>
EvalState.Builder. getValuesList()
The unique values referenced in this message.java.util.List<ExprValue>
EvalState. getValuesList()
The unique values referenced in this message.java.util.List<ExprValue>
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 ExprValue Modifier and Type Method Description EvalState.Builder
EvalState.Builder. addValues(int index, ExprValue value)
The unique values referenced in this message.EvalState.Builder
EvalState.Builder. addValues(ExprValue value)
The unique values referenced in this message.ExprValue.Builder
ExprValue.Builder. mergeFrom(ExprValue other)
static ExprValue.Builder
ExprValue. newBuilder(ExprValue prototype)
EvalState.Builder
EvalState.Builder. setValues(int index, ExprValue value)
The unique values referenced in this message.Method parameters in dev.cel.expr with type arguments of type ExprValue Modifier and Type Method Description EvalState.Builder
EvalState.Builder. addAllValues(java.lang.Iterable<? extends ExprValue> values)
The unique values referenced in this message.
-