Class GrpcPredictionApiKeyRegistryStub (0.8.10)

public class GrpcPredictionApiKeyRegistryStub extends PredictionApiKeyRegistryStub

gRPC stub implementation for the PredictionApiKeyRegistry service API.

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

Inheritance

java.lang.Object > PredictionApiKeyRegistryStub > GrpcPredictionApiKeyRegistryStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcPredictionApiKeyRegistryStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcPredictionApiKeyRegistryStub
Exceptions
TypeDescription
IOException

create(PredictionApiKeyRegistryStubSettings settings)

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

Constructors

GrpcPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext)

protected GrpcPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcPredictionApiKeyRegistryStub, 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

GrpcPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcPredictionApiKeyRegistryStub(PredictionApiKeyRegistryStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcPredictionApiKeyRegistryStub, 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
callableFactoryGrpcStubCallableFactory

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

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()