Class PredictionApiKeyRegistryStub (0.48.0)

public abstract class PredictionApiKeyRegistryStub implements BackgroundResource

Base stub class for the PredictionApiKeyRegistry service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > PredictionApiKeyRegistryStub

Implements

BackgroundResource

Constructors

PredictionApiKeyRegistryStub()

public PredictionApiKeyRegistryStub()

Methods

close()

public abstract void close()

createPredictionApiKeyRegistrationCallable()

public UnaryCallable<CreatePredictionApiKeyRegistrationRequest,PredictionApiKeyRegistration> createPredictionApiKeyRegistrationCallable()
Returns
TypeDescription
UnaryCallable<CreatePredictionApiKeyRegistrationRequest,PredictionApiKeyRegistration>

deletePredictionApiKeyRegistrationCallable()

public UnaryCallable<DeletePredictionApiKeyRegistrationRequest,Empty> deletePredictionApiKeyRegistrationCallable()
Returns
TypeDescription
UnaryCallable<DeletePredictionApiKeyRegistrationRequest,Empty>

listPredictionApiKeyRegistrationsCallable()

public UnaryCallable<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse> listPredictionApiKeyRegistrationsCallable()
Returns
TypeDescription
UnaryCallable<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse>

listPredictionApiKeyRegistrationsPagedCallable()

public UnaryCallable<ListPredictionApiKeyRegistrationsRequest,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse> listPredictionApiKeyRegistrationsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsPagedResponse>