Class CloudDeployStubSettings.Builder (1.0.2) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.0.2keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   class  CloudDeployStubSettings . Builder   extends   StubSettings . Builder<CloudDeployStubSettings , CloudDeployStubSettings . Builder > 
  Builder for CloudDeployStubSettings.
Constructors
   
  Builder() 
  
  Builder(ClientContext clientContext) 
  
    
protected   Builder ( ClientContext   clientContext )  
  Parameter 
  
  Builder(CloudDeployStubSettings settings) 
  
    
protected   Builder ( CloudDeployStubSettings   settings )  
  Parameter 
  
  Methods
   
  applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) 
  
    
public   CloudDeployStubSettings . 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 
  
  Returns 
  
  approveRolloutSettings() 
  
    
public   UnaryCallSettings . Builder<ApproveRolloutRequest , ApproveRolloutResponse >  approveRolloutSettings ()  
  Returns the builder for the settings used for calls to approveRollout.
Returns 
  
  build() 
  
    
public   CloudDeployStubSettings   build ()  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  createDeliveryPipelineOperationSettings() 
  
    
public   OperationCallSettings . Builder<CreateDeliveryPipelineRequest , DeliveryPipeline , OperationMetadata >  createDeliveryPipelineOperationSettings ()  
  Returns the builder for the settings used for calls to createDeliveryPipeline.
Returns 
  
  createDeliveryPipelineSettings() 
  
    
public   UnaryCallSettings . Builder<CreateDeliveryPipelineRequest , Operation >  createDeliveryPipelineSettings ()  
  Returns the builder for the settings used for calls to createDeliveryPipeline.
Returns 
  
  createReleaseOperationSettings() 
  
    
public   OperationCallSettings . Builder<CreateReleaseRequest , Release , OperationMetadata >  createReleaseOperationSettings ()  
  Returns the builder for the settings used for calls to createRelease.
Returns 
  
  createReleaseSettings() 
  
    
public   UnaryCallSettings . Builder<CreateReleaseRequest , Operation >  createReleaseSettings ()  
  Returns the builder for the settings used for calls to createRelease.
Returns 
  
  createRolloutOperationSettings() 
  
    
public   OperationCallSettings . Builder<CreateRolloutRequest , Rollout , OperationMetadata >  createRolloutOperationSettings ()  
  Returns the builder for the settings used for calls to createRollout.
Returns 
  
  createRolloutSettings() 
  
    
public   UnaryCallSettings . Builder<CreateRolloutRequest , Operation >  createRolloutSettings ()  
  Returns the builder for the settings used for calls to createRollout.
Returns 
  
  createTargetOperationSettings() 
  
    
public   OperationCallSettings . Builder<CreateTargetRequest , Target , OperationMetadata >  createTargetOperationSettings ()  
  Returns the builder for the settings used for calls to createTarget.
Returns 
  
  createTargetSettings() 
  
    
public   UnaryCallSettings . Builder<CreateTargetRequest , Operation >  createTargetSettings ()  
  Returns the builder for the settings used for calls to createTarget.
Returns 
  
  deleteDeliveryPipelineOperationSettings() 
  
    
public   OperationCallSettings . Builder<DeleteDeliveryPipelineRequest , Empty , OperationMetadata >  deleteDeliveryPipelineOperationSettings ()  
  Returns the builder for the settings used for calls to deleteDeliveryPipeline.
Returns 
  
  deleteDeliveryPipelineSettings() 
  
    
public   UnaryCallSettings . Builder<DeleteDeliveryPipelineRequest , Operation >  deleteDeliveryPipelineSettings ()  
  Returns the builder for the settings used for calls to deleteDeliveryPipeline.
Returns 
  
  deleteTargetOperationSettings() 
  
    
public   OperationCallSettings . Builder<DeleteTargetRequest , Empty , OperationMetadata >  deleteTargetOperationSettings ()  
  Returns the builder for the settings used for calls to deleteTarget.
Returns 
  
  deleteTargetSettings() 
  
    
