Package com.google.cloud.compute.v1
Class RegionSslCertificatesClient.ListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate,RegionSslCertificatesClient.ListPage>
-
- com.google.cloud.compute.v1.RegionSslCertificatesClient.ListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<SslCertificate>
,com.google.api.gax.paging.Page<SslCertificate>
- Enclosing class:
- RegionSslCertificatesClient
public static class RegionSslCertificatesClient.ListPage extends com.google.api.gax.paging.AbstractPage<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate,RegionSslCertificatesClient.ListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegionSslCertificatesClient.ListPage
createPage(com.google.api.gax.rpc.PageContext<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate> context, SslCertificateList response)
com.google.api.core.ApiFuture<RegionSslCertificatesClient.ListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate> context, com.google.api.core.ApiFuture<SslCertificateList> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected RegionSslCertificatesClient.ListPage createPage(com.google.api.gax.rpc.PageContext<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate> context, SslCertificateList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate,RegionSslCertificatesClient.ListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RegionSslCertificatesClient.ListPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate> context, com.google.api.core.ApiFuture<SslCertificateList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListRegionSslCertificatesRequest,SslCertificateList,SslCertificate,RegionSslCertificatesClient.ListPage>
-
-