Package com.google.api.servicecontrol.v2
Class ServiceControllerGrpc.ServiceControllerImplBase
- java.lang.Object
-
- com.google.api.servicecontrol.v2.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.[Service Control API v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control) Private Preview. This feature is only available for approved services. This API provides admission control and telemetry reporting for services that are integrated with [Service Infrastructure](https://cloud.google.com/service-infrastructure).
-
-
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.v2.ServiceControllerGrpc.AsyncService
check, report
-
-