PointsInternalServiceBase class abstract

Inheritance
Annotations

Constructors

PointsInternalServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
clearPayload(ServiceCall call, ClearPayloadPointsInternal request) Future<PointsOperationResponseInternal>
clearPayload_Pre(ServiceCall $call, Future<ClearPayloadPointsInternal> $request) Future<PointsOperationResponseInternal>
coreSearchBatch(ServiceCall call, CoreSearchBatchPointsInternal request) Future<SearchBatchResponse>
coreSearchBatch_Pre(ServiceCall $call, Future<CoreSearchBatchPointsInternal> $request) Future<SearchBatchResponse>
count(ServiceCall call, CountPointsInternal request) Future<CountResponse>
count_Pre(ServiceCall $call, Future<CountPointsInternal> $request) Future<CountResponse>
createFieldIndex(ServiceCall call, CreateFieldIndexCollectionInternal request) Future<PointsOperationResponseInternal>
createFieldIndex_Pre(ServiceCall $call, Future<CreateFieldIndexCollectionInternal> $request) Future<PointsOperationResponseInternal>
delete(ServiceCall call, DeletePointsInternal request) Future<PointsOperationResponseInternal>
delete_Pre(ServiceCall $call, Future<DeletePointsInternal> $request) Future<PointsOperationResponseInternal>
deleteFieldIndex(ServiceCall call, DeleteFieldIndexCollectionInternal request) Future<PointsOperationResponseInternal>
deleteFieldIndex_Pre(ServiceCall $call, Future<DeleteFieldIndexCollectionInternal> $request) Future<PointsOperationResponseInternal>
deletePayload(ServiceCall call, DeletePayloadPointsInternal request) Future<PointsOperationResponseInternal>
deletePayload_Pre(ServiceCall $call, Future<DeletePayloadPointsInternal> $request) Future<PointsOperationResponseInternal>
deleteVectors(ServiceCall call, DeleteVectorsInternal request) Future<PointsOperationResponseInternal>
deleteVectors_Pre(ServiceCall $call, Future<DeleteVectorsInternal> $request) Future<PointsOperationResponseInternal>
facet(ServiceCall call, FacetCountsInternal request) Future<FacetResponseInternal>
facet_Pre(ServiceCall $call, Future<FacetCountsInternal> $request) Future<FacetResponseInternal>
get(ServiceCall call, GetPointsInternal request) Future<GetResponse>
get_Pre(ServiceCall $call, Future<GetPointsInternal> $request) Future<GetResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overwritePayload(ServiceCall call, SetPayloadPointsInternal request) Future<PointsOperationResponseInternal>
overwritePayload_Pre(ServiceCall $call, Future<SetPayloadPointsInternal> $request) Future<PointsOperationResponseInternal>
queryBatch(ServiceCall call, QueryBatchPointsInternal request) Future<QueryBatchResponseInternal>
queryBatch_Pre(ServiceCall $call, Future<QueryBatchPointsInternal> $request) Future<QueryBatchResponseInternal>
recommend(ServiceCall call, RecommendPointsInternal request) Future<RecommendResponse>
recommend_Pre(ServiceCall $call, Future<RecommendPointsInternal> $request) Future<RecommendResponse>
scroll(ServiceCall call, ScrollPointsInternal request) Future<ScrollResponse>
scroll_Pre(ServiceCall $call, Future<ScrollPointsInternal> $request) Future<ScrollResponse>
setPayload(ServiceCall call, SetPayloadPointsInternal request) Future<PointsOperationResponseInternal>
setPayload_Pre(ServiceCall $call, Future<SetPayloadPointsInternal> $request) Future<PointsOperationResponseInternal>
sync(ServiceCall call, SyncPointsInternal request) Future<PointsOperationResponseInternal>
sync_Pre(ServiceCall $call, Future<SyncPointsInternal> $request) Future<PointsOperationResponseInternal>
toString() String
A string representation of this object.
inherited
updateVectors(ServiceCall call, UpdateVectorsInternal request) Future<PointsOperationResponseInternal>
updateVectors_Pre(ServiceCall $call, Future<UpdateVectorsInternal> $request) Future<PointsOperationResponseInternal>
upsert(ServiceCall call, UpsertPointsInternal request) Future<PointsOperationResponseInternal>
upsert_Pre(ServiceCall $call, Future<UpsertPointsInternal> $request) Future<PointsOperationResponseInternal>

Operators

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