Class DocumentServiceSettings (2.45.0)

public class DocumentServiceSettings extends ClientSettings<DocumentServiceSettings>

Settings class to configure an instance of DocumentServiceClient.

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 getDocument 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
 DocumentServiceSettings.Builder documentServiceSettingsBuilder =
     DocumentServiceSettings.newBuilder();
 documentServiceSettingsBuilder
     .getDocumentSettings()
     .setRetrySettings(
         documentServiceSettingsBuilder
             .getDocumentSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DocumentServiceSettings documentServiceSettings = documentServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > DocumentServiceSettings

Static Methods

create(DocumentServiceStubSettings stub)

public static final DocumentServiceSettings create(DocumentServiceStubSettings stub)
Parameter
NameDescription
stubDocumentServiceStubSettings
Returns
TypeDescription
DocumentServiceSettings
Exceptions
TypeDescription
IOException

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

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

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

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

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static DocumentServiceSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
DocumentServiceSettings.Builder

newBuilder(ClientContext clientContext)

public static DocumentServiceSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
DocumentServiceSettings.Builder

newHttpJsonBuilder()

public static DocumentServiceSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
DocumentServiceSettings.Builder

Constructors

DocumentServiceSettings(DocumentServiceSettings.Builder settingsBuilder)

protected DocumentServiceSettings(DocumentServiceSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderDocumentServiceSettings.Builder

Methods

batchDeleteDocumentsOperationSettings()

public OperationCallSettings<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata> batchDeleteDocumentsOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>

batchDeleteDocumentsSettings()

public UnaryCallSettings<BatchDeleteDocumentsRequest,Operation> batchDeleteDocumentsSettings()

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

Returns
TypeDescription
UnaryCallSettings<BatchDeleteDocumentsRequest,Operation>

getDatasetSchemaSettings()

public UnaryCallSettings<GetDatasetSchemaRequest,DatasetSchema> getDatasetSchemaSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDatasetSchemaRequest,DatasetSchema>

getDocumentSettings()

public UnaryCallSettings<GetDocumentRequest,GetDocumentResponse> getDocumentSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDocumentRequest,GetDocumentResponse>

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>

importDocumentsOperationSettings()

public OperationCallSettings<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata> importDocumentsOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata>

importDocumentsSettings()

public UnaryCallSettings<ImportDocumentsRequest,Operation> importDocumentsSettings()

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

Returns
TypeDescription
UnaryCallSettings<ImportDocumentsRequest,Operation>

listDocumentsSettings()

public PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentServiceClient.ListDocumentsPagedResponse> listDocumentsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,ListDocumentsPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DocumentServiceClient.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>

toBuilder()

public DocumentServiceSettings.Builder toBuilder()

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

Returns
TypeDescription
DocumentServiceSettings.Builder
Overrides

updateDatasetOperationSettings()

public OperationCallSettings<UpdateDatasetRequest,Dataset,UpdateDatasetOperationMetadata> updateDatasetOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<UpdateDatasetRequest,Dataset,UpdateDatasetOperationMetadata>

updateDatasetSchemaSettings()

public UnaryCallSettings<UpdateDatasetSchemaRequest,DatasetSchema> updateDatasetSchemaSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateDatasetSchemaRequest,DatasetSchema>

updateDatasetSettings()

public UnaryCallSettings<UpdateDatasetRequest,Operation> updateDatasetSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateDatasetRequest,Operation>