Uses of Enum Class
io.qdrant.client.grpc.JsonWithInt.NullValue
Packages that use JsonWithInt.NullValue
-
Uses of JsonWithInt.NullValue in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return JsonWithInt.NullValueModifier and TypeMethodDescriptionstatic JsonWithInt.NullValue
JsonWithInt.NullValue.forNumber
(int value) JsonWithInt.Value.Builder.getNullValue()
Represents a null value.JsonWithInt.Value.getNullValue()
Represents a null value.JsonWithInt.ValueOrBuilder.getNullValue()
Represents a null value.static JsonWithInt.NullValue
JsonWithInt.NullValue.valueOf
(int value) Deprecated.static JsonWithInt.NullValue
JsonWithInt.NullValue.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static JsonWithInt.NullValue
Returns the enum constant of this class with the specified name.static JsonWithInt.NullValue[]
JsonWithInt.NullValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.qdrant.client.grpc that return types with arguments of type JsonWithInt.NullValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<JsonWithInt.NullValue>
JsonWithInt.NullValue.internalGetValueMap()
Methods in io.qdrant.client.grpc with parameters of type JsonWithInt.NullValueModifier and TypeMethodDescriptionJsonWithInt.Value.Builder.setNullValue
(JsonWithInt.NullValue value) Represents a null value.