Class DocumentProcessorServiceStubSettings (2.62.0)

public class DocumentProcessorServiceStubSettings extends StubSettings<DocumentProcessorServiceStubSettings>

Settings class to configure an instance of DocumentProcessorServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (documentai.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the RetrySettings of processDocument:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 DocumentProcessorServiceStubSettings.Builder documentProcessorServiceSettingsBuilder =
     DocumentProcessorServiceStubSettings.newBuilder();
 documentProcessorServiceSettingsBuilder
     .processDocumentSettings()
     .setRetrySettings(
         documentProcessorServiceSettingsBuilder
             .processDocumentSettings()
             .getRetrySettings()
             .toBuilder()
             .setInitialRetryDelayDuration(Duration.ofSeconds(1))
             .setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
             .setMaxAttempts(5)
             .setMaxRetryDelayDuration(Duration.ofSeconds(30))
             .setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
             .setRetryDelayMultiplier(1.3)
             .setRpcTimeoutMultiplier(1.5)
             .setTotalTimeoutDuration(Duration.ofSeconds(300))
             .build());
 DocumentProcessorServiceStubSettings documentProcessorServiceSettings =
     documentProcessorServiceSettingsBuilder.build();
 

Please refer to the Client Side Retry Guide for additional support in setting retries.

To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for batchProcessDocuments:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 DocumentProcessorServiceStubSettings.Builder documentProcessorServiceSettingsBuilder =
     DocumentProcessorServiceStubSettings.newBuilder();
 TimedRetryAlgorithm timedRetryAlgorithm =
     OperationalTimedPollAlgorithm.create(
         RetrySettings.newBuilder()
             .setInitialRetryDelayDuration(Duration.ofMillis(500))
             .setRetryDelayMultiplier(1.5)
             .setMaxRetryDelayDuration(Duration.ofMillis(5000))
             .setTotalTimeoutDuration(Duration.ofHours(24))
             .build());
 documentProcessorServiceSettingsBuilder
     .createClusterOperationSettings()
     .setPollingAlgorithm(timedRetryAlgorithm)
     .build();
 

Inheritance

java.lang.Object > StubSettings > DocumentProcessorServiceStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
Type Description
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
Type Description
Builder

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
Type Description
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
Type Description
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
Type Description
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
Type Description
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

public static DocumentProcessorServiceStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

newBuilder(ClientContext clientContext)

public static DocumentProcessorServiceStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext

newHttpJsonBuilder()

public static DocumentProcessorServiceStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Constructors

DocumentProcessorServiceStubSettings(DocumentProcessorServiceStubSettings.Builder settingsBuilder)

protected DocumentProcessorServiceStubSettings(DocumentProcessorServiceStubSettings.Builder settingsBuilder)
Parameter
Name Description
settingsBuilder DocumentProcessorServiceStubSettings.Builder

Methods

batchProcessDocumentsOperationSettings()

public OperationCallSettings<BatchProcessRequest,BatchProcessResponse,BatchProcessMetadata> batchProcessDocumentsOperationSettings()

Returns the object with the settings used for calls to batchProcessDocuments.

batchProcessDocumentsSettings()

public UnaryCallSettings<BatchProcessRequest,Operation> batchProcessDocumentsSettings()

Returns the object with the settings used for calls to batchProcessDocuments.

Returns
Type Description
UnaryCallSettings<BatchProcessRequest,Operation>

createProcessorSettings()

public UnaryCallSettings<CreateProcessorRequest,Processor> createProcessorSettings()

Returns the object with the settings used for calls to createProcessor.

createStub()

public DocumentProcessorServiceStub createStub()
Returns
Type Description
DocumentProcessorServiceStub
Exceptions
Type Description
IOException

deleteProcessorOperationSettings()

public OperationCallSettings<DeleteProcessorRequest,Empty,DeleteProcessorMetadata> deleteProcessorOperationSettings()

Returns the object with the settings used for calls to deleteProcessor.

deleteProcessorSettings()

public UnaryCallSettings<DeleteProcessorRequest,Operation> deleteProcessorSettings()

Returns the object with the settings used for calls to deleteProcessor.

deleteProcessorVersionOperationSettings()

public OperationCallSettings<DeleteProcessorVersionRequest,Empty,DeleteProcessorVersionMetadata> deleteProcessorVersionOperationSettings()

Returns the object with the settings used for calls to deleteProcessorVersion.

deleteProcessorVersionSettings()

public UnaryCallSettings<DeleteProcessorVersionRequest,Operation> deleteProcessorVersionSettings()

Returns the object with the settings used for calls to deleteProcessorVersion.

deployProcessorVersionOperationSettings()

public OperationCallSettings<DeployProcessorVersionRequest,DeployProcessorVersionResponse,DeployProcessorVersionMetadata> deployProcessorVersionOperationSettings()

Returns the object with the settings used for calls to deployProcessorVersion.

deployProcessorVersionSettings()

public UnaryCallSettings<DeployProcessorVersionRequest,Operation> deployProcessorVersionSettings()

Returns the object with the settings used for calls to deployProcessorVersion.

disableProcessorOperationSettings()

public OperationCallSettings<DisableProcessorRequest,DisableProcessorResponse,DisableProcessorMetadata> disableProcessorOperationSettings()

Returns the object with the settings used for calls to disableProcessor.

disableProcessorSettings()

public UnaryCallSettings<DisableProcessorRequest,Operation> disableProcessorSettings()

Returns the object with the settings used for calls to disableProcessor.

enableProcessorOperationSettings()

public OperationCallSettings<EnableProcessorRequest,EnableProcessorResponse,EnableProcessorMetadata> enableProcessorOperationSettings()

Returns the object with the settings used for calls to enableProcessor.

enableProcessorSettings()

public UnaryCallSettings<EnableProcessorRequest,Operation> enableProcessorSettings()

Returns the object with the settings used for calls to enableProcessor.

evaluateProcessorVersionOperationSettings()

public OperationCallSettings<EvaluateProcessorVersionRequest,EvaluateProcessorVersionResponse,EvaluateProcessorVersionMetadata> evaluateProcessorVersionOperationSettings()

Returns the object with the settings used for calls to evaluateProcessorVersion.

evaluateProcessorVersionSettings()

public UnaryCallSettings<EvaluateProcessorVersionRequest,Operation> evaluateProcessorVersionSettings()

Returns the object with the settings used for calls to evaluateProcessorVersion.

fetchProcessorTypesSettings()

public UnaryCallSettings<FetchProcessorTypesRequest,FetchProcessorTypesResponse> fetchProcessorTypesSettings()

Returns the object with the settings used for calls to fetchProcessorTypes.

getEvaluationSettings()

public UnaryCallSettings<GetEvaluationRequest,Evaluation> getEvaluationSettings()

Returns the object with the settings used for calls to getEvaluation.

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

Returns the object with the settings used for calls to getLocation.

Returns
Type Description
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getProcessorSettings()

public UnaryCallSettings<GetProcessorRequest,Processor> getProcessorSettings()

Returns the object with the settings used for calls to getProcessor.

Returns
Type Description
UnaryCallSettings<GetProcessorRequest,Processor>

getProcessorTypeSettings()

public UnaryCallSettings<GetProcessorTypeRequest,ProcessorType> getProcessorTypeSettings()

Returns the object with the settings used for calls to getProcessorType.

getProcessorVersionSettings()

public UnaryCallSettings<GetProcessorVersionRequest,ProcessorVersion> getProcessorVersionSettings()

Returns the object with the settings used for calls to getProcessorVersion.

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

importProcessorVersionOperationSettings()

public OperationCallSettings<ImportProcessorVersionRequest,ImportProcessorVersionResponse,ImportProcessorVersionMetadata> importProcessorVersionOperationSettings()

Returns the object with the settings used for calls to importProcessorVersion.

importProcessorVersionSettings()

public UnaryCallSettings<ImportProcessorVersionRequest,Operation> importProcessorVersionSettings()

Returns the object with the settings used for calls to importProcessorVersion.

listEvaluationsSettings()

public PagedCallSettings<ListEvaluationsRequest,ListEvaluationsResponse,DocumentProcessorServiceClient.ListEvaluationsPagedResponse> listEvaluationsSettings()

Returns the object with the settings used for calls to listEvaluations.

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DocumentProcessorServiceClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the object with the settings used for calls to listLocations.

Returns
Type Description
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listProcessorTypesSettings()

public PagedCallSettings<ListProcessorTypesRequest,ListProcessorTypesResponse,DocumentProcessorServiceClient.ListProcessorTypesPagedResponse> listProcessorTypesSettings()

Returns the object with the settings used for calls to listProcessorTypes.

listProcessorVersionsSettings()

public PagedCallSettings<ListProcessorVersionsRequest,ListProcessorVersionsResponse,DocumentProcessorServiceClient.ListProcessorVersionsPagedResponse> listProcessorVersionsSettings()

Returns the object with the settings used for calls to listProcessorVersions.

listProcessorsSettings()

public PagedCallSettings<ListProcessorsRequest,ListProcessorsResponse,DocumentProcessorServiceClient.ListProcessorsPagedResponse> listProcessorsSettings()

Returns the object with the settings used for calls to listProcessors.

processDocumentSettings()

public UnaryCallSettings<ProcessRequest,ProcessResponse> processDocumentSettings()

Returns the object with the settings used for calls to processDocument.

reviewDocumentOperationSettings()

public OperationCallSettings<ReviewDocumentRequest,ReviewDocumentResponse,ReviewDocumentOperationMetadata> reviewDocumentOperationSettings()

Returns the object with the settings used for calls to reviewDocument.

reviewDocumentSettings()

public UnaryCallSettings<ReviewDocumentRequest,Operation> reviewDocumentSettings()

Returns the object with the settings used for calls to reviewDocument.

setDefaultProcessorVersionOperationSettings()

public OperationCallSettings<SetDefaultProcessorVersionRequest,SetDefaultProcessorVersionResponse,SetDefaultProcessorVersionMetadata> setDefaultProcessorVersionOperationSettings()

Returns the object with the settings used for calls to setDefaultProcessorVersion.

setDefaultProcessorVersionSettings()

public UnaryCallSettings<SetDefaultProcessorVersionRequest,Operation> setDefaultProcessorVersionSettings()

Returns the object with the settings used for calls to setDefaultProcessorVersion.

toBuilder()

public DocumentProcessorServiceStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Overrides

trainProcessorVersionOperationSettings()

public OperationCallSettings<TrainProcessorVersionRequest,TrainProcessorVersionResponse,TrainProcessorVersionMetadata> trainProcessorVersionOperationSettings()

Returns the object with the settings used for calls to trainProcessorVersion.

trainProcessorVersionSettings()

public UnaryCallSettings<TrainProcessorVersionRequest,Operation> trainProcessorVersionSettings()

Returns the object with the settings used for calls to trainProcessorVersion.

undeployProcessorVersionOperationSettings()

public OperationCallSettings<UndeployProcessorVersionRequest,UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata> undeployProcessorVersionOperationSettings()

Returns the object with the settings used for calls to undeployProcessorVersion.

undeployProcessorVersionSettings()

public UnaryCallSettings<UndeployProcessorVersionRequest,Operation> undeployProcessorVersionSettings()

Returns the object with the settings used for calls to undeployProcessorVersion.