Class BatchingCallSettings.Builder<RequestT,ResponseT> (2.43.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.43.0keyboard_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 )  
  
  Builder(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor) 
  
    
public   Builder ( BatchingDescriptor<RequestT , ResponseT >  batchingDescriptor )  
  
  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.
Overrides 
  
  getBatchingDescriptor() 
  
    
public   BatchingDescriptor<RequestT , ResponseT >  getBatchingDescriptor ()  
  
  getBatchingSettings() 
  
    
public   BatchingSettings   getBatchingSettings ()  
  
  getFlowController() 
  
    
public   FlowController   getFlowController ()  
  
  setBatchingSettings(BatchingSettings batchingSettings) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setBatchingSettings ( BatchingSettings   batchingSettings )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Builder <RequestT ,ResponseT > 
     
  
  setFlowController(FlowController flowController) 
  
    
public   BatchingCallSettings . Builder<RequestT , ResponseT >  setFlowController ( FlowController   flowController )  
  
  
    
      
        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 ) 
  ); 
  
    
      
        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  
      
        codesCode [] 
     
  
  
    
      
        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  
      
        retryableCodesSet <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."],[],[]]