Uses of Class
com.google.protobuf.NullValue
-
Packages that use NullValue Package Description com.google.protobuf dev.cel.common.ast dev.cel.expr -
-
Uses of NullValue in com.google.protobuf
Methods in com.google.protobuf that return NullValue Modifier and Type Method Description static NullValueNullValue. forNumber(int value)NullValueValue.Builder. getNullValue().google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];NullValueValue. getNullValue().google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];NullValueValueOrBuilder. getNullValue().google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];static NullValueNullValue. valueOf(int value)Deprecated.static NullValueNullValue. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NullValueNullValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NullValue[]NullValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type NullValue Modifier and Type Method Description static Internal.EnumLiteMap<NullValue>NullValue. internalGetValueMap()Methods in com.google.protobuf with parameters of type NullValue Modifier and Type Method Description Value.BuilderValue.Builder. setNullValue(NullValue value).google.protobuf.NullValue null_value = 1 [json_name = "nullValue"]; -
Uses of NullValue in dev.cel.common.ast
Methods in dev.cel.common.ast that return NullValue Modifier and Type Method Description abstract NullValueCelConstant. nullValue()Methods in dev.cel.common.ast with parameters of type NullValue Modifier and Type Method Description static CelConstantCelConstant. ofValue(NullValue value) -
Uses of NullValue in dev.cel.expr
Methods in dev.cel.expr that return NullValue Modifier and Type Method Description NullValueType.Builder. getNull()Null value.NullValueType. getNull()Null value.NullValueTypeOrBuilder. getNull()Null value.NullValueConstant.Builder. getNullValue()null value.NullValueConstant. getNullValue()null value.NullValueConstantOrBuilder. getNullValue()null value.NullValueValue.Builder. getNullValue()Null value.NullValueValue. getNullValue()Null value.NullValueValueOrBuilder. getNullValue()Null value.Methods in dev.cel.expr with parameters of type NullValue Modifier and Type Method Description Type.BuilderType.Builder. setNull(NullValue value)Null value.Constant.BuilderConstant.Builder. setNullValue(NullValue value)null value.Value.BuilderValue.Builder. setNullValue(NullValue value)Null value.
-