Package com.google.cloud.talent.v4
Class TenantServiceGrpc.TenantServiceImplBase
- java.lang.Object
-
- com.google.cloud.talent.v4.TenantServiceGrpc.TenantServiceImplBase
-
- All Implemented Interfaces:
TenantServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TenantServiceGrpc
public abstract static class TenantServiceGrpc.TenantServiceImplBase extends Object implements io.grpc.BindableService, TenantServiceGrpc.AsyncService
Base class for the server implementation of the service TenantService.A service that handles tenant management, including CRUD and enumeration.
-
-
Constructor Summary
Constructors Constructor Description TenantServiceImplBase()
-
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.v4.TenantServiceGrpc.AsyncService
createTenant, deleteTenant, getTenant, listTenants, updateTenant
-
-