Uses of Enum Class
io.metaloom.qdrant.client.grpc.proto.JsonWithInt.NullValue
Packages that use JsonWithInt.NullValue
-
Uses of JsonWithInt.NullValue in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return JsonWithInt.NullValueModifier and TypeMethodDescriptionstatic JsonWithInt.NullValueJsonWithInt.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.NullValueJsonWithInt.NullValue.valueOf(int value) Deprecated.static JsonWithInt.NullValueJsonWithInt.NullValue.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static JsonWithInt.NullValueReturns 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.metaloom.qdrant.client.grpc.proto that return types with arguments of type JsonWithInt.NullValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<JsonWithInt.NullValue>JsonWithInt.NullValue.internalGetValueMap()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type JsonWithInt.NullValueModifier and TypeMethodDescriptionJsonWithInt.Value.Builder.setNullValue(JsonWithInt.NullValue value) Represents a null value.