Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.DeleteFieldIndexCollection.Builder
Packages that use Points.DeleteFieldIndexCollection.Builder
-
Uses of Points.DeleteFieldIndexCollection.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto 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.clearWait()Wait until the changes have been applied?Points.DeleteFieldIndexCollection.Builder.clone()PointsInternalService.DeleteFieldIndexCollectionInternal.Builder.getDeleteFieldIndexCollectionBuilder().qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1;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.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.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()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.DeleteFieldIndexCollection.BuilderModifier and TypeMethodDescriptionPointsInternalService.DeleteFieldIndexCollectionInternal.Builder.setDeleteFieldIndexCollection(Points.DeleteFieldIndexCollection.Builder builderForValue) .qdrant.DeleteFieldIndexCollection delete_field_index_collection = 1;