Uses of Class
io.qdrant.client.grpc.Points.DeleteFieldIndexCollection.Builder
Packages that use Points.DeleteFieldIndexCollection.Builder
-
Uses of Points.DeleteFieldIndexCollection.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.DeleteFieldIndexCollection.BuilderModifier and TypeMethodDescriptionPoints.DeleteFieldIndexCollection.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.DeleteFieldIndexCollection.Builder.clear()
Points.DeleteFieldIndexCollection.Builder.clearCollectionName()
name of the collectionPoints.DeleteFieldIndexCollection.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.DeleteFieldIndexCollection.Builder.clearFieldName()
Field name to deletePoints.DeleteFieldIndexCollection.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.DeleteFieldIndexCollection.Builder.clearOrdering()
Write ordering guaranteesPoints.DeleteFieldIndexCollection.Builder.clearWait()
Wait until the changes have been applied?Points.DeleteFieldIndexCollection.Builder.clone()
Points.DeleteFieldIndexCollection.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.DeleteFieldIndexCollection.Builder.mergeFrom
(com.google.protobuf.Message other) Points.DeleteFieldIndexCollection.Builder.mergeFrom
(Points.DeleteFieldIndexCollection other) Points.DeleteFieldIndexCollection.Builder.mergeOrdering
(Points.WriteOrdering value) Write ordering guaranteesPoints.DeleteFieldIndexCollection.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.DeleteFieldIndexCollection.newBuilder()
Points.DeleteFieldIndexCollection.newBuilder
(Points.DeleteFieldIndexCollection prototype) Points.DeleteFieldIndexCollection.newBuilderForType()
Points.DeleteFieldIndexCollection.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.DeleteFieldIndexCollection.Builder.setCollectionName
(String value) name of the collectionPoints.DeleteFieldIndexCollection.Builder.setCollectionNameBytes
(com.google.protobuf.ByteString value) name of the collectionPoints.DeleteFieldIndexCollection.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.DeleteFieldIndexCollection.Builder.setFieldName
(String value) Field name to deletePoints.DeleteFieldIndexCollection.Builder.setFieldNameBytes
(com.google.protobuf.ByteString value) Field name to deletePoints.DeleteFieldIndexCollection.Builder.setOrdering
(Points.WriteOrdering value) Write ordering guaranteesPoints.DeleteFieldIndexCollection.Builder.setOrdering
(Points.WriteOrdering.Builder builderForValue) Write ordering guaranteesPoints.DeleteFieldIndexCollection.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.DeleteFieldIndexCollection.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.DeleteFieldIndexCollection.Builder.setWait
(boolean value) Wait until the changes have been applied?Points.DeleteFieldIndexCollection.toBuilder()