Class GkeHubClient.ListFeaturesPage (1.42.0)

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
Name Description
context PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
response ListFeaturesResponse
Returns
Type Description
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
Name Description
context PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
futureResponse ApiFuture<ListFeaturesResponse>
Returns
Type Description
ApiFuture<ListFeaturesPage>
Overrides