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.
Returns
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Returns
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns
newBuilder()
public static DocumentProcessorServiceStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns
newBuilder(ClientContext clientContext)
public static DocumentProcessorServiceStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter
Returns
newHttpJsonBuilder()
public static DocumentProcessorServiceStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns
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.
Returns
batchProcessDocumentsSettings()
public UnaryCallSettings<BatchProcessRequest,Operation> batchProcessDocumentsSettings()
Returns the object with the settings used for calls to batchProcessDocuments.
Returns
createProcessorSettings()
public UnaryCallSettings<CreateProcessorRequest,Processor> createProcessorSettings()
Returns the object with the settings used for calls to createProcessor.
Returns
createStub()
public DocumentProcessorServiceStub createStub()
Returns
Exceptions
deleteProcessorOperationSettings()
public OperationCallSettings<DeleteProcessorRequest,Empty,DeleteProcessorMetadata> deleteProcessorOperationSettings()
Returns the object with the settings used for calls to deleteProcessor.
Returns
deleteProcessorSettings()
public UnaryCallSettings<DeleteProcessorRequest,Operation> deleteProcessorSettings()
Returns the object with the settings used for calls to deleteProcessor.
Returns
deleteProcessorVersionOperationSettings()
public OperationCallSettings<DeleteProcessorVersionRequest,Empty,DeleteProcessorVersionMetadata> deleteProcessorVersionOperationSettings()
Returns the object with the settings used for calls to deleteProcessorVersion.
Returns
deleteProcessorVersionSettings()
public UnaryCallSettings<DeleteProcessorVersionRequest,Operation> deleteProcessorVersionSettings()
Returns the object with the settings used for calls to deleteProcessorVersion.
Returns
deployProcessorVersionOperationSettings()
public OperationCallSettings<DeployProcessorVersionRequest,DeployProcessorVersionResponse,DeployProcessorVersionMetadata> deployProcessorVersionOperationSettings()
Returns the object with the settings used for calls to deployProcessorVersion.
Returns
deployProcessorVersionSettings()
public UnaryCallSettings<DeployProcessorVersionRequest,Operation> deployProcessorVersionSettings()
Returns the object with the settings used for calls to deployProcessorVersion.
Returns
disableProcessorOperationSettings()
public OperationCallSettings<DisableProcessorRequest,DisableProcessorResponse,DisableProcessorMetadata> disableProcessorOperationSettings()
Returns the object with the settings used for calls to disableProcessor.
Returns
disableProcessorSettings()
public UnaryCallSettings<DisableProcessorRequest,Operation> disableProcessorSettings()
Returns the object with the settings used for calls to disableProcessor.
Returns
enableProcessorOperationSettings()
public OperationCallSettings<EnableProcessorRequest,EnableProcessorResponse,EnableProcessorMetadata> enableProcessorOperationSettings()
Returns the object with the settings used for calls to enableProcessor.
Returns
enableProcessorSettings()
public UnaryCallSettings<EnableProcessorRequest,Operation> enableProcessorSettings()
Returns the object with the settings used for calls to enableProcessor.
Returns
evaluateProcessorVersionOperationSettings()
public OperationCallSettings<EvaluateProcessorVersionRequest,EvaluateProcessorVersionResponse,EvaluateProcessorVersionMetadata> evaluateProcessorVersionOperationSettings()
Returns the object with the settings used for calls to evaluateProcessorVersion.
Returns
evaluateProcessorVersionSettings()
public UnaryCallSettings<EvaluateProcessorVersionRequest,Operation> evaluateProcessorVersionSettings()
Returns the object with the settings used for calls to evaluateProcessorVersion.
Returns
fetchProcessorTypesSettings()
public UnaryCallSettings<FetchProcessorTypesRequest,FetchProcessorTypesResponse> fetchProcessorTypesSettings()
Returns the object with the settings used for calls to fetchProcessorTypes.
Returns
getEvaluationSettings()
public UnaryCallSettings<GetEvaluationRequest,Evaluation> getEvaluationSettings()
Returns the object with the settings used for calls to getEvaluation.
Returns
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
getProcessorVersionSettings()
public UnaryCallSettings<GetProcessorVersionRequest,ProcessorVersion> getProcessorVersionSettings()
Returns the object with the settings used for calls to getProcessorVersion.
Returns
listEvaluationsSettings()
public PagedCallSettings<ListEvaluationsRequest,ListEvaluationsResponse,DocumentProcessorServiceClient.ListEvaluationsPagedResponse> listEvaluationsSettings()
Returns the object with the settings used for calls to listEvaluations.
Returns
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DocumentProcessorServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
Returns
listProcessorTypesSettings()
public PagedCallSettings<ListProcessorTypesRequest,ListProcessorTypesResponse,DocumentProcessorServiceClient.ListProcessorTypesPagedResponse> listProcessorTypesSettings()
Returns the object with the settings used for calls to listProcessorTypes.
Returns
listProcessorVersionsSettings()
public PagedCallSettings<ListProcessorVersionsRequest,ListProcessorVersionsResponse,DocumentProcessorServiceClient.ListProcessorVersionsPagedResponse> listProcessorVersionsSettings()
Returns the object with the settings used for calls to listProcessorVersions.
Returns
public PagedCallSettings<ListProcessorsRequest,ListProcessorsResponse,DocumentProcessorServiceClient.ListProcessorsPagedResponse> listProcessorsSettings()
Returns the object with the settings used for calls to listProcessors.
Returns
processDocumentSettings()
public UnaryCallSettings<ProcessRequest,ProcessResponse> processDocumentSettings()
Returns the object with the settings used for calls to processDocument.
Returns
reviewDocumentOperationSettings()
public OperationCallSettings<ReviewDocumentRequest,ReviewDocumentResponse,ReviewDocumentOperationMetadata> reviewDocumentOperationSettings()
Returns the object with the settings used for calls to reviewDocument.
Returns
reviewDocumentSettings()
public UnaryCallSettings<ReviewDocumentRequest,Operation> reviewDocumentSettings()
Returns the object with the settings used for calls to reviewDocument.
Returns
setDefaultProcessorVersionOperationSettings()
public OperationCallSettings<SetDefaultProcessorVersionRequest,SetDefaultProcessorVersionResponse,SetDefaultProcessorVersionMetadata> setDefaultProcessorVersionOperationSettings()
Returns the object with the settings used for calls to setDefaultProcessorVersion.
Returns
setDefaultProcessorVersionSettings()
public UnaryCallSettings<SetDefaultProcessorVersionRequest,Operation> setDefaultProcessorVersionSettings()
Returns the object with the settings used for calls to setDefaultProcessorVersion.
Returns
toBuilder()
public DocumentProcessorServiceStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns
Overrides
trainProcessorVersionOperationSettings()
public OperationCallSettings<TrainProcessorVersionRequest,TrainProcessorVersionResponse,TrainProcessorVersionMetadata> trainProcessorVersionOperationSettings()
Returns the object with the settings used for calls to trainProcessorVersion.
Returns
trainProcessorVersionSettings()
public UnaryCallSettings<TrainProcessorVersionRequest,Operation> trainProcessorVersionSettings()
Returns the object with the settings used for calls to trainProcessorVersion.
Returns
undeployProcessorVersionOperationSettings()
public OperationCallSettings<UndeployProcessorVersionRequest,UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata> undeployProcessorVersionOperationSettings()
Returns the object with the settings used for calls to undeployProcessorVersion.
Returns
undeployProcessorVersionSettings()
public UnaryCallSettings<UndeployProcessorVersionRequest,Operation> undeployProcessorVersionSettings()
Returns the object with the settings used for calls to undeployProcessorVersion.
Returns