Class EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub>
-
- com.google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub
-
- Enclosing class:
- EnterpriseKnowledgeGraphServiceGrpc
public static final class EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub extends io.grpc.stub.AbstractAsyncStub<EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub>
A stub to allow clients to do asynchronous rpc calls to service EnterpriseKnowledgeGraphService.APIs for enterprise knowledge graph product.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
cancelEntityReconciliationJob(CancelEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a EntityReconciliationJob.void
createEntityReconciliationJob(CreateEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<EntityReconciliationJob> responseObserver)
Creates a EntityReconciliationJob.void
deleteEntityReconciliationJob(DeleteEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a EntityReconciliationJob.void
getEntityReconciliationJob(GetEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<EntityReconciliationJob> responseObserver)
Gets a EntityReconciliationJob.void
listEntityReconciliationJobs(ListEntityReconciliationJobsRequest request, io.grpc.stub.StreamObserver<ListEntityReconciliationJobsResponse> responseObserver)
Lists Entity Reconciliation Jobs.void
lookup(LookupRequest request, io.grpc.stub.StreamObserver<LookupResponse> responseObserver)
Finds the Cloud KG entities with CKG ID(s).void
lookupPublicKg(LookupPublicKgRequest request, io.grpc.stub.StreamObserver<LookupPublicKgResponse> responseObserver)
Finds the public KG entities with public KG ID(s).void
search(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
Searches the Cloud KG entities with entity name.void
searchPublicKg(SearchPublicKgRequest request, io.grpc.stub.StreamObserver<SearchPublicKgResponse> responseObserver)
Searches the public KG entities with entity name.
-
-
-
Method Detail
-
build
protected EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub>
-
createEntityReconciliationJob
public void createEntityReconciliationJob(CreateEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<EntityReconciliationJob> responseObserver)
Creates a EntityReconciliationJob. A EntityReconciliationJob once created will right away be attempted to start.
-
getEntityReconciliationJob
public void getEntityReconciliationJob(GetEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<EntityReconciliationJob> responseObserver)
Gets a EntityReconciliationJob.
-
listEntityReconciliationJobs
public void listEntityReconciliationJobs(ListEntityReconciliationJobsRequest request, io.grpc.stub.StreamObserver<ListEntityReconciliationJobsResponse> responseObserver)
Lists Entity Reconciliation Jobs.
-
cancelEntityReconciliationJob
public void cancelEntityReconciliationJob(CancelEntityReconciliationJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a EntityReconciliationJob. Success of cancellation is not guaranteed.
-
deleteEntityReconciliationJob
public 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
public void lookup(LookupRequest request, io.grpc.stub.StreamObserver<LookupResponse> responseObserver)
Finds the Cloud KG entities with CKG ID(s).
-
search
public void search(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
Searches the Cloud KG entities with entity name.
-
lookupPublicKg
public void lookupPublicKg(LookupPublicKgRequest request, io.grpc.stub.StreamObserver<LookupPublicKgResponse> responseObserver)
Finds the public KG entities with public KG ID(s).
-
searchPublicKg
public void searchPublicKg(SearchPublicKgRequest request, io.grpc.stub.StreamObserver<SearchPublicKgResponse> responseObserver)
Searches the public KG entities with entity name.
-
-