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