Class CertificateManagerClient.ListTrustConfigsPage (0.44.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
NameDescription
contextPageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig>
responseListTrustConfigsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig>
futureResponseApiFuture<ListTrustConfigsResponse>
Returns
TypeDescription
ApiFuture<ListTrustConfigsPage>
Overrides