Class CertificateAuthorityServiceClient.ListCaPoolsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListCaPoolsRequest,ListCaPoolsResponse,CaPool,CertificateAuthorityServiceClient.ListCaPoolsPage>
-
- com.google.cloud.security.privateca.v1.CertificateAuthorityServiceClient.ListCaPoolsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<CaPool>
,com.google.api.gax.paging.Page<CaPool>
- Enclosing class:
- CertificateAuthorityServiceClient
public static class CertificateAuthorityServiceClient.ListCaPoolsPage extends com.google.api.gax.paging.AbstractPage<ListCaPoolsRequest,ListCaPoolsResponse,CaPool,CertificateAuthorityServiceClient.ListCaPoolsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CertificateAuthorityServiceClient.ListCaPoolsPage
createPage(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ListCaPoolsResponse response)
com.google.api.core.ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, com.google.api.core.ApiFuture<ListCaPoolsResponse> 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 CertificateAuthorityServiceClient.ListCaPoolsPage createPage(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ListCaPoolsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListCaPoolsRequest,ListCaPoolsResponse,CaPool,CertificateAuthorityServiceClient.ListCaPoolsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, com.google.api.core.ApiFuture<ListCaPoolsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListCaPoolsRequest,ListCaPoolsResponse,CaPool,CertificateAuthorityServiceClient.ListCaPoolsPage>
-
-