Interface EnterpriseKnowledgeGraphServiceGrpc.AsyncService

    • Method Detail

      • createEntityReconciliationJob

        default void createEntityReconciliationJob​(CreateEntityReconciliationJobRequest request,
                                                   io.grpc.stub.StreamObserver<EntityReconciliationJob> responseObserver)
         Creates a EntityReconciliationJob. A EntityReconciliationJob once created
         will right away be attempted to start.
         
      • cancelEntityReconciliationJob

        default void cancelEntityReconciliationJob​(CancelEntityReconciliationJobRequest request,
                                                   io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Cancels a EntityReconciliationJob. Success of cancellation is not
         guaranteed.
         
      • deleteEntityReconciliationJob

        default void deleteEntityReconciliationJob​(DeleteEntityReconciliationJobRequest request,
                                                   io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes a EntityReconciliationJob.
         It only deletes the job when the job state is in FAILED, SUCCEEDED, and
         CANCELLED.
         
      • lookup

        default void lookup​(LookupRequest request,
                            io.grpc.stub.StreamObserver<LookupResponse> responseObserver)
         Finds the Cloud KG entities with CKG ID(s).
         
      • search

        default void search​(SearchRequest request,
                            io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
         Searches the Cloud KG entities with entity name.