public   UnaryCallSettings . Builder<DeleteTargetRequest , Operation >  deleteTargetSettings ()  
  Returns the builder for the settings used for calls to deleteTarget.
Returns 
  
  getConfigSettings() 
  
    
public   UnaryCallSettings . Builder<GetConfigRequest , Config >  getConfigSettings ()  
  Returns the builder for the settings used for calls to getConfig.
Returns 
  
  getDeliveryPipelineSettings() 
  
    
public   UnaryCallSettings . Builder<GetDeliveryPipelineRequest , DeliveryPipeline >  getDeliveryPipelineSettings ()  
  Returns the builder for the settings used for calls to getDeliveryPipeline.
Returns 
  
  getReleaseSettings() 
  
    
public   UnaryCallSettings . Builder<GetReleaseRequest , Release >  getReleaseSettings ()  
  Returns the builder for the settings used for calls to getRelease.
Returns 
  
  getRolloutSettings() 
  
    
public   UnaryCallSettings . Builder<GetRolloutRequest , Rollout >  getRolloutSettings ()  
  Returns the builder for the settings used for calls to getRollout.
Returns 
  
  getTargetSettings() 
  
    
public   UnaryCallSettings . Builder<GetTargetRequest , Target >  getTargetSettings ()  
  Returns the builder for the settings used for calls to getTarget.
Returns 
  
  listDeliveryPipelinesSettings() 
  
    
public   PagedCallSettings . Builder<ListDeliveryPipelinesRequest , ListDeliveryPipelinesResponse , CloudDeployClient . ListDeliveryPipelinesPagedResponse >  listDeliveryPipelinesSettings ()  
  Returns the builder for the settings used for calls to listDeliveryPipelines.
Returns 
  
  listReleasesSettings() 
  
    
public   PagedCallSettings . Builder<ListReleasesRequest , ListReleasesResponse , CloudDeployClient . ListReleasesPagedResponse >  listReleasesSettings ()  
  Returns the builder for the settings used for calls to listReleases.
Returns 
  
  listRolloutsSettings() 
  
    
public   PagedCallSettings . Builder<ListRolloutsRequest , ListRolloutsResponse , CloudDeployClient . ListRolloutsPagedResponse >  listRolloutsSettings ()  
  Returns the builder for the settings used for calls to listRollouts.
Returns 
  
  listTargetsSettings() 
  
    
public   PagedCallSettings . Builder<ListTargetsRequest , ListTargetsResponse , CloudDeployClient . ListTargetsPagedResponse >  listTargetsSettings ()  
  Returns the builder for the settings used for calls to listTargets.
Returns 
  
  unaryMethodSettingsBuilders() 
  
    
public   ImmutableList<UnaryCallSettings . Builder <? , ? >>  unaryMethodSettingsBuilders ()  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.collect.ImmutableList <Builder <? ,? >> 
     
  
  updateDeliveryPipelineOperationSettings() 
  
    
public   OperationCallSettings . Builder<UpdateDeliveryPipelineRequest , DeliveryPipeline , OperationMetadata >  updateDeliveryPipelineOperationSettings ()  
  Returns the builder for the settings used for calls to updateDeliveryPipeline.
Returns 
  
  updateDeliveryPipelineSettings() 
  
    
public   UnaryCallSettings . Builder<UpdateDeliveryPipelineRequest , Operation >  updateDeliveryPipelineSettings ()  
  Returns the builder for the settings used for calls to updateDeliveryPipeline.
Returns 
  
  updateTargetOperationSettings() 
  
    
public   OperationCallSettings . Builder<UpdateTargetRequest , Target , OperationMetadata >  updateTargetOperationSettings ()  
  Returns the builder for the settings used for calls to updateTarget.
Returns 
  
  updateTargetSettings() 
  
    
public   UnaryCallSettings . Builder<UpdateTargetRequest , Operation >  updateTargetSettings ()  
  Returns the builder for the settings used for calls to updateTarget.
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-28 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-28 UTC."],[],[]]