public   class  CertificateManagerStubSettings   extends   StubSettings<CertificateManagerStubSettings>  
  Settings class to configure an instance of CertificateManagerStub .
 
The default instance has everything set to sensible defaults:
 
   The default service address (certificatemanager.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 getCertificate 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 
  CertificateManagerStubSettings . Builder   certificateManagerSettingsBuilder   = 
      CertificateManagerStubSettings . newBuilder (); 
  certificateManagerSettingsBuilder 
      . getCertificateSettings () 
      . setRetrySettings ( 
          certificateManagerSettingsBuilder 
              . getCertificateSettings () 
              . getRetrySettings () 
              . toBuilder () 
              . setTotalTimeout ( Duration . ofSeconds ( 30 )) 
              . build ()); 
  CertificateManagerStubSettings   certificateManagerSettings   = 
      certificateManagerSettingsBuilder . build (); 
  Static Methods
   
  
  
  
    
public   static   ApiClientHeaderProvider . Builder   defaultApiClientHeaderProviderBuilder ()  
  
  defaultCredentialsProviderBuilder() 
  
    
public   static   GoogleCredentialsProvider . Builder   defaultCredentialsProviderBuilder ()  
  Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder() 
  
    
public   static   InstantiatingExecutorProvider . Builder   defaultExecutorProviderBuilder ()  
  Returns a builder for the default ExecutorProvider for this service.
    
public   static   ApiClientHeaderProvider . Builder   defaultGrpcApiClientHeaderProviderBuilder ()  
  
  defaultGrpcTransportProviderBuilder() 
  
    
public   static   InstantiatingGrpcChannelProvider . Builder   defaultGrpcTransportProviderBuilder ()  
  Returns a builder for the default gRPC ChannelProvider for this service.
    
public   static   ApiClientHeaderProvider . Builder   defaultHttpJsonApiClientHeaderProviderBuilder ()  
  
  defaultHttpJsonTransportProviderBuilder() 
  
    
public   static   InstantiatingHttpJsonChannelProvider . Builder   defaultHttpJsonTransportProviderBuilder ()  
  
Beta 
This feature is covered by the Pre-GA Offerings Terms  of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
 
Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider() 
  
    
public   static   TransportChannelProvider   defaultTransportChannelProvider ()  
  
  getDefaultEndpoint() 
  
    
public   static   String   getDefaultEndpoint ()  
  Returns the default service endpoint.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  getDefaultMtlsEndpoint() 
  
    
public   static   String   getDefaultMtlsEndpoint ()  
  Returns the default mTLS service endpoint.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  getDefaultServiceScopes() 
  
    
public   static   List<String>   getDefaultServiceScopes ()  
  Returns the default service scopes.
newBuilder() 
  
    
public   static   CertificateManagerStubSettings . Builder   newBuilder ()  
  Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext) 
  
    
public   static   CertificateManagerStubSettings . Builder   newBuilder ( ClientContext   clientContext )  
  Returns a new builder for this class.
newHttpJsonBuilder() 
  
    
public   static   CertificateManagerStubSettings . Builder   newHttpJsonBuilder ()  
  Returns a new REST builder for this class.
Constructors
   
  CertificateManagerStubSettings(CertificateManagerStubSettings.Builder settingsBuilder) 
  
    
protected   CertificateManagerStubSettings ( CertificateManagerStubSettings . Builder   settingsBuilder )  
  
  Methods
   
  createCertificateIssuanceConfigOperationSettings() 
  
    
public   OperationCallSettings<CreateCertificateIssuanceConfigRequest , CertificateIssuanceConfig , OperationMetadata >  createCertificateIssuanceConfigOperationSettings ()  
  Returns the object with the settings used for calls to createCertificateIssuanceConfig.
createCertificateIssuanceConfigSettings() 
  
    
public   UnaryCallSettings<CreateCertificateIssuanceConfigRequest , Operation >  createCertificateIssuanceConfigSettings ()  
  Returns the object with the settings used for calls to createCertificateIssuanceConfig.
