Class CloudBuildStubSettings (3.18.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.18.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   class  CloudBuildStubSettings   extends   StubSettings<CloudBuildStubSettings>  
  Settings class to configure an instance of CloudBuildStub .
 
The default instance has everything set to sensible defaults:
 
   The default service address (cloudbuild.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 getBuild 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 
  CloudBuildStubSettings . Builder   cloudBuildSettingsBuilder   =   CloudBuildStubSettings . newBuilder (); 
  cloudBuildSettingsBuilder 
      . getBuildSettings () 
      . setRetrySettings ( 
          cloudBuildSettingsBuilder 
              . getBuildSettings () 
              . getRetrySettings () 
              . toBuilder () 
              . setTotalTimeout ( Duration . ofSeconds ( 30 )) 
              . build ()); 
  CloudBuildStubSettings   cloudBuildSettings   =   cloudBuildSettingsBuilder . build (); 
  Static Methods
   
  
  
  
    
public   static   ApiClientHeaderProvider . Builder   defaultApiClientHeaderProviderBuilder ()  
  
  
    
public   static   GoogleCredentialsProvider . Builder   defaultCredentialsProviderBuilder ()  
  Returns a builder for the default credentials for this service.
    
public   static   InstantiatingExecutorProvider . Builder   defaultExecutorProviderBuilder ()  
  Returns a builder for the default ExecutorProvider for this service.
    
public   static   ApiClientHeaderProvider . Builder   defaultGrpcApiClientHeaderProviderBuilder ()  
  
  
    
public   static   InstantiatingGrpcChannelProvider . Builder   defaultGrpcTransportProviderBuilder ()  
  Returns a builder for the default gRPC ChannelProvider for this service.
    
public   static   ApiClientHeaderProvider . Builder   defaultHttpJsonApiClientHeaderProviderBuilder ()  
  
  
    
public   static   InstantiatingHttpJsonChannelProvider . Builder   defaultHttpJsonTransportProviderBuilder ()  
  Returns a builder for the default REST ChannelProvider for this service.
    
public   static   TransportChannelProvider   defaultTransportChannelProvider ()  
  
  
    
public   static   String   getDefaultEndpoint ()  
  Returns the default service endpoint.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  
    
public   static   String   getDefaultMtlsEndpoint ()  
  Returns the default mTLS service endpoint.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  
    
public   static   List<String>   getDefaultServiceScopes ()  
  Returns the default service scopes.
    
public   static   CloudBuildStubSettings . Builder   newBuilder ()  
  Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext) 
  
    
public   static   CloudBuildStubSettings . Builder   newBuilder ( ClientContext   clientContext )  
  Returns a new builder for this class.
    
public   static   CloudBuildStubSettings . Builder   newHttpJsonBuilder ()  
  Returns a new REST builder for this class.
Constructors
   
  
    
protected   CloudBuildStubSettings ( CloudBuildStubSettings . Builder   settingsBuilder )  
  
  Methods
   
  
    
public   OperationCallSettings<ApproveBuildRequest , Build , BuildOperationMetadata >  approveBuildOperationSettings ()  
  Returns the object with the settings used for calls to approveBuild.
    
public   UnaryCallSettings<ApproveBuildRequest , Operation >  approveBuildSettings ()  
  Returns the object with the settings used for calls to approveBuild.
    
public   UnaryCallSettings<CancelBuildRequest , Build >  cancelBuildSettings ()  
  Returns the object with the settings used for calls to cancelBuild.
    
public   OperationCallSettings<CreateBuildRequest , Build , BuildOperationMetadata >  createBuildOperationSettings ()  
  Returns the object with the settings used for calls to createBuild.
    
public   UnaryCallSettings<CreateBuildRequest , Operation >  createBuildSettings ()  
  Returns the object with the settings used for calls to createBuild.
    
public   UnaryCallSettings<CreateBuildTriggerRequest , BuildTrigger >  createBuildTriggerSettings ()  
  Returns the object with the settings used for calls to createBuildTrigger.
    
public   CloudBuildStub   createStub ()  
  
  
  
    
public   OperationCallSettings<CreateWorkerPoolRequest , WorkerPool , CreateWorkerPoolOperationMetadata >  createWorkerPoolOperationSettings ()  
  Returns the object with the settings used for calls to createWorkerPool.
    
public   UnaryCallSettings<CreateWorkerPoolRequest , Operation >  createWorkerPoolSettings ()  
  Returns the object with the settings used for calls to createWorkerPool.
    
public   UnaryCallSettings<DeleteBuildTriggerRequest , Empty >  deleteBuildTriggerSettings ()  
  Returns the object with the settings used for calls to deleteBuildTrigger.
    
public   OperationCallSettings<DeleteWorkerPoolRequest , Empty , DeleteWorkerPoolOperationMetadata >  deleteWorkerPoolOperationSettings ()  
  Returns the object with the settings used for calls to deleteWorkerPool.
    
public   UnaryCallSettings<DeleteWorkerPoolRequest , Operation >  deleteWorkerPoolSettings ()  
  Returns the object with the settings used for calls to deleteWorkerPool.
    
public   UnaryCallSettings<GetBuildRequest , Build >  getBuildSettings ()  
  Returns the object with the settings used for calls to getBuild.
    
public   UnaryCallSettings<GetBuildTriggerRequest , BuildTrigger >  getBuildTriggerSettings ()  
  Returns the object with the settings used for calls to getBuildTrigger.
    
public   UnaryCallSettings<GetWorkerPoolRequest , WorkerPool >  getWorkerPoolSettings ()  
  Returns the object with the settings used for calls to getWorkerPool.
    
public   PagedCallSettings<ListBuildTriggersRequest , ListBuildTriggersResponse , CloudBuildClient . ListBuildTriggersPagedResponse >  listBuildTriggersSettings ()  
  Returns the object with the settings used for calls to listBuildTriggers.
    
public   PagedCallSettings<ListBuildsRequest , ListBuildsResponse , CloudBuildClient . ListBuildsPagedResponse >  listBuildsSettings ()  
  Returns the object with the settings used for calls to listBuilds.
    
public   PagedCallSettings<ListWorkerPoolsRequest , ListWorkerPoolsResponse , CloudBuildClient . ListWorkerPoolsPagedResponse >  listWorkerPoolsSettings ()  
  Returns the object with the settings used for calls to listWorkerPools.
    
public   UnaryCallSettings<ReceiveTriggerWebhookRequest , ReceiveTriggerWebhookResponse >  receiveTriggerWebhookSettings ()  
  Returns the object with the settings used for calls to receiveTriggerWebhook.
    
public   OperationCallSettings<RetryBuildRequest , Build , BuildOperationMetadata >  retryBuildOperationSettings ()  
  Returns the object with the settings used for calls to retryBuild.
    
public   UnaryCallSettings<RetryBuildRequest , Operation >  retryBuildSettings ()  
  Returns the object with the settings used for calls to retryBuild.
    
public   OperationCallSettings<RunBuildTriggerRequest , Build , BuildOperationMetadata >  runBuildTriggerOperationSettings ()  
  Returns the object with the settings used for calls to runBuildTrigger.
    
public   UnaryCallSettings<RunBuildTriggerRequest , Operation >  runBuildTriggerSettings ()  
  Returns the object with the settings used for calls to runBuildTrigger.
    
public   CloudBuildStubSettings . Builder   toBuilder ()  
  Returns a builder containing all the values of this settings class.
Overrides 
  
  
    
public   UnaryCallSettings<UpdateBuildTriggerRequest , BuildTrigger >  updateBuildTriggerSettings ()  
  Returns the object with the settings used for calls to updateBuildTrigger.
    
public   OperationCallSettings<UpdateWorkerPoolRequest , WorkerPool , UpdateWorkerPoolOperationMetadata >  updateWorkerPoolOperationSettings ()  
  Returns the object with the settings used for calls to updateWorkerPool.
    
public   UnaryCallSettings<UpdateWorkerPoolRequest , Operation >  updateWorkerPoolSettings ()  
  Returns the object with the settings used for calls to updateWorkerPool.
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-11 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-11 UTC."],[],[]]