Class DataprocMetastoreSettings.Builder (2.9.0)

public static class DataprocMetastoreSettings.Builder extends ClientSettings.Builder<DataprocMetastoreSettings,DataprocMetastoreSettings.Builder>

Builder for DataprocMetastoreSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > DataprocMetastoreSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(DataprocMetastoreSettings settings)

protected Builder(DataprocMetastoreSettings settings)
Parameter
NameDescription
settingsDataprocMetastoreSettings

Builder(DataprocMetastoreStubSettings.Builder stubSettings)

protected Builder(DataprocMetastoreStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsDataprocMetastoreStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

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.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns

build()

public DataprocMetastoreSettings build()
Returns Overrides Exceptions
TypeDescription
IOException

createBackupOperationSettings()

public OperationCallSettings.Builder<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()

Returns the builder for the settings used for calls to createBackup.

Returns

createBackupSettings()

public UnaryCallSettings.Builder<CreateBackupRequest,Operation> createBackupSettings()

Returns the builder for the settings used for calls to createBackup.

Returns

createMetadataImportOperationSettings()

public OperationCallSettings.Builder<CreateMetadataImportRequest,MetadataImport,OperationMetadata> createMetadataImportOperationSettings()

Returns the builder for the settings used for calls to createMetadataImport.

Returns

createMetadataImportSettings()

public UnaryCallSettings.Builder<CreateMetadataImportRequest,Operation> createMetadataImportSettings()

Returns the builder for the settings used for calls to createMetadataImport.

Returns

createServiceOperationSettings()

public OperationCallSettings.Builder<CreateServiceRequest,Service,OperationMetadata> createServiceOperationSettings()

Returns the builder for the settings used for calls to createService.

Returns

createServiceSettings()

public UnaryCallSettings.Builder<CreateServiceRequest,Operation> createServiceSettings()

Returns the builder for the settings used for calls to createService.

Returns

deleteBackupOperationSettings()

public OperationCallSettings.Builder<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()

Returns the builder for the settings used for calls to deleteBackup.

Returns

deleteBackupSettings()

public UnaryCallSettings.Builder<DeleteBackupRequest,Operation> deleteBackupSettings()

Returns the builder for the settings used for calls to deleteBackup.

Returns

deleteServiceOperationSettings()

public OperationCallSettings.Builder<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()

Returns the builder for the settings used for calls to deleteService.

Returns

deleteServiceSettings()

public UnaryCallSettings.Builder<DeleteServiceRequest,Operation> deleteServiceSettings()

Returns the builder for the settings used for calls to deleteService.

Returns

exportMetadataOperationSettings()

public OperationCallSettings.Builder<ExportMetadataRequest,MetadataExport,OperationMetadata> exportMetadataOperationSettings()

Returns the builder for the settings used for calls to exportMetadata.

Returns

exportMetadataSettings()

public UnaryCallSettings.Builder<ExportMetadataRequest,Operation> exportMetadataSettings()

Returns the builder for the settings used for calls to exportMetadata.

Returns

getBackupSettings()

public UnaryCallSettings.Builder<GetBackupRequest,Backup> getBackupSettings()

Returns the builder for the settings used for calls to getBackup.

Returns

getMetadataImportSettings()

public UnaryCallSettings.Builder<GetMetadataImportRequest,MetadataImport> getMetadataImportSettings()

Returns the builder for the settings used for calls to getMetadataImport.

Returns

getServiceSettings()

public UnaryCallSettings.Builder<GetServiceRequest,Service> getServiceSettings()

Returns the builder for the settings used for calls to getService.

Returns

getStubSettingsBuilder()

public DataprocMetastoreStubSettings.Builder getStubSettingsBuilder()
Returns

listBackupsSettings()

public PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse> listBackupsSettings()

Returns the builder for the settings used for calls to listBackups.

Returns

listMetadataImportsSettings()

public PagedCallSettings.Builder<ListMetadataImportsRequest,ListMetadataImportsResponse,DataprocMetastoreClient.ListMetadataImportsPagedResponse> listMetadataImportsSettings()

Returns the builder for the settings used for calls to listMetadataImports.

Returns

listServicesSettings()

public PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse> listServicesSettings()

Returns the builder for the settings used for calls to listServices.

Returns

restoreServiceOperationSettings()

public OperationCallSettings.Builder<RestoreServiceRequest,Restore,OperationMetadata> restoreServiceOperationSettings()

Returns the builder for the settings used for calls to restoreService.

Returns

restoreServiceSettings()

public UnaryCallSettings.Builder<RestoreServiceRequest,Operation> restoreServiceSettings()

Returns the builder for the settings used for calls to restoreService.

Returns

updateMetadataImportOperationSettings()

public OperationCallSettings.Builder<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> updateMetadataImportOperationSettings()

Returns the builder for the settings used for calls to updateMetadataImport.

Returns

updateMetadataImportSettings()

public UnaryCallSettings.Builder<UpdateMetadataImportRequest,Operation> updateMetadataImportSettings()

Returns the builder for the settings used for calls to updateMetadataImport.

Returns

updateServiceOperationSettings()

public OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationSettings()

Returns the builder for the settings used for calls to updateService.

Returns

updateServiceSettings()

public UnaryCallSettings.Builder<UpdateServiceRequest,Operation> updateServiceSettings()

Returns the builder for the settings used for calls to updateService.

Returns