createCertificateMapEntryOperationSettings() 
  
    
public   OperationCallSettings<CreateCertificateMapEntryRequest , CertificateMapEntry , OperationMetadata >  createCertificateMapEntryOperationSettings ()  
  Returns the object with the settings used for calls to createCertificateMapEntry.
createCertificateMapEntrySettings() 
  
    
public   UnaryCallSettings<CreateCertificateMapEntryRequest , Operation >  createCertificateMapEntrySettings ()  
  Returns the object with the settings used for calls to createCertificateMapEntry.
createCertificateMapOperationSettings() 
  
    
public   OperationCallSettings<CreateCertificateMapRequest , CertificateMap , OperationMetadata >  createCertificateMapOperationSettings ()  
  Returns the object with the settings used for calls to createCertificateMap.
createCertificateMapSettings() 
  
    
public   UnaryCallSettings<CreateCertificateMapRequest , Operation >  createCertificateMapSettings ()  
  Returns the object with the settings used for calls to createCertificateMap.
createCertificateOperationSettings() 
  
    
public   OperationCallSettings<CreateCertificateRequest , Certificate , OperationMetadata >  createCertificateOperationSettings ()  
  Returns the object with the settings used for calls to createCertificate.
createCertificateSettings() 
  
    
public   UnaryCallSettings<CreateCertificateRequest , Operation >  createCertificateSettings ()  
  Returns the object with the settings used for calls to createCertificate.
createDnsAuthorizationOperationSettings() 
  
    
public   OperationCallSettings<CreateDnsAuthorizationRequest , DnsAuthorization , OperationMetadata >  createDnsAuthorizationOperationSettings ()  
  Returns the object with the settings used for calls to createDnsAuthorization.
createDnsAuthorizationSettings() 
  
    
public   UnaryCallSettings<CreateDnsAuthorizationRequest , Operation >  createDnsAuthorizationSettings ()  
  Returns the object with the settings used for calls to createDnsAuthorization.
createStub() 
  
    
public   CertificateManagerStub   createStub ()  
  
  
  createTrustConfigOperationSettings() 
  
    
public   OperationCallSettings<CreateTrustConfigRequest , TrustConfig , OperationMetadata >  createTrustConfigOperationSettings ()  
  Returns the object with the settings used for calls to createTrustConfig.
createTrustConfigSettings() 
  
    
public   UnaryCallSettings<CreateTrustConfigRequest , Operation >  createTrustConfigSettings ()  
  Returns the object with the settings used for calls to createTrustConfig.
deleteCertificateIssuanceConfigOperationSettings() 
  
    
public   OperationCallSettings<DeleteCertificateIssuanceConfigRequest , Empty , OperationMetadata >  deleteCertificateIssuanceConfigOperationSettings ()  
  Returns the object with the settings used for calls to deleteCertificateIssuanceConfig.
deleteCertificateIssuanceConfigSettings() 
  
    
public   UnaryCallSettings<DeleteCertificateIssuanceConfigRequest , Operation >  deleteCertificateIssuanceConfigSettings ()  
  Returns the object with the settings used for calls to deleteCertificateIssuanceConfig.
deleteCertificateMapEntryOperationSettings() 
  
    
public   OperationCallSettings<DeleteCertificateMapEntryRequest , Empty , OperationMetadata >  deleteCertificateMapEntryOperationSettings ()  
  Returns the object with the settings used for calls to deleteCertificateMapEntry.
deleteCertificateMapEntrySettings() 
  
    
public   UnaryCallSettings<DeleteCertificateMapEntryRequest , Operation >  deleteCertificateMapEntrySettings ()  
  Returns the object with the settings used for calls to deleteCertificateMapEntry.
deleteCertificateMapOperationSettings() 
  
    
public   OperationCallSettings<DeleteCertificateMapRequest , Empty , OperationMetadata >  deleteCertificateMapOperationSettings ()  
  Returns the object with the settings used for calls to deleteCertificateMap.
deleteCertificateMapSettings() 
  
    
public   UnaryCallSettings<DeleteCertificateMapRequest , Operation >  deleteCertificateMapSettings ()  
  Returns the object with the settings used for calls to deleteCertificateMap.
