Class GkeHubClient.ListScopesPage (1.95.0)

public static class GkeHubClient.ListScopesPage extends AbstractPage<ListScopesRequest,ListScopesResponse,Scope,GkeHubClient.ListScopesPage>

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListScopesPage

Methods

createPage(@Nullable PageContext<ListScopesRequest,ListScopesResponse,Scope> context, @Nullable ListScopesResponse response)

protected GkeHubClient.ListScopesPage createPage(@Nullable PageContext<ListScopesRequest,ListScopesResponse,Scope> context, @Nullable ListScopesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScopesRequest,ListScopesResponse,Scope>
response @org.jspecify.annotations.Nullable com.google.cloud.gkehub.v1.ListScopesResponse
Returns
Type Description
GkeHubClient.ListScopesPage
Overrides

createPageAsync(@Nullable PageContext<ListScopesRequest,ListScopesResponse,Scope> context, ApiFuture<ListScopesResponse> futureResponse)

public ApiFuture<GkeHubClient.ListScopesPage> createPageAsync(@Nullable PageContext<ListScopesRequest,ListScopesResponse,Scope> context, ApiFuture<ListScopesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScopesRequest,ListScopesResponse,Scope>
futureResponse ApiFuture<ListScopesResponse>
Returns
Type Description
ApiFuture<ListScopesPage>
Overrides