Package com.google.cloud.alloydb.v1beta
Class AlloyDBAdminClient.ListClustersPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListClustersRequest,ListClustersResponse,Cluster,AlloyDBAdminClient.ListClustersPage>
-
- com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListClustersPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Cluster>,com.google.api.gax.paging.Page<Cluster>
- Enclosing class:
- AlloyDBAdminClient
public static class AlloyDBAdminClient.ListClustersPage extends com.google.api.gax.paging.AbstractPage<ListClustersRequest,ListClustersResponse,Cluster,AlloyDBAdminClient.ListClustersPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AlloyDBAdminClient.ListClustersPagecreatePage(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, ListClustersResponse response)com.google.api.core.ApiFuture<AlloyDBAdminClient.ListClustersPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> 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 AlloyDBAdminClient.ListClustersPage createPage(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, ListClustersResponse response)
- Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListClustersRequest,ListClustersResponse,Cluster,AlloyDBAdminClient.ListClustersPage>
-
createPageAsync
public com.google.api.core.ApiFuture<AlloyDBAdminClient.ListClustersPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListClustersRequest,ListClustersResponse,Cluster> context, com.google.api.core.ApiFuture<ListClustersResponse> futureResponse)
- Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListClustersRequest,ListClustersResponse,Cluster,AlloyDBAdminClient.ListClustersPage>
-
-