Class HttpJsonImageAnnotatorStub (3.41.0)

public class HttpJsonImageAnnotatorStub extends ImageAnnotatorStub

REST stub implementation for the ImageAnnotator service API.

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

Inheritance

java.lang.Object > ImageAnnotatorStub > HttpJsonImageAnnotatorStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonImageAnnotatorStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonImageAnnotatorStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonImageAnnotatorStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonImageAnnotatorStub
Exceptions
Type Description
IOException

create(ImageAnnotatorStubSettings settings)

public static final HttpJsonImageAnnotatorStub create(ImageAnnotatorStubSettings settings)
Parameter
Name Description
settings ImageAnnotatorStubSettings
Returns
Type Description
HttpJsonImageAnnotatorStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext)

protected HttpJsonImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonImageAnnotatorStub, 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
Name Description
settings ImageAnnotatorStubSettings
clientContext ClientContext

HttpJsonImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonImageAnnotatorStub, 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
Name Description
settings ImageAnnotatorStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

asyncBatchAnnotateFilesCallable()

public UnaryCallable<AsyncBatchAnnotateFilesRequest,Operation> asyncBatchAnnotateFilesCallable()
Returns
Type Description
UnaryCallable<AsyncBatchAnnotateFilesRequest,Operation>
Overrides

asyncBatchAnnotateFilesOperationCallable()

public OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata> asyncBatchAnnotateFilesOperationCallable()
Returns
Type Description
OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
Overrides

asyncBatchAnnotateImagesCallable()

public UnaryCallable<AsyncBatchAnnotateImagesRequest,Operation> asyncBatchAnnotateImagesCallable()
Returns
Type Description
UnaryCallable<AsyncBatchAnnotateImagesRequest,Operation>
Overrides

asyncBatchAnnotateImagesOperationCallable()

public OperationCallable<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata> asyncBatchAnnotateImagesOperationCallable()
Returns
Type Description
OperationCallable<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata>
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

batchAnnotateFilesCallable()

public UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> batchAnnotateFilesCallable()
Returns
Type Description
UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>
Overrides

batchAnnotateImagesCallable()

public UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> batchAnnotateImagesCallable()
Returns
Type Description
UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>
Overrides

close()

public final void close()
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Type Description
HttpJsonOperationsStub
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()