Class HttpJsonModelServiceStub (2.43.0)

public class HttpJsonModelServiceStub extends ModelServiceStub

REST stub implementation for the ModelService service API.

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

Inheritance

java.lang.Object > ModelServiceStub > HttpJsonModelServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(ModelServiceStubSettings settings)

public static final HttpJsonModelServiceStub create(ModelServiceStubSettings settings)
Parameter
NameDescription
settingsModelServiceStubSettings
Returns
TypeDescription
HttpJsonModelServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

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

Constructors

HttpJsonModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonModelServiceStub, 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
settingsModelServiceStubSettings
clientContextClientContext

HttpJsonModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

createModelCallable()

public UnaryCallable<CreateModelRequest,Operation> createModelCallable()
Returns
TypeDescription
UnaryCallable<CreateModelRequest,Operation>
Overrides

createModelOperationCallable()

public OperationCallable<CreateModelRequest,Model,CreateModelMetadata> createModelOperationCallable()
Returns
TypeDescription
OperationCallable<CreateModelRequest,Model,CreateModelMetadata>
Overrides

deleteModelCallable()

public UnaryCallable<DeleteModelRequest,Empty> deleteModelCallable()
Returns
TypeDescription
UnaryCallable<DeleteModelRequest,Empty>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

getModelCallable()

public UnaryCallable<GetModelRequest,Model> getModelCallable()
Returns
TypeDescription
UnaryCallable<GetModelRequest,Model>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listModelsCallable()

public UnaryCallable<ListModelsRequest,ListModelsResponse> listModelsCallable()
Returns
TypeDescription
UnaryCallable<ListModelsRequest,ListModelsResponse>
Overrides

listModelsPagedCallable()

public UnaryCallable<ListModelsRequest,ModelServiceClient.ListModelsPagedResponse> listModelsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListModelsRequest,ListModelsPagedResponse>
Overrides

pauseModelCallable()

public UnaryCallable<PauseModelRequest,Model> pauseModelCallable()
Returns
TypeDescription
UnaryCallable<PauseModelRequest,Model>
Overrides

resumeModelCallable()

public UnaryCallable<ResumeModelRequest,Model> resumeModelCallable()
Returns
TypeDescription
UnaryCallable<ResumeModelRequest,Model>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

tuneModelCallable()

public UnaryCallable<TuneModelRequest,Operation> tuneModelCallable()
Returns
TypeDescription
UnaryCallable<TuneModelRequest,Operation>
Overrides

tuneModelOperationCallable()

public OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata> tuneModelOperationCallable()
Returns
TypeDescription
OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata>
Overrides

updateModelCallable()

public UnaryCallable<UpdateModelRequest,Model> updateModelCallable()
Returns
TypeDescription
UnaryCallable<UpdateModelRequest,Model>
Overrides