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