Class DocumentProcessorServiceStubSettings (2.20.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 total timeout of processDocument to 30 seconds:


 // 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()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DocumentProcessorServiceStubSettings documentProcessorServiceSettings =
     documentProcessorServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > DocumentProcessorServiceStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

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

Returns
TypeDescription
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

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

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
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
NameDescription
clientContextClientContext

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
NameDescription
settingsBuilderDocumentProcessorServiceStubSettings.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.

createProcessorSettings()

public UnaryCallSettings<CreateProcessorRequest,Processor> createProcessorSettings()

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

createStub()

public DocumentProcessorServiceStub createStub()
Returns
TypeDescription
DocumentProcessorServiceStub
Exceptions
TypeDescription
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
TypeDescription
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.

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.

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
TypeDescription
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.