PointsInternalServiceBase constructor

PointsInternalServiceBase()

Implementation

PointsInternalServiceBase() {
  $addMethod($grpc.ServiceMethod<$3.UpsertPointsInternal, $3.PointsOperationResponseInternal>(
      'Upsert',
      upsert_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.UpsertPointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.SyncPointsInternal, $3.PointsOperationResponseInternal>(
      'Sync',
      sync_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.SyncPointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeletePointsInternal, $3.PointsOperationResponseInternal>(
      'Delete',
      delete_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeletePointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.UpdateVectorsInternal, $3.PointsOperationResponseInternal>(
      'UpdateVectors',
      updateVectors_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.UpdateVectorsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeleteVectorsInternal, $3.PointsOperationResponseInternal>(
      'DeleteVectors',
      deleteVectors_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeleteVectorsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.SetPayloadPointsInternal, $3.PointsOperationResponseInternal>(
      'SetPayload',
      setPayload_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.SetPayloadPointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.SetPayloadPointsInternal, $3.PointsOperationResponseInternal>(
      'OverwritePayload',
      overwritePayload_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.SetPayloadPointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeletePayloadPointsInternal, $3.PointsOperationResponseInternal>(
      'DeletePayload',
      deletePayload_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeletePayloadPointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.ClearPayloadPointsInternal, $3.PointsOperationResponseInternal>(
      'ClearPayload',
      clearPayload_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.ClearPayloadPointsInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.CreateFieldIndexCollectionInternal, $3.PointsOperationResponseInternal>(
      'CreateFieldIndex',
      createFieldIndex_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.CreateFieldIndexCollectionInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeleteFieldIndexCollectionInternal, $3.PointsOperationResponseInternal>(
      'DeleteFieldIndex',
      deleteFieldIndex_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeleteFieldIndexCollectionInternal.fromBuffer(value),
      ($3.PointsOperationResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.CoreSearchBatchPointsInternal, $4.SearchBatchResponse>(
      'CoreSearchBatch',
      coreSearchBatch_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.CoreSearchBatchPointsInternal.fromBuffer(value),
      ($4.SearchBatchResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.ScrollPointsInternal, $4.ScrollResponse>(
      'Scroll',
      scroll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.ScrollPointsInternal.fromBuffer(value),
      ($4.ScrollResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.CountPointsInternal, $4.CountResponse>(
      'Count',
      count_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.CountPointsInternal.fromBuffer(value),
      ($4.CountResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.RecommendPointsInternal, $4.RecommendResponse>(
      'Recommend',
      recommend_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.RecommendPointsInternal.fromBuffer(value),
      ($4.RecommendResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.GetPointsInternal, $4.GetResponse>(
      'Get',
      get_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.GetPointsInternal.fromBuffer(value),
      ($4.GetResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.QueryBatchPointsInternal, $3.QueryBatchResponseInternal>(
      'QueryBatch',
      queryBatch_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.QueryBatchPointsInternal.fromBuffer(value),
      ($3.QueryBatchResponseInternal value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.FacetCountsInternal, $3.FacetResponseInternal>(
      'Facet',
      facet_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.FacetCountsInternal.fromBuffer(value),
      ($3.FacetResponseInternal value) => value.writeToBuffer()));
}