Class DomainsStubSettings (1.4.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.4.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   class  DomainsStubSettings   extends   StubSettings<DomainsStubSettings>  
  Settings class to configure an instance of DomainsStub .
 
The default instance has everything set to sensible defaults:
 
   The default service address (domains.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 searchDomains 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 
  DomainsStubSettings . Builder   domainsSettingsBuilder   =   DomainsStubSettings . newBuilder (); 
  domainsSettingsBuilder 
      . searchDomainsSettings () 
      . setRetrySettings ( 
          domainsSettingsBuilder . searchDomainsSettings (). getRetrySettings (). toBuilder () 
              . setTotalTimeout ( Duration . ofSeconds ( 30 )) 
              . build ()); 
  DomainsStubSettings   domainsSettings   =   domainsSettingsBuilder . build (); 
  Static Methods
   
  defaultApiClientHeaderProviderBuilder() 
  
    
public   static   ApiClientHeaderProvider . Builder   defaultApiClientHeaderProviderBuilder ()  
  Returns 
  
  defaultCredentialsProviderBuilder() 
  
    
public   static   GoogleCredentialsProvider . Builder   defaultCredentialsProviderBuilder ()  
  Returns a builder for the default credentials for this service.
Returns 
  
  defaultExecutorProviderBuilder() 
  
    
public   static   InstantiatingExecutorProvider . Builder   defaultExecutorProviderBuilder ()  
  Returns a builder for the default ExecutorProvider for this service.
Returns 
  
  defaultGrpcApiClientHeaderProviderBuilder() 
  
    
public   static   ApiClientHeaderProvider . Builder   defaultGrpcApiClientHeaderProviderBuilder ()  
  Returns 
  
  defaultGrpcTransportProviderBuilder() 
  
    
public   static   InstantiatingGrpcChannelProvider . Builder   defaultGrpcTransportProviderBuilder ()  
  Returns a builder for the default gRPC ChannelProvider for this service.
Returns 
  
  defaultHttpJsonApiClientHeaderProviderBuilder() 
  
    
public   static   ApiClientHeaderProvider . Builder   defaultHttpJsonApiClientHeaderProviderBuilder ()  
  Returns 
  
  defaultHttpJsonTransportProviderBuilder() 
  
    
public   static   InstantiatingHttpJsonChannelProvider . Builder   defaultHttpJsonTransportProviderBuilder ()  
  Returns a builder for the default REST ChannelProvider for this service.
Returns 
  
  defaultTransportChannelProvider() 
  
    
public   static   TransportChannelProvider   defaultTransportChannelProvider ()  
  Returns 
  
  getDefaultEndpoint() 
  
    
public   static   String   getDefaultEndpoint ()  
  Returns the default service endpoint.
Returns 
  
  getDefaultMtlsEndpoint() 
  
    
public   static   String   getDefaultMtlsEndpoint ()  
  Returns the default mTLS service endpoint.
Returns 
  
  getDefaultServiceScopes() 
  
    
public   static   List<String>   getDefaultServiceScopes ()  
  Returns the default service scopes.
Returns 
  
  newBuilder() 
  
    
public   static   DomainsStubSettings . Builder   newBuilder ()  
  Returns a new gRPC builder for this class.
Returns 
  
  newBuilder(ClientContext clientContext) 
  
    
public   static   DomainsStubSettings . Builder   newBuilder ( ClientContext   clientContext )  
  Returns a new builder for this class.
Parameter 
  
  Returns 
  
  newHttpJsonBuilder() 
  
    
public   static   DomainsStubSettings . Builder   newHttpJsonBuilder ()  
  Returns a new REST builder for this class.
Returns 
  
  Constructors
   
  DomainsStubSettings(DomainsStubSettings.Builder settingsBuilder) 
  
    
protected   DomainsStubSettings ( DomainsStubSettings . Builder   settingsBuilder )  
  Parameter 
  
  Methods
   
  configureContactSettingsOperationSettings() 
  
    
public   OperationCallSettings<ConfigureContactSettingsRequest , Registration , OperationMetadata >  configureContactSettingsOperationSettings ()  
  Returns the object with the settings used for calls to configureContactSettings.
Returns 
  
  configureContactSettingsSettings() 
  
    
public   UnaryCallSettings<ConfigureContactSettingsRequest , Operation >  configureContactSettingsSettings ()  
  Returns the object with the settings used for calls to configureContactSettings.
Returns 
  
  configureDnsSettingsOperationSettings() 
  
    
public   OperationCallSettings<ConfigureDnsSettingsRequest , Registration , OperationMetadata >  configureDnsSettingsOperationSettings ()  
  Returns the object with the settings used for calls to configureDnsSettings.
Returns 
  
  configureDnsSettingsSettings() 
  
    
public   UnaryCallSettings<ConfigureDnsSettingsRequest , Operation >  configureDnsSettingsSettings ()  
  Returns the object with the settings used for calls to configureDnsSettings.
Returns 
  
  configureManagementSettingsOperationSettings() 
  
    
public   OperationCallSettings<ConfigureManagementSettingsRequest , Registration , OperationMetadata >  configureManagementSettingsOperationSettings ()  
  Returns the object with the settings used for calls to configureManagementSettings.
Returns 
  
  configureManagementSettingsSettings() 
  
    
public   UnaryCallSettings<ConfigureManagementSettingsRequest , Operation >  configureManagementSettingsSettings ()  
  Returns the object with the settings used for calls to configureManagementSettings.
Returns 
  
  createStub() 
  
    
public   DomainsStub   createStub ()  
  Returns 
  
  Exceptions 
  
  deleteRegistrationOperationSettings() 
  
    
public   OperationCallSettings<DeleteRegistrationRequest , Empty , OperationMetadata >  deleteRegistrationOperationSettings ()  
  Returns the object with the settings used for calls to deleteRegistration.
Returns 
  
  deleteRegistrationSettings() 
  
    
public   UnaryCallSettings<DeleteRegistrationRequest , Operation >  deleteRegistrationSettings ()  
  Returns the object with the settings used for calls to deleteRegistration.
Returns 
  
  exportRegistrationOperationSettings() 
  
    
public   OperationCallSettings<ExportRegistrationRequest , Registration , OperationMetadata >  exportRegistrationOperationSettings ()  
  Returns the object with the settings used for calls to exportRegistration.
Returns 
  
  exportRegistrationSettings() 
  
    
public   UnaryCallSettings<ExportRegistrationRequest , Operation >  exportRegistrationSettings ()  
  Returns the object with the settings used for calls to exportRegistration.
Returns 
  
  getRegistrationSettings() 
  
    
public   UnaryCallSettings<GetRegistrationRequest , Registration >  getRegistrationSettings ()  
  Returns the object with the settings used for calls to getRegistration.
Returns 
  
  listRegistrationsSettings() 
  
    
public   PagedCallSettings<ListRegistrationsRequest , ListRegistrationsResponse , DomainsClient . ListRegistrationsPagedResponse >  listRegistrationsSettings ()  
  Returns the object with the settings used for calls to listRegistrations.
Returns 
  
  registerDomainOperationSettings() 
  
    
public   OperationCallSettings<RegisterDomainRequest , Registration , OperationMetadata >  registerDomainOperationSettings ()  
  Returns the object with the settings used for calls to registerDomain.
Returns 
  
  registerDomainSettings() 
  
    
public   UnaryCallSettings<RegisterDomainRequest , Operation >  registerDomainSettings ()  
  Returns the object with the settings used for calls to registerDomain.
Returns 
  
  resetAuthorizationCodeSettings() 
  
    
public   UnaryCallSettings<ResetAuthorizationCodeRequest , AuthorizationCode >  resetAuthorizationCodeSettings ()  
  Returns the object with the settings used for calls to resetAuthorizationCode.
Returns 
  
  retrieveAuthorizationCodeSettings() 
  
    
public   UnaryCallSettings<RetrieveAuthorizationCodeRequest , AuthorizationCode >  retrieveAuthorizationCodeSettings ()  
  Returns the object with the settings used for calls to retrieveAuthorizationCode.
Returns 
  
  retrieveRegisterParametersSettings() 
  
    
public   UnaryCallSettings<RetrieveRegisterParametersRequest , RetrieveRegisterParametersResponse >  retrieveRegisterParametersSettings ()  
  Returns the object with the settings used for calls to retrieveRegisterParameters.
Returns 
  
  retrieveTransferParametersSettings() 
  
    
public   UnaryCallSettings<RetrieveTransferParametersRequest , RetrieveTransferParametersResponse >  retrieveTransferParametersSettings ()  
  Returns the object with the settings used for calls to retrieveTransferParameters.
Returns 
  
  searchDomainsSettings() 
  
    
public   UnaryCallSettings<SearchDomainsRequest , SearchDomainsResponse >  searchDomainsSettings ()  
  Returns the object with the settings used for calls to searchDomains.
Returns 
  
  toBuilder() 
  
    
public   DomainsStubSettings . Builder   toBuilder ()  
  Returns a builder containing all the values of this settings class.
Returns 
  
  Overrides 
  
  transferDomainOperationSettings() 
  
    
public   OperationCallSettings<TransferDomainRequest , Registration , OperationMetadata >  transferDomainOperationSettings ()  
  Returns the object with the settings used for calls to transferDomain.
Returns 
  
  transferDomainSettings() 
  
    
public   UnaryCallSettings<TransferDomainRequest , Operation >  transferDomainSettings ()  
  Returns the object with the settings used for calls to transferDomain.
Returns 
  
  updateRegistrationOperationSettings() 
  
    
public   OperationCallSettings<UpdateRegistrationRequest , Registration , OperationMetadata >  updateRegistrationOperationSettings ()  
  Returns the object with the settings used for calls to updateRegistration.
Returns 
  
  updateRegistrationSettings() 
  
    
public   UnaryCallSettings<UpdateRegistrationRequest , Operation >  updateRegistrationSettings ()  
  Returns the object with the settings used for calls to updateRegistration.
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-29 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-29 UTC."],[],[]]