deleteCertificateOperationSettings() 
  
    
public   OperationCallSettings<DeleteCertificateRequest , Empty , OperationMetadata >  deleteCertificateOperationSettings ()  
  Returns the object with the settings used for calls to deleteCertificate.
deleteCertificateSettings() 
  
    
public   UnaryCallSettings<DeleteCertificateRequest , Operation >  deleteCertificateSettings ()  
  Returns the object with the settings used for calls to deleteCertificate.
deleteDnsAuthorizationOperationSettings() 
  
    
public   OperationCallSettings<DeleteDnsAuthorizationRequest , Empty , OperationMetadata >  deleteDnsAuthorizationOperationSettings ()  
  Returns the object with the settings used for calls to deleteDnsAuthorization.
deleteDnsAuthorizationSettings() 
  
    
public   UnaryCallSettings<DeleteDnsAuthorizationRequest , Operation >  deleteDnsAuthorizationSettings ()  
  Returns the object with the settings used for calls to deleteDnsAuthorization.
deleteTrustConfigOperationSettings() 
  
    
public   OperationCallSettings<DeleteTrustConfigRequest , Empty , OperationMetadata >  deleteTrustConfigOperationSettings ()  
  Returns the object with the settings used for calls to deleteTrustConfig.
deleteTrustConfigSettings() 
  
    
public   UnaryCallSettings<DeleteTrustConfigRequest , Operation >  deleteTrustConfigSettings ()  
  Returns the object with the settings used for calls to deleteTrustConfig.
getCertificateIssuanceConfigSettings() 
  
    
public   UnaryCallSettings<GetCertificateIssuanceConfigRequest , CertificateIssuanceConfig >  getCertificateIssuanceConfigSettings ()  
  Returns the object with the settings used for calls to getCertificateIssuanceConfig.
getCertificateMapEntrySettings() 
  
    
public   UnaryCallSettings<GetCertificateMapEntryRequest , CertificateMapEntry >  getCertificateMapEntrySettings ()  
  Returns the object with the settings used for calls to getCertificateMapEntry.
getCertificateMapSettings() 
  
    
public   UnaryCallSettings<GetCertificateMapRequest , CertificateMap >  getCertificateMapSettings ()  
  Returns the object with the settings used for calls to getCertificateMap.
getCertificateSettings() 
  
    
public   UnaryCallSettings<GetCertificateRequest , Certificate >  getCertificateSettings ()  
  Returns the object with the settings used for calls to getCertificate.
getDnsAuthorizationSettings() 
  
    
public   UnaryCallSettings<GetDnsAuthorizationRequest , DnsAuthorization >  getDnsAuthorizationSettings ()  
  Returns the object with the settings used for calls to getDnsAuthorization.
getLocationSettings() 
  
    
public   UnaryCallSettings<GetLocationRequest , Location >  getLocationSettings ()  
  Returns the object with the settings used for calls to getLocation.
    
      
        Returns  
      
        Type Description  
      
        UnaryCallSettings <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location > 
     
  
  getServiceName() 
  
    
public   String   getServiceName ()  
  Returns the default service name.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  Overrides 
  
  getTrustConfigSettings() 
  
    
public   UnaryCallSettings<GetTrustConfigRequest , TrustConfig >  getTrustConfigSettings ()  
  Returns the object with the settings used for calls to getTrustConfig.
listCertificateIssuanceConfigsSettings() 
  
    
public   PagedCallSettings<ListCertificateIssuanceConfigsRequest , ListCertificateIssuanceConfigsResponse , CertificateManagerClient . ListCertificateIssuanceConfigsPagedResponse >  listCertificateIssuanceConfigsSettings ()  
  Returns the object with the settings used for calls to listCertificateIssuanceConfigs.
listCertificateMapEntriesSettings() 
  
    
public   PagedCallSettings<ListCertificateMapEntriesRequest , ListCertificateMapEntriesResponse , CertificateManagerClient . ListCertificateMapEntriesPagedResponse >  listCertificateMapEntriesSettings ()  
  Returns the object with the settings used for calls to listCertificateMapEntries.
