Send feedback
Class PagedCallSettings.Builder<RequestT,ResponseT,PagedListResponseT> (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.22.0 keyboard_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
Send feedback
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 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]