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