Class PagedCallSettings.Builder<RequestT,ResponseT,PagedListResponseT> (2.17.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.17.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   class  PagedCallSettings . Builder<RequestT , ResponseT , PagedListResponseT >  extends   UnaryCallSettings . Builder<RequestT , ResponseT > 
  
  
  Type Parameters 
  
    
      
        Name Description  
      
        RequestT  
      
        ResponseT  
      
        PagedListResponseT  
     
  
  Constructors
   
  Builder(PagedCallSettings<RequestT,ResponseT,PagedListResponseT> settings) 
  
    
public   Builder ( PagedCallSettings<RequestT , ResponseT , PagedListResponseT >  settings )  
  Parameter 
  
  Builder(PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT> pagedListResponseFactory) 
  
    
public   Builder ( PagedListResponseFactory<RequestT , ResponseT , PagedListResponseT >  pagedListResponseFactory )  
  Parameter 
  
  Methods
   
  build() 
  
    
public   PagedCallSettings<RequestT , ResponseT , PagedListResponseT >  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 
  
  getPagedListResponseFactory() 
  
    
public   PagedListResponseFactory<RequestT , ResponseT , PagedListResponseT >  getPagedListResponseFactory ()  
  Returns 
  
  setRetrySettings(RetrySettings retrySettings) 
  
    
public   PagedCallSettings . Builder<RequestT , ResponseT , PagedListResponseT >  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 ,PagedListResponseT > 
     
  
  Overrides 
  
  setRetryableCodes(StatusCode.Code[] codes) 
  
    
public   PagedCallSettings . Builder<RequestT , ResponseT , PagedListResponseT >  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 ,PagedListResponseT > 
     
  
  Overrides 
  
  setRetryableCodes(Set<StatusCode.Code> retryableCodes) 
  
    
public   PagedCallSettings . Builder<RequestT , ResponseT , PagedListResponseT >  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 ,PagedListResponseT > 
     
  
  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."],[],[]]