Package s2.v1alpha
Class AccountServiceGrpc.AccountServiceImplBase
- java.lang.Object
 - 
- s2.v1alpha.AccountServiceGrpc.AccountServiceImplBase
 
 
- 
- All Implemented Interfaces:
 io.grpc.BindableService,AccountServiceGrpc.AsyncService
- Enclosing class:
 - AccountServiceGrpc
 
public abstract static class AccountServiceGrpc.AccountServiceImplBase extends java.lang.Object implements io.grpc.BindableService, AccountServiceGrpc.AsyncService
Base class for the server implementation of the service AccountService.Operate on an S2 account.
 
- 
- 
Constructor Summary
Constructors Constructor Description AccountServiceImplBase() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface s2.v1alpha.AccountServiceGrpc.AsyncService
createBasin, deleteBasin, getBasinConfig, listBasins, reconfigureBasin 
 - 
 
 -