- 2.57.0 (latest)
- 2.56.0
- 2.55.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.5
- 2.6.2
- 2.5.1
- 2.4.3
- 2.3.1
- 2.2.1
- 2.1.9
public static class DocumentServiceSettings.Builder extends ClientSettings.Builder<DocumentServiceSettings,DocumentServiceSettings.Builder>
Builder for DocumentServiceSettings.
Constructors
Builder()
protected Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Builder(DocumentServiceSettings settings)
protected Builder(DocumentServiceSettings settings)
Parameter | |
---|---|
Name | Description |
settings | DocumentServiceSettings |
Builder(DocumentServiceStubSettings.Builder stubSettings)
protected Builder(DocumentServiceStubSettings.Builder stubSettings)
Parameter | |
---|---|
Name | Description |
stubSettings | DocumentServiceStubSettings.Builder |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public DocumentServiceSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter | |
---|---|
Name | Description |
settingsUpdater | ApiFunction<Builder<?,?>,java.lang.Void> |
Returns | |
---|---|
Type | Description |
DocumentServiceSettings.Builder |
batchDeleteDocumentsOperationSettings()
public OperationCallSettings.Builder<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata> batchDeleteDocumentsOperationSettings()
Returns the builder for the settings used for calls to batchDeleteDocuments.
Returns | |
---|---|
Type | Description |
Builder<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata> |
batchDeleteDocumentsSettings()
public UnaryCallSettings.Builder<BatchDeleteDocumentsRequest,Operation> batchDeleteDocumentsSettings()
Returns the builder for the settings used for calls to batchDeleteDocuments.
Returns | |
---|---|
Type | Description |
Builder<BatchDeleteDocumentsRequest,Operation> |
build()
public DocumentServiceSettings build()
Returns | |
---|---|
Type | Description |
DocumentServiceSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
getDatasetSchemaSettings()
public UnaryCallSettings.Builder<GetDatasetSchemaRequest,DatasetSchema> getDatasetSchemaSettings()
Returns the builder for the settings used for calls to getDatasetSchema.
Returns | |
---|---|
Type | Description |
Builder<GetDatasetSchemaRequest,DatasetSchema> |
getDocumentSettings()
public UnaryCallSettings.Builder<GetDocumentRequest,GetDocumentResponse> getDocumentSettings()
Returns the builder for the settings used for calls to getDocument.
Returns | |
---|---|
Type | Description |
Builder<GetDocumentRequest,GetDocumentResponse> |
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns | |
---|---|
Type | Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getStubSettingsBuilder()
public DocumentServiceStubSettings.Builder getStubSettingsBuilder()
Returns | |
---|---|
Type | Description |
DocumentServiceStubSettings.Builder |
importDocumentsOperationSettings()
public OperationCallSettings.Builder<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata> importDocumentsOperationSettings()
Returns the builder for the settings used for calls to importDocuments.
Returns | |
---|---|
Type | Description |
Builder<ImportDocumentsRequest,ImportDocumentsResponse,ImportDocumentsMetadata> |
importDocumentsSettings()
public UnaryCallSettings.Builder<ImportDocumentsRequest,Operation> importDocumentsSettings()
Returns the builder for the settings used for calls to importDocuments.
Returns | |
---|---|
Type | Description |
Builder<ImportDocumentsRequest,Operation> |
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,DocumentServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
Returns | |
---|---|
Type | Description |
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse> |
updateDatasetOperationSettings()
public OperationCallSettings.Builder<UpdateDatasetRequest,Dataset,UpdateDatasetOperationMetadata> updateDatasetOperationSettings()
Returns the builder for the settings used for calls to updateDataset.
Returns | |
---|---|
Type | Description |
Builder<UpdateDatasetRequest,Dataset,UpdateDatasetOperationMetadata> |
updateDatasetSchemaSettings()
public UnaryCallSettings.Builder<UpdateDatasetSchemaRequest,DatasetSchema> updateDatasetSchemaSettings()
Returns the builder for the settings used for calls to updateDatasetSchema.
Returns | |
---|---|
Type | Description |
Builder<UpdateDatasetSchemaRequest,DatasetSchema> |
updateDatasetSettings()
public UnaryCallSettings.Builder<UpdateDatasetRequest,Operation> updateDatasetSettings()
Returns the builder for the settings used for calls to updateDataset.
Returns | |
---|---|
Type | Description |
Builder<UpdateDatasetRequest,Operation> |