Class DataprocMetastoreStubSettings (2.6.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.6.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   class  DataprocMetastoreStubSettings   extends   StubSettings<DataprocMetastoreStubSettings>  
   
  Settings class to configure an instance of DataprocMetastoreStub .
 
The default instance has everything set to sensible defaults:
 
   The default service address (metastore.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 getService 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 
  DataprocMetastoreStubSettings . Builder   dataprocMetastoreSettingsBuilder   = 
      DataprocMetastoreStubSettings . newBuilder (); 
  dataprocMetastoreSettingsBuilder 
      . getServiceSettings () 
      . setRetrySettings ( 
          dataprocMetastoreSettingsBuilder . getServiceSettings (). getRetrySettings (). toBuilder () 
              . setTotalTimeout ( Duration . ofSeconds ( 30 )) 
              . build ()); 
  DataprocMetastoreStubSettings   dataprocMetastoreSettings   = 
      dataprocMetastoreSettingsBuilder . build (); 
   
  
  
  Static Methods
   
  
  
  
    
public   static   ApiClientHeaderProvider . Builder   defaultApiClientHeaderProviderBuilder ()  
   
  Returns 
  
   
  
  
    
public   static   GoogleCredentialsProvider . Builder   defaultCredentialsProviderBuilder ()  
   
  Returns a builder for the default credentials for this service.
 
  Returns 
  
   
  
  
    
public   static   InstantiatingExecutorProvider . Builder   defaultExecutorProviderBuilder ()  
   
  Returns a builder for the default ExecutorProvider for this service.
 
  Returns 
  
  
  
  
    
public   static   ApiClientHeaderProvider . Builder   defaultGrpcApiClientHeaderProviderBuilder ()  
   
  Returns 
  
   
  
  
    
public   static   InstantiatingGrpcChannelProvider . Builder   defaultGrpcTransportProviderBuilder ()  
   
  Returns a builder for the default gRPC ChannelProvider for this service.
 
  Returns 
  
  
  
  
    
public   static   ApiClientHeaderProvider . Builder   defaultHttpJsonApiClientHeaderProviderBuilder ()  
   
  Returns 
  
   
  
  
    
public   static   InstantiatingHttpJsonChannelProvider . Builder   defaultHttpJsonTransportProviderBuilder ()  
   
  Returns a builder for the default REST ChannelProvider for this service.
 
  Returns 
  
   
  
  
    
public   static   TransportChannelProvider   defaultTransportChannelProvider ()  
   
  Returns 
  
   
  
  
    
public   static   String   getDefaultEndpoint ()  
   
  Returns the default service endpoint.
 
  Returns 
  
   
  
  
    
public   static   String   getDefaultMtlsEndpoint ()  
   
  Returns the default mTLS service endpoint.
 
  Returns 
  
   
  
  
    
public   static   List<String>   getDefaultServiceScopes ()  
   
  Returns the default service scopes.
 
  Returns 
  
   
  
  
    
public   static   DataprocMetastoreStubSettings . Builder   newBuilder ()  
   
  Returns a new gRPC builder for this class.
 
  Returns 
  
   
  newBuilder(ClientContext clientContext) 
  
    
public   static   DataprocMetastoreStubSettings . Builder   newBuilder ( ClientContext   clientContext )  
   
  Returns a new builder for this class.
 
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   DataprocMetastoreStubSettings . Builder   newHttpJsonBuilder ()  
   
  Returns a new REST builder for this class.
 
  Returns 
  
  Constructors
   
   
  
  
    
protected   DataprocMetastoreStubSettings ( DataprocMetastoreStubSettings . Builder   settingsBuilder )  
   
  Parameter 
  
  Methods
   
   
  
  
    
public   OperationCallSettings<CreateBackupRequest , Backup , OperationMetadata >  createBackupOperationSettings ()  
   
  Returns the object with the settings used for calls to createBackup.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<CreateBackupRequest , Operation >  createBackupSettings ()  
   
  Returns the object with the settings used for calls to createBackup.
 
  Returns 
  
   
  
  
    
public   OperationCallSettings<CreateMetadataImportRequest , MetadataImport , OperationMetadata >  createMetadataImportOperationSettings ()  
   
  Returns the object with the settings used for calls to createMetadataImport.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<CreateMetadataImportRequest , Operation >  createMetadataImportSettings ()  
   
  Returns the object with the settings used for calls to createMetadataImport.
 
  Returns 
  
   
  
  
    
public   OperationCallSettings<CreateServiceRequest , Service , OperationMetadata >  createServiceOperationSettings ()  
   
  Returns the object with the settings used for calls to createService.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<CreateServiceRequest , Operation >  createServiceSettings ()  
   
  Returns the object with the settings used for calls to createService.
 
  Returns 
  
   
  
  
    
public   DataprocMetastoreStub   createStub ()  
   
  Returns 
  
  Exceptions 
  
   
  
  
    
public   OperationCallSettings<DeleteBackupRequest , Empty , OperationMetadata >  deleteBackupOperationSettings ()  
   
  Returns the object with the settings used for calls to deleteBackup.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<DeleteBackupRequest , Operation >  deleteBackupSettings ()  
   
  Returns the object with the settings used for calls to deleteBackup.
 
  Returns 
  
   
  
  
    
public   OperationCallSettings<DeleteServiceRequest , Empty , OperationMetadata >  deleteServiceOperationSettings ()  
   
  Returns the object with the settings used for calls to deleteService.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<DeleteServiceRequest , Operation >  deleteServiceSettings ()  
   
  Returns the object with the settings used for calls to deleteService.
 
  Returns 
  
   
  
  
    
public   OperationCallSettings<ExportMetadataRequest , MetadataExport , OperationMetadata >  exportMetadataOperationSettings ()  
   
  Returns the object with the settings used for calls to exportMetadata.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<ExportMetadataRequest , Operation >  exportMetadataSettings ()  
   
  Returns the object with the settings used for calls to exportMetadata.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<GetBackupRequest , Backup >  getBackupSettings ()  
   
  Returns the object with the settings used for calls to getBackup.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<GetMetadataImportRequest , MetadataImport >  getMetadataImportSettings ()  
   
  Returns the object with the settings used for calls to getMetadataImport.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<GetServiceRequest , Service >  getServiceSettings ()  
   
  Returns the object with the settings used for calls to getService.
 
  Returns 
  
   
  
  
    
public   PagedCallSettings<ListBackupsRequest , ListBackupsResponse , DataprocMetastoreClient . ListBackupsPagedResponse >  listBackupsSettings ()  
   
  Returns the object with the settings used for calls to listBackups.
 
  Returns 
  
   
  
  
    
public   PagedCallSettings<ListMetadataImportsRequest , ListMetadataImportsResponse , DataprocMetastoreClient . ListMetadataImportsPagedResponse >  listMetadataImportsSettings ()  
   
  Returns the object with the settings used for calls to listMetadataImports.
 
  Returns 
  
   
  
  
    
public   PagedCallSettings<ListServicesRequest , ListServicesResponse , DataprocMetastoreClient . ListServicesPagedResponse >  listServicesSettings ()  
   
  Returns the object with the settings used for calls to listServices.
 
  Returns 
  
   
  
  
    
public   OperationCallSettings<RestoreServiceRequest , Restore , OperationMetadata >  restoreServiceOperationSettings ()  
   
  Returns the object with the settings used for calls to restoreService.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<RestoreServiceRequest , Operation >  restoreServiceSettings ()  
   
  Returns the object with the settings used for calls to restoreService.
 
  Returns 
  
   
  
  
    
public   DataprocMetastoreStubSettings . Builder   toBuilder ()  
   
  Returns a builder containing all the values of this settings class.
 
  Returns 
  
  Overrides 
  
   
  
  
    
public   OperationCallSettings<UpdateMetadataImportRequest , MetadataImport , OperationMetadata >  updateMetadataImportOperationSettings ()  
   
  Returns the object with the settings used for calls to updateMetadataImport.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<UpdateMetadataImportRequest , Operation >  updateMetadataImportSettings ()  
   
  Returns the object with the settings used for calls to updateMetadataImport.
 
  Returns 
  
   
  
  
    
public   OperationCallSettings<UpdateServiceRequest , Service , OperationMetadata >  updateServiceOperationSettings ()  
   
  Returns the object with the settings used for calls to updateService.
 
  Returns 
  
   
  
  
    
public   UnaryCallSettings<UpdateServiceRequest , Operation >  updateServiceSettings ()  
   
  Returns the object with the settings used for calls to updateService.
 
  Returns 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]