Uses of Enum Class
io.qdrant.client.grpc.JsonWithInt.NullValue
-
Uses of JsonWithInt.NullValue in io.qdrant.client.grpc
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<JsonWithInt.NullValue>
JsonWithInt.NullValue.internalGetValueMap()
Modifier and TypeMethodDescriptionJsonWithInt.Value.Builder.setNullValue
(JsonWithInt.NullValue value) Represents a null value.