Package com.google.appengine.v1
Class InstancesGrpc.InstancesImplBase
- java.lang.Object
-
- com.google.appengine.v1.InstancesGrpc.InstancesImplBase
-
- All Implemented Interfaces:
InstancesGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- InstancesGrpc
public abstract static class InstancesGrpc.InstancesImplBase extends Object implements io.grpc.BindableService, InstancesGrpc.AsyncService
Base class for the server implementation of the service Instances.Manages instances of a version.
-
-
Constructor Summary
Constructors Constructor Description InstancesImplBase()
-
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.InstancesGrpc.AsyncService
debugInstance, deleteInstance, getInstance, listInstances
-
-