Package com.google.api.servicecontrol.v1
Class ServiceControllerGrpc.ServiceControllerImplBase
- java.lang.Object
-
- com.google.api.servicecontrol.v1.ServiceControllerGrpc.ServiceControllerImplBase
-
- All Implemented Interfaces:
ServiceControllerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ServiceControllerGrpc
public abstract static class ServiceControllerGrpc.ServiceControllerImplBase extends Object implements io.grpc.BindableService, ServiceControllerGrpc.AsyncService
Base class for the server implementation of the service ServiceController.[Google Service Control API](/service-control/overview) Lets clients check and report operations against a [managed service](https://cloud.google.com/service-management/reference/rpc/google.api/servicemanagement.v1#google.api.servicemanagement.v1.ManagedService).
-
-
Constructor Summary
Constructors Constructor Description ServiceControllerImplBase()
-
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.api.servicecontrol.v1.ServiceControllerGrpc.AsyncService
check, report
-
-