PointsServiceBase class abstract

Inheritance
Annotations

Constructors

PointsServiceBase()

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, ClearPayloadPoints request) Future<PointsOperationResponse>
clearPayload_Pre(ServiceCall $call, Future<ClearPayloadPoints> $request) Future<PointsOperationResponse>
count(ServiceCall call, CountPoints request) Future<CountResponse>
count_Pre(ServiceCall $call, Future<CountPoints> $request) Future<CountResponse>
createFieldIndex(ServiceCall call, CreateFieldIndexCollection request) Future<PointsOperationResponse>
createFieldIndex_Pre(ServiceCall $call, Future<CreateFieldIndexCollection> $request) Future<PointsOperationResponse>
delete(ServiceCall call, DeletePoints request) Future<PointsOperationResponse>
delete_Pre(ServiceCall $call, Future<DeletePoints> $request) Future<PointsOperationResponse>
deleteFieldIndex(ServiceCall call, DeleteFieldIndexCollection request) Future<PointsOperationResponse>
deleteFieldIndex_Pre(ServiceCall $call, Future<DeleteFieldIndexCollection> $request) Future<PointsOperationResponse>
deletePayload(ServiceCall call, DeletePayloadPoints request) Future<PointsOperationResponse>
deletePayload_Pre(ServiceCall $call, Future<DeletePayloadPoints> $request) Future<PointsOperationResponse>
deleteVectors(ServiceCall call, DeletePointVectors request) Future<PointsOperationResponse>
deleteVectors_Pre(ServiceCall $call, Future<DeletePointVectors> $request) Future<PointsOperationResponse>
discover(ServiceCall call, DiscoverPoints request) Future<DiscoverResponse>
discover_Pre(ServiceCall $call, Future<DiscoverPoints> $request) Future<DiscoverResponse>
discoverBatch(ServiceCall call, DiscoverBatchPoints request) Future<DiscoverBatchResponse>
discoverBatch_Pre(ServiceCall $call, Future<DiscoverBatchPoints> $request) Future<DiscoverBatchResponse>
facet(ServiceCall call, FacetCounts request) Future<FacetResponse>
facet_Pre(ServiceCall $call, Future<FacetCounts> $request) Future<FacetResponse>
get(ServiceCall call, GetPoints request) Future<GetResponse>
get_Pre(ServiceCall $call, Future<GetPoints> $request) Future<GetResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overwritePayload(ServiceCall call, SetPayloadPoints request) Future<PointsOperationResponse>
overwritePayload_Pre(ServiceCall $call, Future<SetPayloadPoints> $request) Future<PointsOperationResponse>
query(ServiceCall call, QueryPoints request) Future<QueryResponse>
query_Pre(ServiceCall $call, Future<QueryPoints> $request) Future<QueryResponse>
queryBatch(ServiceCall call, QueryBatchPoints request) Future<QueryBatchResponse>
queryBatch_Pre(ServiceCall $call, Future<QueryBatchPoints> $request) Future<QueryBatchResponse>
queryGroups(ServiceCall call, QueryPointGroups request) Future<QueryGroupsResponse>
queryGroups_Pre(ServiceCall $call, Future<QueryPointGroups> $request) Future<QueryGroupsResponse>
recommend(ServiceCall call, RecommendPoints request) Future<RecommendResponse>
recommend_Pre(ServiceCall $call, Future<RecommendPoints> $request) Future<RecommendResponse>
recommendBatch(ServiceCall call, RecommendBatchPoints request) Future<RecommendBatchResponse>
recommendBatch_Pre(ServiceCall $call, Future<RecommendBatchPoints> $request) Future<RecommendBatchResponse>
recommendGroups(ServiceCall call, RecommendPointGroups request) Future<RecommendGroupsResponse>
recommendGroups_Pre(ServiceCall $call, Future<RecommendPointGroups> $request) Future<RecommendGroupsResponse>
scroll(ServiceCall call, ScrollPoints request) Future<ScrollResponse>
scroll_Pre(ServiceCall $call, Future<ScrollPoints> $request) Future<ScrollResponse>
search_Pre(ServiceCall $call, Future<SearchPoints> $request) Future<SearchResponse>
searchBatch(ServiceCall call, SearchBatchPoints request) Future<SearchBatchResponse>
searchBatch_Pre(ServiceCall $call, Future<SearchBatchPoints> $request) Future<SearchBatchResponse>
searchGroups(ServiceCall call, SearchPointGroups request) Future<SearchGroupsResponse>
searchGroups_Pre(ServiceCall $call, Future<SearchPointGroups> $request) Future<SearchGroupsResponse>
searchMatrixOffsets(ServiceCall call, SearchMatrixPoints request) Future<SearchMatrixOffsetsResponse>
searchMatrixOffsets_Pre(ServiceCall $call, Future<SearchMatrixPoints> $request) Future<SearchMatrixOffsetsResponse>
searchMatrixPairs(ServiceCall call, SearchMatrixPoints request) Future<SearchMatrixPairsResponse>
searchMatrixPairs_Pre(ServiceCall $call, Future<SearchMatrixPoints> $request) Future<SearchMatrixPairsResponse>
setPayload(ServiceCall call, SetPayloadPoints request) Future<PointsOperationResponse>
setPayload_Pre(ServiceCall $call, Future<SetPayloadPoints> $request) Future<PointsOperationResponse>
toString() String
A string representation of this object.
inherited
updateBatch(ServiceCall call, UpdateBatchPoints request) Future<UpdateBatchResponse>
updateBatch_Pre(ServiceCall $call, Future<UpdateBatchPoints> $request) Future<UpdateBatchResponse>
updateVectors(ServiceCall call, UpdatePointVectors request) Future<PointsOperationResponse>
updateVectors_Pre(ServiceCall $call, Future<UpdatePointVectors> $request) Future<PointsOperationResponse>
upsert(ServiceCall call, UpsertPoints request) Future<PointsOperationResponse>
upsert_Pre(ServiceCall $call, Future<UpsertPoints> $request) Future<PointsOperationResponse>

Operators

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