Package com.google.api.apikeys.v2
Class ApiKeysGrpc.ApiKeysImplBase
- java.lang.Object
-
- com.google.api.apikeys.v2.ApiKeysGrpc.ApiKeysImplBase
-
- All Implemented Interfaces:
ApiKeysGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ApiKeysGrpc
public abstract static class ApiKeysGrpc.ApiKeysImplBase extends Object implements io.grpc.BindableService, ApiKeysGrpc.AsyncService
Base class for the server implementation of the service ApiKeys.Manages the API keys associated with projects.
-
-
Constructor Summary
Constructors Constructor Description ApiKeysImplBase()
-
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.apikeys.v2.ApiKeysGrpc.AsyncService
createKey, deleteKey, getKey, getKeyString, listKeys, lookupKey, undeleteKey, updateKey
-
-