Class GkeHubClient.ListFeaturesPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListFeaturesPage

Methods

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

protected GkeHubClient.ListFeaturesPage createPage(@Nullable PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, @Nullable ListFeaturesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
response @org.jspecify.annotations.Nullable com.google.cloud.gkehub.v1beta.ListFeaturesResponse
Returns
Type Description
GkeHubClient.ListFeaturesPage
Overrides

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

public ApiFuture<GkeHubClient.ListFeaturesPage> createPageAsync(@Nullable PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ApiFuture<ListFeaturesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature>
futureResponse ApiFuture<ListFeaturesResponse>
Returns
Type Description
ApiFuture<ListFeaturesPage>
Overrides