Class GrpcDocumentUnderstandingServiceStub (2.46.0)

public class GrpcDocumentUnderstandingServiceStub extends DocumentUnderstandingServiceStub

gRPC stub implementation for the DocumentUnderstandingService service API.

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

Inheritance

java.lang.Object > DocumentUnderstandingServiceStub > GrpcDocumentUnderstandingServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(DocumentUnderstandingServiceStubSettings settings)

public static final GrpcDocumentUnderstandingServiceStub create(DocumentUnderstandingServiceStubSettings settings)
Parameter
Name Description
settings DocumentUnderstandingServiceStubSettings
Returns
Type Description
GrpcDocumentUnderstandingServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcDocumentUnderstandingServiceStub(DocumentUnderstandingServiceStubSettings settings, ClientContext clientContext)

protected GrpcDocumentUnderstandingServiceStub(DocumentUnderstandingServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcDocumentUnderstandingServiceStub, 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 DocumentUnderstandingServiceStubSettings
clientContext ClientContext

GrpcDocumentUnderstandingServiceStub(DocumentUnderstandingServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcDocumentUnderstandingServiceStub(DocumentUnderstandingServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcDocumentUnderstandingServiceStub, 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 DocumentUnderstandingServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

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

batchProcessDocumentsCallable()

public UnaryCallable<BatchProcessDocumentsRequest,Operation> batchProcessDocumentsCallable()
Returns
Type Description
UnaryCallable<BatchProcessDocumentsRequest,Operation>
Overrides

batchProcessDocumentsOperationCallable()

public OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata> batchProcessDocumentsOperationCallable()
Returns
Type Description
OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
Overrides

close()

public final void close()
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
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

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,DocumentUnderstandingServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

processDocumentCallable()

public UnaryCallable<ProcessDocumentRequest,Document> processDocumentCallable()
Returns
Type Description
UnaryCallable<ProcessDocumentRequest,Document>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()