Uses of Class
io.qdrant.client.grpc.JsonWithInt.Struct
-
Uses of JsonWithInt.Struct in io.qdrant.client.grpc
Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<JsonWithInt.Struct>
JsonWithInt.Struct.getParserForType()
static com.google.protobuf.Parser<JsonWithInt.Struct>
JsonWithInt.Struct.parser()
Modifier 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
Modifier and TypeMethodDescriptionstatic JsonWithInt.Struct
PayloadUtil.toPayloadStruct
(Map<String, Object> inputMap) Converts a map to a payload struct.Modifier and TypeMethodDescriptionPayloadUtil.payloadStructToHashMap
(JsonWithInt.Struct struct) Converts a payload struct to a Java Map.