Class CertificateManagerClient.ListTrustConfigsPage (0.45.0)

public static class CertificateManagerClient.ListTrustConfigsPage extends AbstractPage<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig,CertificateManagerClient.ListTrustConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CertificateManagerClient.ListTrustConfigsPage

Methods

createPage(PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, ListTrustConfigsResponse response)

protected CertificateManagerClient.ListTrustConfigsPage createPage(PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, ListTrustConfigsResponse response)
Parameters
Name Description
context PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig>
response ListTrustConfigsResponse
Returns
Type Description
CertificateManagerClient.ListTrustConfigsPage
Overrides

createPageAsync(PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, ApiFuture<ListTrustConfigsResponse> futureResponse)

public ApiFuture<CertificateManagerClient.ListTrustConfigsPage> createPageAsync(PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, ApiFuture<ListTrustConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig>
futureResponse ApiFuture<ListTrustConfigsResponse>
Returns
Type Description
ApiFuture<ListTrustConfigsPage>
Overrides