listCertificateMapsSettings() 
  
    
public   PagedCallSettings<ListCertificateMapsRequest , ListCertificateMapsResponse , CertificateManagerClient . ListCertificateMapsPagedResponse >  listCertificateMapsSettings ()  
  Returns the object with the settings used for calls to listCertificateMaps.
listCertificatesSettings() 
  
    
public   PagedCallSettings<ListCertificatesRequest , ListCertificatesResponse , CertificateManagerClient . ListCertificatesPagedResponse >  listCertificatesSettings ()  
  Returns the object with the settings used for calls to listCertificates.
listDnsAuthorizationsSettings() 
  
    
public   PagedCallSettings<ListDnsAuthorizationsRequest , ListDnsAuthorizationsResponse , CertificateManagerClient . ListDnsAuthorizationsPagedResponse >  listDnsAuthorizationsSettings ()  
  Returns the object with the settings used for calls to listDnsAuthorizations.
listLocationsSettings() 
  
    
public   PagedCallSettings<ListLocationsRequest , ListLocationsResponse , CertificateManagerClient . ListLocationsPagedResponse >  listLocationsSettings ()  
  Returns the object with the settings used for calls to listLocations.
listTrustConfigsSettings() 
  
    
public   PagedCallSettings<ListTrustConfigsRequest , ListTrustConfigsResponse , CertificateManagerClient . ListTrustConfigsPagedResponse >  listTrustConfigsSettings ()  
  Returns the object with the settings used for calls to listTrustConfigs.
toBuilder() 
  
    
public   CertificateManagerStubSettings . Builder   toBuilder ()  
  Returns a builder containing all the values of this settings class.
Overrides 
  
  updateCertificateMapEntryOperationSettings() 
  
    
public   OperationCallSettings<UpdateCertificateMapEntryRequest , CertificateMapEntry , OperationMetadata >  updateCertificateMapEntryOperationSettings ()  
  Returns the object with the settings used for calls to updateCertificateMapEntry.
updateCertificateMapEntrySettings() 
  
    
public   UnaryCallSettings<UpdateCertificateMapEntryRequest , Operation >  updateCertificateMapEntrySettings ()  
  Returns the object with the settings used for calls to updateCertificateMapEntry.
updateCertificateMapOperationSettings() 
  
    
public   OperationCallSettings<UpdateCertificateMapRequest , CertificateMap , OperationMetadata >  updateCertificateMapOperationSettings ()  
  Returns the object with the settings used for calls to updateCertificateMap.
updateCertificateMapSettings() 
  
    
public   UnaryCallSettings<UpdateCertificateMapRequest , Operation >  updateCertificateMapSettings ()  
  Returns the object with the settings used for calls to updateCertificateMap.
updateCertificateOperationSettings() 
  
    
public   OperationCallSettings<UpdateCertificateRequest , Certificate , OperationMetadata >  updateCertificateOperationSettings ()  
  Returns the object with the settings used for calls to updateCertificate.
updateCertificateSettings() 
  
    
public   UnaryCallSettings<UpdateCertificateRequest , Operation >  updateCertificateSettings ()  
  Returns the object with the settings used for calls to updateCertificate.
updateDnsAuthorizationOperationSettings() 
  
    
public   OperationCallSettings<UpdateDnsAuthorizationRequest , DnsAuthorization , OperationMetadata >  updateDnsAuthorizationOperationSettings ()  
  Returns the object with the settings used for calls to updateDnsAuthorization.
updateDnsAuthorizationSettings() 
  
    
public   UnaryCallSettings<UpdateDnsAuthorizationRequest , Operation >  updateDnsAuthorizationSettings ()  
  Returns the object with the settings used for calls to updateDnsAuthorization.
updateTrustConfigOperationSettings() 
  
    
public   OperationCallSettings<UpdateTrustConfigRequest , TrustConfig , OperationMetadata >  updateTrustConfigOperationSettings ()  
  Returns the object with the settings used for calls to updateTrustConfig.
updateTrustConfigSettings() 
  
    
public   UnaryCallSettings<UpdateTrustConfigRequest , Operation >  updateTrustConfigSettings ()  
  Returns the object with the settings used for calls to updateTrustConfig.