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();
 
Static Methods
  
  
  
  
    public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
   
  Returns
  
  
  defaultCredentialsProviderBuilder()
  
    public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
   
  Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder()
  
    public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
   
  Returns a builder for the default ExecutorProvider for this service.
    public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
   
  Returns
  
  
  defaultGrpcTransportProviderBuilder()
  
    public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
   
  Returns a builder for the default gRPC ChannelProvider for this service.
    public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
   
  Returns
  
  
  defaultHttpJsonTransportProviderBuilder()
  
    public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
   
  Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider()
  
    public static TransportChannelProvider defaultTransportChannelProvider()
   
  Returns
  
  
  getDefaultEndpoint()
  
    public static String getDefaultEndpoint()
   
  Returns the default service endpoint.
getDefaultMtlsEndpoint()
  
    public static String getDefaultMtlsEndpoint()
   
  Returns the default mTLS service endpoint.
getDefaultServiceScopes()
  
    public static List<String> getDefaultServiceScopes()
   
  Returns the default service scopes.
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.
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
  
  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
  
  Exceptions
  
  
  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.
fetchProcessorTypesSettings()
  
    public UnaryCallSettings<FetchProcessorTypesRequest,FetchProcessorTypesResponse> fetchProcessorTypesSettings()
   
  Returns the object with the settings used for calls to fetchProcessorTypes.
getLocationSettings()
  
    public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()
   
  Returns the object with the settings used for calls to getLocation.
    
      
        | 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.
getProcessorVersionSettings()
  
    public UnaryCallSettings<GetProcessorVersionRequest,ProcessorVersion> getProcessorVersionSettings()
   
  Returns the object with the settings used for calls to getProcessorVersion.
listLocationsSettings()
  
    public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DocumentProcessorServiceClient.ListLocationsPagedResponse> listLocationsSettings()
   
  Returns the object with the settings used for calls to listLocations.
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.
    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.
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.