public final class EnterpriseKnowledgeGraphServiceGrpc
APIs for enterprise knowledge graph product.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(EnterpriseKnowledgeGraphServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(EnterpriseKnowledgeGraphServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCancelEntityReconciliationJobMethod()
public static MethodDescriptor<CancelEntityReconciliationJobRequest,Empty> getCancelEntityReconciliationJobMethod()
getCreateEntityReconciliationJobMethod()
public static MethodDescriptor<CreateEntityReconciliationJobRequest,EntityReconciliationJob> getCreateEntityReconciliationJobMethod()
getDeleteEntityReconciliationJobMethod()
public static MethodDescriptor<DeleteEntityReconciliationJobRequest,Empty> getDeleteEntityReconciliationJobMethod()
getGetEntityReconciliationJobMethod()
public static MethodDescriptor<GetEntityReconciliationJobRequest,EntityReconciliationJob> getGetEntityReconciliationJobMethod()
getListEntityReconciliationJobsMethod()
public static MethodDescriptor<ListEntityReconciliationJobsRequest,ListEntityReconciliationJobsResponse> getListEntityReconciliationJobsMethod()
getLookupMethod()
public static MethodDescriptor<LookupRequest,LookupResponse> getLookupMethod()
getLookupPublicKgMethod()
public static MethodDescriptor<LookupPublicKgRequest,LookupPublicKgResponse> getLookupPublicKgMethod()
getSearchMethod()
public static MethodDescriptor<SearchRequest,SearchResponse> getSearchMethod()
getSearchPublicKgMethod()
public static MethodDescriptor<SearchPublicKgRequest,SearchPublicKgResponse> getSearchPublicKgMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
newBlockingStub(Channel channel)
public static EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|