Uses of Class
io.metaloom.qdrant.client.grpc.proto.PointsInternalService.CountPointsInternal.Builder
Packages that use PointsInternalService.CountPointsInternal.Builder
-
Uses of PointsInternalService.CountPointsInternal.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return PointsInternalService.CountPointsInternal.BuilderModifier and TypeMethodDescriptionPointsInternalService.CountPointsInternal.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.CountPointsInternal.Builder.clear()PointsInternalService.CountPointsInternal.Builder.clearCountPoints().qdrant.CountPoints count_points = 1;PointsInternalService.CountPointsInternal.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PointsInternalService.CountPointsInternal.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PointsInternalService.CountPointsInternal.Builder.clearShardId()uint32 shard_id = 2;PointsInternalService.CountPointsInternal.Builder.clone()PointsInternalService.CountPointsInternal.Builder.mergeCountPoints(Points.CountPoints value) .qdrant.CountPoints count_points = 1;PointsInternalService.CountPointsInternal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsInternalService.CountPointsInternal.Builder.mergeFrom(com.google.protobuf.Message other) PointsInternalService.CountPointsInternal.Builder.mergeFrom(PointsInternalService.CountPointsInternal other) PointsInternalService.CountPointsInternal.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.CountPointsInternal.newBuilder()PointsInternalService.CountPointsInternal.newBuilder(PointsInternalService.CountPointsInternal prototype) PointsInternalService.CountPointsInternal.newBuilderForType()PointsInternalService.CountPointsInternal.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PointsInternalService.CountPointsInternal.Builder.setCountPoints(Points.CountPoints value) .qdrant.CountPoints count_points = 1;PointsInternalService.CountPointsInternal.Builder.setCountPoints(Points.CountPoints.Builder builderForValue) .qdrant.CountPoints count_points = 1;PointsInternalService.CountPointsInternal.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.CountPointsInternal.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PointsInternalService.CountPointsInternal.Builder.setShardId(int value) uint32 shard_id = 2;PointsInternalService.CountPointsInternal.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.CountPointsInternal.toBuilder()