Class PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase
- java.lang.Object
-
- com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase
-
- All Implemented Interfaces:
PredictionApiKeyRegistryGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- PredictionApiKeyRegistryGrpc
public abstract static class PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase extends Object implements io.grpc.BindableService, PredictionApiKeyRegistryGrpc.AsyncService
Base class for the server implementation of the service PredictionApiKeyRegistry.Service for registering API keys for use with the `predict` method. If you use an API key to request predictions, you must first register the API key. Otherwise, your prediction request is rejected. If you use OAuth to authenticate your `predict` method call, you do not need to register an API key. You can register up to 20 API keys per project.
-
-
Constructor Summary
Constructors Constructor Description PredictionApiKeyRegistryImplBase()
-
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.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistryGrpc.AsyncService
createPredictionApiKeyRegistration, deletePredictionApiKeyRegistration, listPredictionApiKeyRegistrations
-
-