Class GkeHubClient.ListFeaturesPage (1.2.1)

public static class GkeHubClient.ListFeaturesPage extends AbstractPage<ListFeaturesRequest,ListFeaturesResponse,Feature,GkeHubClient.ListFeaturesPage>

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListFeaturesPage

Methods

createPage(PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ListFeaturesResponse response)

protected GkeHubClient.ListFeaturesPage createPage(PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ListFeaturesResponse response)
Parameters
NameDescription
contextPageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
responseListFeaturesResponse
Returns
TypeDescription
GkeHubClient.ListFeaturesPage
Overrides

createPageAsync(PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ApiFuture<ListFeaturesResponse> futureResponse)

public ApiFuture<GkeHubClient.ListFeaturesPage> createPageAsync(PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ApiFuture<ListFeaturesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
futureResponseApiFuture<ListFeaturesResponse>
Returns
TypeDescription
ApiFuture<ListFeaturesPage>
Overrides