Package com.google.appengine.v1
Class ServicesGrpc.ServicesImplBase
- java.lang.Object
-
- com.google.appengine.v1.ServicesGrpc.ServicesImplBase
-
- All Implemented Interfaces:
ServicesGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ServicesGrpc
public abstract static class ServicesGrpc.ServicesImplBase extends Object implements io.grpc.BindableService, ServicesGrpc.AsyncService
Base class for the server implementation of the service Services.Manages services of an application.
-
-
Constructor Summary
Constructors Constructor Description ServicesImplBase()
-
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.appengine.v1.ServicesGrpc.AsyncService
deleteService, getService, listServices, updateService
-
-