Class HttpJsonPredictionApiKeyRegistryStub (0.11.0)

public class HttpJsonPredictionApiKeyRegistryStub extends PredictionApiKeyRegistryStub

REST stub implementation for the PredictionApiKeyRegistry service API.

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

Inheritance

java.lang.Object > PredictionApiKeyRegistryStub > HttpJsonPredictionApiKeyRegistryStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonPredictionApiKeyRegistryStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonPredictionApiKeyRegistryStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonPredictionApiKeyRegistryStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonPredictionApiKeyRegistryStub
Exceptions
TypeDescription
IOException

create(PredictionApiKeyRegistryStubSettings settings)

public static final HttpJsonPredictionApiKeyRegistryStub create(PredictionApiKeyRegistryStubSettings settings)
Parameter
NameDescription
settingsPredictionApiKeyRegistryStubSettings
Returns
TypeDescription
HttpJsonPredictionApiKeyRegistryStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext)

protected HttpJsonPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonPredictionApiKeyRegistryStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsPredictionApiKeyRegistryStubSettings
clientContextClientContext

HttpJsonPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonPredictionApiKeyRegistryStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsPredictionApiKeyRegistryStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createPredictionApiKeyRegistrationCallable()

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

deletePredictionApiKeyRegistrationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listPredictionApiKeyRegistrationsCallable()

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

listPredictionApiKeyRegistrationsPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()