Uses of Class
io.qdrant.client.grpc.JsonWithInt.Struct
Packages that use JsonWithInt.Struct
-
Uses of JsonWithInt.Struct in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return JsonWithInt.StructModifier and TypeMethodDescriptionJsonWithInt.Struct.Builder.build()
JsonWithInt.Struct.Builder.buildPartial()
static JsonWithInt.Struct
JsonWithInt.Struct.getDefaultInstance()
JsonWithInt.Struct.Builder.getDefaultInstanceForType()
JsonWithInt.Struct.getDefaultInstanceForType()
JsonWithInt.Value.Builder.getStructValue()
Represents a structured value.JsonWithInt.Value.getStructValue()
Represents a structured value.JsonWithInt.ValueOrBuilder.getStructValue()
Represents a structured value.static JsonWithInt.Struct
JsonWithInt.Struct.parseDelimitedFrom
(InputStream input) static JsonWithInt.Struct
JsonWithInt.Struct.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(byte[] data) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(com.google.protobuf.ByteString data) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(com.google.protobuf.CodedInputStream input) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(InputStream input) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(ByteBuffer data) static JsonWithInt.Struct
JsonWithInt.Struct.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type JsonWithInt.StructModifier and TypeMethodDescriptioncom.google.protobuf.Parser<JsonWithInt.Struct>
JsonWithInt.Struct.getParserForType()
static com.google.protobuf.Parser<JsonWithInt.Struct>
JsonWithInt.Struct.parser()
Methods in io.qdrant.client.grpc with parameters of type JsonWithInt.StructModifier and TypeMethodDescriptionJsonWithInt.Struct.Builder.mergeFrom
(JsonWithInt.Struct other) JsonWithInt.Value.Builder.mergeStructValue
(JsonWithInt.Struct value) Represents a structured value.static JsonWithInt.Struct.Builder
JsonWithInt.Struct.newBuilder
(JsonWithInt.Struct prototype) JsonWithInt.Value.Builder.setStructValue
(JsonWithInt.Struct value) Represents a structured value. -
Uses of JsonWithInt.Struct in io.qdrant.client.utils
Methods in io.qdrant.client.utils that return JsonWithInt.StructModifier and TypeMethodDescriptionstatic JsonWithInt.Struct
PayloadUtil.toPayloadStruct
(Map<String, Object> inputMap) Converts a map to a payload struct.Methods in io.qdrant.client.utils with parameters of type JsonWithInt.StructModifier and TypeMethodDescriptionPayloadUtil.payloadStructToHashMap
(JsonWithInt.Struct struct) Converts a payload struct to a Java Map.