Uses of Class
dev.cel.expr.Constant.Builder
-
Packages that use Constant.Builder Package Description dev.cel.expr -
-
Uses of Constant.Builder in dev.cel.expr
Methods in dev.cel.expr that return Constant.Builder Modifier and Type Method Description Constant.BuilderConstant.Builder. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)Constant.BuilderConstant.Builder. clear()Constant.BuilderConstant.Builder. clearBoolValue()boolean value.Constant.BuilderConstant.Builder. clearBytesValue()bytes value.Constant.BuilderConstant.Builder. clearConstantKind()Constant.BuilderConstant.Builder. clearDoubleValue()double value.Constant.BuilderConstant.Builder. clearDurationValue()Deprecated.Constant.BuilderConstant.Builder. clearField(Descriptors.FieldDescriptor field)Constant.BuilderConstant.Builder. clearInt64Value()int64 value.Constant.BuilderConstant.Builder. clearNullValue()null value.Constant.BuilderConstant.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Constant.BuilderConstant.Builder. clearStringValue()string value.Constant.BuilderConstant.Builder. clearTimestampValue()Deprecated.Constant.BuilderConstant.Builder. clearUint64Value()uint64 value.Constant.BuilderConstant.Builder. clone()Constant.BuilderExpr.Builder. getConstExprBuilder()A constant expression.Constant.BuilderDecl.IdentDecl.Builder. getValueBuilder()The constant value of the identifier.Constant.BuilderReference.Builder. getValueBuilder()For references to constants, this may contain the value of the constant if known at compile time.Constant.BuilderConstant.Builder. mergeDurationValue(Duration value)Deprecated.Constant.BuilderConstant.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Constant.BuilderConstant.Builder. mergeFrom(Message other)Constant.BuilderConstant.Builder. mergeFrom(Constant other)Constant.BuilderConstant.Builder. mergeTimestampValue(Timestamp value)Deprecated.Constant.BuilderConstant.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)static Constant.BuilderConstant. newBuilder()static Constant.BuilderConstant. newBuilder(Constant prototype)Constant.BuilderConstant. newBuilderForType()protected Constant.BuilderConstant. newBuilderForType(GeneratedMessageV3.BuilderParent parent)Constant.BuilderConstant.Builder. setBoolValue(boolean value)boolean value.Constant.BuilderConstant.Builder. setBytesValue(ByteString value)bytes value.Constant.BuilderConstant.Builder. setDoubleValue(double value)double value.Constant.BuilderConstant.Builder. setDurationValue(Duration value)Deprecated.Constant.BuilderConstant.Builder. setDurationValue(Duration.Builder builderForValue)Deprecated.Constant.BuilderConstant.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Constant.BuilderConstant.Builder. setInt64Value(long value)int64 value.Constant.BuilderConstant.Builder. setNullValue(NullValue value)null value.Constant.BuilderConstant.Builder. setNullValueValue(int value)null value.Constant.BuilderConstant.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Constant.BuilderConstant.Builder. setStringValue(java.lang.String value)string value.Constant.BuilderConstant.Builder. setStringValueBytes(ByteString value)string value.Constant.BuilderConstant.Builder. setTimestampValue(Timestamp value)Deprecated.Constant.BuilderConstant.Builder. setTimestampValue(Timestamp.Builder builderForValue)Deprecated.Constant.BuilderConstant.Builder. setUint64Value(long value)uint64 value.Constant.BuilderConstant.Builder. setUnknownFields(UnknownFieldSet unknownFields)Constant.BuilderConstant. toBuilder()Methods in dev.cel.expr with parameters of type Constant.Builder Modifier and Type Method Description Expr.BuilderExpr.Builder. setConstExpr(Constant.Builder builderForValue)A constant expression.Decl.IdentDecl.BuilderDecl.IdentDecl.Builder. setValue(Constant.Builder builderForValue)The constant value of the identifier.Reference.BuilderReference.Builder. setValue(Constant.Builder builderForValue)For references to constants, this may contain the value of the constant if known at compile time.
-