public static class DataprocMetastoreSettings.Builder extends ClientSettings.Builder<DataprocMetastoreSettings,DataprocMetastoreSettings.Builder>
Builder for DataprocMetastoreSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
protected Builder(DataprocMetastoreSettings settings)
protected Builder(DataprocMetastoreStubSettings.Builder stubSettings)
Methods
public DataprocMetastoreSettings.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.
public DataprocMetastoreSettings build()
Overrides
public OperationCallSettings.Builder<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
Returns the builder for the settings used for calls to createBackup.
public UnaryCallSettings.Builder<CreateBackupRequest,Operation> createBackupSettings()
Returns the builder for the settings used for calls to createBackup.
public OperationCallSettings.Builder<CreateMetadataImportRequest,MetadataImport,OperationMetadata> createMetadataImportOperationSettings()
Returns the builder for the settings used for calls to createMetadataImport.
public UnaryCallSettings.Builder<CreateMetadataImportRequest,Operation> createMetadataImportSettings()
Returns the builder for the settings used for calls to createMetadataImport.
public OperationCallSettings.Builder<CreateServiceRequest,Service,OperationMetadata> createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.
public UnaryCallSettings.Builder<CreateServiceRequest,Operation> createServiceSettings()
Returns the builder for the settings used for calls to createService.
public OperationCallSettings.Builder<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()
Returns the builder for the settings used for calls to deleteBackup.
public UnaryCallSettings.Builder<DeleteBackupRequest,Operation> deleteBackupSettings()
Returns the builder for the settings used for calls to deleteBackup.
public OperationCallSettings.Builder<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()
Returns the builder for the settings used for calls to deleteService.
public UnaryCallSettings.Builder<DeleteServiceRequest,Operation> deleteServiceSettings()
Returns the builder for the settings used for calls to deleteService.
public OperationCallSettings.Builder<ExportMetadataRequest,MetadataExport,OperationMetadata> exportMetadataOperationSettings()
Returns the builder for the settings used for calls to exportMetadata.
public UnaryCallSettings.Builder<ExportMetadataRequest,Operation> exportMetadataSettings()
Returns the builder for the settings used for calls to exportMetadata.
public UnaryCallSettings.Builder<GetBackupRequest,Backup> getBackupSettings()
Returns the builder for the settings used for calls to getBackup.
public UnaryCallSettings.Builder<GetMetadataImportRequest,MetadataImport> getMetadataImportSettings()
Returns the builder for the settings used for calls to getMetadataImport.
public UnaryCallSettings.Builder<GetServiceRequest,Service> getServiceSettings()
Returns the builder for the settings used for calls to getService.
public DataprocMetastoreStubSettings.Builder getStubSettingsBuilder()
public PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse> listBackupsSettings()
Returns the builder for the settings used for calls to listBackups.
public PagedCallSettings.Builder<ListMetadataImportsRequest,ListMetadataImportsResponse,DataprocMetastoreClient.ListMetadataImportsPagedResponse> listMetadataImportsSettings()
Returns the builder for the settings used for calls to listMetadataImports.
public PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse> listServicesSettings()
Returns the builder for the settings used for calls to listServices.
public OperationCallSettings.Builder<RestoreServiceRequest,Restore,OperationMetadata> restoreServiceOperationSettings()
Returns the builder for the settings used for calls to restoreService.
public UnaryCallSettings.Builder<RestoreServiceRequest,Operation> restoreServiceSettings()
Returns the builder for the settings used for calls to restoreService.
public OperationCallSettings.Builder<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> updateMetadataImportOperationSettings()
Returns the builder for the settings used for calls to updateMetadataImport.
public UnaryCallSettings.Builder<UpdateMetadataImportRequest,Operation> updateMetadataImportSettings()
Returns the builder for the settings used for calls to updateMetadataImport.
public OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationSettings()
Returns the builder for the settings used for calls to updateService.
public UnaryCallSettings.Builder<UpdateServiceRequest,Operation> updateServiceSettings()
Returns the builder for the settings used for calls to updateService.