Class PredictionApiKeyRegistryStub
- java.lang.Object
-
- com.google.cloud.recommendationengine.v1beta1.stub.PredictionApiKeyRegistryStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcPredictionApiKeyRegistryStub,HttpJsonPredictionApiKeyRegistryStub
@BetaApi @Generated("by gapic-generator-java") public abstract class PredictionApiKeyRegistryStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the PredictionApiKeyRegistry service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description PredictionApiKeyRegistryStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreatePredictionApiKeyRegistrationRequest,PredictionApiKeyRegistration>createPredictionApiKeyRegistrationCallable()com.google.api.gax.rpc.UnaryCallable<DeletePredictionApiKeyRegistrationRequest,com.google.protobuf.Empty>deletePredictionApiKeyRegistrationCallable()com.google.api.gax.rpc.UnaryCallable<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse>listPredictionApiKeyRegistrationsCallable()com.google.api.gax.rpc.UnaryCallable<ListPredictionApiKeyRegistrationsRequest,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse>listPredictionApiKeyRegistrationsPagedCallable()
-
-
-
Method Detail
-
createPredictionApiKeyRegistrationCallable
public com.google.api.gax.rpc.UnaryCallable<CreatePredictionApiKeyRegistrationRequest,PredictionApiKeyRegistration> createPredictionApiKeyRegistrationCallable()
-
listPredictionApiKeyRegistrationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListPredictionApiKeyRegistrationsRequest,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse> listPredictionApiKeyRegistrationsPagedCallable()
-
listPredictionApiKeyRegistrationsCallable
public com.google.api.gax.rpc.UnaryCallable<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse> listPredictionApiKeyRegistrationsCallable()
-
deletePredictionApiKeyRegistrationCallable
public com.google.api.gax.rpc.UnaryCallable<DeletePredictionApiKeyRegistrationRequest,com.google.protobuf.Empty> deletePredictionApiKeyRegistrationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-