Class BatchingCallSettings.Builder<RequestT,ResponseT> (2.19.6) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.19.6keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   class  BatchingCallSettings . Builder<RequestT , ResponseT >  extends   UnaryCallSettings . Builder<RequestT , ResponseT > 
  
  
  Type Parameters 
  
    
      
        Name Description  
      
        RequestT  
      
        ResponseT  
     
  
  Constructors
   
  Builder(BatchingCallSettings<RequestT,ResponseT> settings) 
  
    
public   Builder ( BatchingCallSettings<RequestT , ResponseT >  settings )  
  Parameter 
  
  Builder(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor) 
  
    
public   Builder ( BatchingDescriptor<RequestT , ResponseT >  batchingDescriptor )  
  Parameter 
  
  Methods
   
  build() 
  
    
public   BatchingCallSettings<RequestT , ResponseT >  build ()  
  Builds an instance of the containing class. This operation is unsupported on the abstract
 base class UnaryCallSettings, but is valid on concrete derived classes.
Returns 
  
  Overrides 
  
  getBatchingDescriptor() 
  
    
public   BatchingDescriptor<RequestT , ResponseT >  getBatchingDescriptor ()  
  Returns 
  
  getBatchingSettings() 
  
    
public   BatchingSettings   getBatchingSettings ()  
  Returns 
  
  getFlowController() 
  
    
public   FlowController   getFlowController ()  
  Returns 
  
  setBatchingSettings(BatchingSettings batchingSettings) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setBatchingSettings ( BatchingSettings   batchingSettings )  
  Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        Builder <RequestT ,ResponseT > 
     
  
  setFlowController(FlowController flowController) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setFlowController ( FlowController   flowController )  
  Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        Builder <RequestT ,ResponseT > 
     
  
  setRetrySettings(RetrySettings retrySettings) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setRetrySettings ( RetrySettings   retrySettings )  
  Replaces the RetrySettings  for the associated UnaryCallable .
 
When using the method, make sure that the RetrySettings  are complete. For example,
 the following code will disable retries because the retry delay is not set:
 
  stubSettings . setRetrySettings ( 
    RetrySettings . newBuilder () 
      . setTotalTimeout ( Duration . ofSeconds ( 10 ) 
  ); 
  Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        Builder <RequestT ,ResponseT > 
     
  
  Overrides 
  
  setRetryableCodes(StatusCode.Code[] codes) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setRetryableCodes ( StatusCode . Code []   codes )  
  See the class documentation of UnaryCallSettings  for a description of what retryable
 codes do.
Parameter 
  
    
      
        Name Description  
      
        codes Code [] 
     
  
  Returns 
  
    
      
        Type Description  
      
        Builder <RequestT ,ResponseT > 
     
  
  Overrides 
  
  setRetryableCodes(Set<StatusCode.Code> retryableCodes) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setRetryableCodes ( Set<StatusCode . Code >  retryableCodes )  
  See the class documentation of UnaryCallSettings  for a description of what retryable
 codes do.
Parameter 
  
    
      
        Name Description  
      
        retryableCodes Set <Code > 
     
  
  Returns 
  
    
      
        Type Description  
      
        Builder <RequestT ,ResponseT > 
     
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]