Class GrpcImageAnnotatorStub (3.40.0)

public class GrpcImageAnnotatorStub extends ImageAnnotatorStub

gRPC stub implementation for the ImageAnnotator service API.

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

Inheritance

java.lang.Object > ImageAnnotatorStub > GrpcImageAnnotatorStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(ImageAnnotatorStubSettings settings)

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

Constructors

GrpcImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext)

protected GrpcImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext)

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

GrpcImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcImageAnnotatorStub(ImageAnnotatorStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

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

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

batchAnnotateImagesCallable()

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

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
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()