PointsInternalClient class

Inheritance
Annotations

Constructors

PointsInternalClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) ResponseFuture<R>
inherited
clearPayload(ClearPayloadPointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
coreSearchBatch(CoreSearchBatchPointsInternal request, {CallOptions? options}) ResponseFuture<SearchBatchResponse>
count(CountPointsInternal request, {CallOptions? options}) ResponseFuture<CountResponse>
createFieldIndex(CreateFieldIndexCollectionInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
delete(DeletePointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
deleteFieldIndex(DeleteFieldIndexCollectionInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
deletePayload(DeletePayloadPointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
deleteVectors(DeleteVectorsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
facet(FacetCountsInternal request, {CallOptions? options}) ResponseFuture<FacetResponseInternal>
get(GetPointsInternal request, {CallOptions? options}) ResponseFuture<GetResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overwritePayload(SetPayloadPointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
queryBatch(QueryBatchPointsInternal request, {CallOptions? options}) ResponseFuture<QueryBatchResponseInternal>
recommend(RecommendPointsInternal request, {CallOptions? options}) ResponseFuture<RecommendResponse>
scroll(ScrollPointsInternal request, {CallOptions? options}) ResponseFuture<ScrollResponse>
setPayload(SetPayloadPointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
sync(SyncPointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
toString() String
A string representation of this object.
inherited
updateVectors(UpdateVectorsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>
upsert(UpsertPointsInternal request, {CallOptions? options}) ResponseFuture<PointsOperationResponseInternal>

Operators

operator ==(Object other) bool
The equality operator.
inherited