Package com.google.cloud.talent.v4beta1
Class CompanyServiceGrpc.CompanyServiceImplBase
- java.lang.Object
-
- com.google.cloud.talent.v4beta1.CompanyServiceGrpc.CompanyServiceImplBase
-
- All Implemented Interfaces:
CompanyServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CompanyServiceGrpc
public abstract static class CompanyServiceGrpc.CompanyServiceImplBase extends Object implements io.grpc.BindableService, CompanyServiceGrpc.AsyncService
Base class for the server implementation of the service CompanyService.A service that handles company management, including CRUD and enumeration.
-
-
Constructor Summary
Constructors Constructor Description CompanyServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.talent.v4beta1.CompanyServiceGrpc.AsyncService
createCompany, deleteCompany, getCompany, listCompanies, updateCompany
-
-