public static final class EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub>
APIs for enterprise knowledge graph product.
protected EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub>public EntityReconciliationJob createEntityReconciliationJob(CreateEntityReconciliationJobRequest request)
Creates a EntityReconciliationJob. A EntityReconciliationJob once created will right away be attempted to start.
public EntityReconciliationJob getEntityReconciliationJob(GetEntityReconciliationJobRequest request)
Gets a EntityReconciliationJob.
public ListEntityReconciliationJobsResponse listEntityReconciliationJobs(ListEntityReconciliationJobsRequest request)
Lists Entity Reconciliation Jobs.
public com.google.protobuf.Empty cancelEntityReconciliationJob(CancelEntityReconciliationJobRequest request)
Cancels a EntityReconciliationJob. Success of cancellation is not guaranteed.
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.
public LookupResponse lookup(LookupRequest request)
Finds the Cloud KG entities with CKG ID(s).
public SearchResponse search(SearchRequest request)
Searches the Cloud KG entities with entity name.
public LookupPublicKgResponse lookupPublicKg(LookupPublicKgRequest request)
Finds the public KG entities with public KG ID(s).
public SearchPublicKgResponse searchPublicKg(SearchPublicKgRequest request)
Searches the public KG entities with entity name.
Copyright © 2024 Google LLC. All rights reserved.