Package com.google.api.serviceusage.v1
Class ServiceUsageGrpc.ServiceUsageImplBase
- java.lang.Object
-
- com.google.api.serviceusage.v1.ServiceUsageGrpc.ServiceUsageImplBase
-
- All Implemented Interfaces:
ServiceUsageGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ServiceUsageGrpc
public abstract static class ServiceUsageGrpc.ServiceUsageImplBase extends Object implements io.grpc.BindableService, ServiceUsageGrpc.AsyncService
Base class for the server implementation of the service ServiceUsage.Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use. See [Service Usage API](https://cloud.google.com/service-usage/docs/overview)
-
-
Constructor Summary
Constructors Constructor Description ServiceUsageImplBase()
-
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.serviceusage.v1.ServiceUsageGrpc.AsyncService
batchEnableServices, batchGetServices, disableService, enableService, getService, listServices
-
-