Uses of Class
io.qdrant.client.grpc.Collections.CollectionInfo.Builder
-
Uses of Collections.CollectionInfo.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionCollections.CollectionInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Collections.CollectionInfo.Builder.clear()
Collections.CollectionInfo.Builder.clearConfig()
ConfigurationCollections.CollectionInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Collections.CollectionInfo.Builder.clearIndexedVectorsCount()
number of indexed vectors in the collection.Collections.CollectionInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Collections.CollectionInfo.Builder.clearOptimizerStatus()
status of collection optimizersCollections.CollectionInfo.Builder.clearPayloadSchema()
Collections.CollectionInfo.Builder.clearPointsCount()
number of points in the collectionCollections.CollectionInfo.Builder.clearSegmentsCount()
Number of independent segmentsCollections.CollectionInfo.Builder.clearStatus()
operating condition of the collectionCollections.CollectionInfo.Builder.clearVectorsCount()
number of vectors in the collectionCollections.CollectionInfo.Builder.clone()
Collections.GetCollectionInfoResponse.Builder.getResultBuilder()
.qdrant.CollectionInfo result = 1;
Collections.CollectionInfo.Builder.mergeConfig
(Collections.CollectionConfig value) ConfigurationCollections.CollectionInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Collections.CollectionInfo.Builder.mergeFrom
(com.google.protobuf.Message other) Collections.CollectionInfo.Builder.mergeFrom
(Collections.CollectionInfo other) Collections.CollectionInfo.Builder.mergeOptimizerStatus
(Collections.OptimizerStatus value) status of collection optimizersCollections.CollectionInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Collections.CollectionInfo.newBuilder()
Collections.CollectionInfo.newBuilder
(Collections.CollectionInfo prototype) Collections.CollectionInfo.newBuilderForType()
protected Collections.CollectionInfo.Builder
Collections.CollectionInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Collections.CollectionInfo.Builder.putAllPayloadSchema
(Map<String, Collections.PayloadSchemaInfo> values) Collection data typesCollections.CollectionInfo.Builder.putPayloadSchema
(String key, Collections.PayloadSchemaInfo value) Collection data typesCollections.CollectionInfo.Builder.removePayloadSchema
(String key) Collection data typesCollections.CollectionInfo.Builder.setConfig
(Collections.CollectionConfig value) ConfigurationCollections.CollectionInfo.Builder.setConfig
(Collections.CollectionConfig.Builder builderForValue) ConfigurationCollections.CollectionInfo.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Collections.CollectionInfo.Builder.setIndexedVectorsCount
(long value) number of indexed vectors in the collection.Collections.CollectionInfo.Builder.setOptimizerStatus
(Collections.OptimizerStatus value) status of collection optimizersCollections.CollectionInfo.Builder.setOptimizerStatus
(Collections.OptimizerStatus.Builder builderForValue) status of collection optimizersCollections.CollectionInfo.Builder.setPointsCount
(long value) number of points in the collectionCollections.CollectionInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Collections.CollectionInfo.Builder.setSegmentsCount
(long value) Number of independent segmentsCollections.CollectionInfo.Builder.setStatus
(Collections.CollectionStatus value) operating condition of the collectionCollections.CollectionInfo.Builder.setStatusValue
(int value) operating condition of the collectionCollections.CollectionInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Collections.CollectionInfo.Builder.setVectorsCount
(long value) number of vectors in the collectionCollections.CollectionInfo.toBuilder()
Modifier and TypeMethodDescriptionCollections.GetCollectionInfoResponse.Builder.setResult
(Collections.CollectionInfo.Builder builderForValue) .qdrant.CollectionInfo result = 1;