Class EnterpriseKnowledgeGraphServiceGrpc
- java.lang.Object
-
- com.google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/enterpriseknowledgegraph/v1/service.proto") public final class EnterpriseKnowledgeGraphServiceGrpc extends Object
APIs for enterprise knowledge graph product.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EnterpriseKnowledgeGraphServiceGrpc.AsyncService
APIs for enterprise knowledge graph product.static class
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service EnterpriseKnowledgeGraphService.static class
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EnterpriseKnowledgeGraphService.static class
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceImplBase
Base class for the server implementation of the service EnterpriseKnowledgeGraphService.static class
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub
A stub to allow clients to do asynchronous rpc calls to service EnterpriseKnowledgeGraphService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateEntityReconciliationJobMethod
public static io.grpc.MethodDescriptor<CreateEntityReconciliationJobRequest,EntityReconciliationJob> getCreateEntityReconciliationJobMethod()
-
getGetEntityReconciliationJobMethod
public static io.grpc.MethodDescriptor<GetEntityReconciliationJobRequest,EntityReconciliationJob> getGetEntityReconciliationJobMethod()
-
getListEntityReconciliationJobsMethod
public static io.grpc.MethodDescriptor<ListEntityReconciliationJobsRequest,ListEntityReconciliationJobsResponse> getListEntityReconciliationJobsMethod()
-
getCancelEntityReconciliationJobMethod
public static io.grpc.MethodDescriptor<CancelEntityReconciliationJobRequest,com.google.protobuf.Empty> getCancelEntityReconciliationJobMethod()
-
getDeleteEntityReconciliationJobMethod
public static io.grpc.MethodDescriptor<DeleteEntityReconciliationJobRequest,com.google.protobuf.Empty> getDeleteEntityReconciliationJobMethod()
-
getLookupMethod
public static io.grpc.MethodDescriptor<LookupRequest,LookupResponse> getLookupMethod()
-
getSearchMethod
public static io.grpc.MethodDescriptor<SearchRequest,SearchResponse> getSearchMethod()
-
getLookupPublicKgMethod
public static io.grpc.MethodDescriptor<LookupPublicKgRequest,LookupPublicKgResponse> getLookupPublicKgMethod()
-
getSearchPublicKgMethod
public static io.grpc.MethodDescriptor<SearchPublicKgRequest,SearchPublicKgResponse> getSearchPublicKgMethod()
-
newStub
public static EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(EnterpriseKnowledgeGraphServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-