Class GkeHubClient.ListScopesPage (1.85.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListScopesPage

Methods

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

protected GkeHubClient.ListScopesPage createPage(PageContext<ListScopesRequest,ListScopesResponse,Scope> context, ListScopesResponse response)
Parameters
Name Description
context PageContext<ListScopesRequest,ListScopesResponse,Scope>
response ListScopesResponse
Returns
Type Description
GkeHubClient.ListScopesPage
Overrides

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

public ApiFuture<GkeHubClient.ListScopesPage> createPageAsync(PageContext<ListScopesRequest,ListScopesResponse,Scope> context, ApiFuture<ListScopesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListScopesRequest,ListScopesResponse,Scope>
futureResponse ApiFuture<ListScopesResponse>
Returns
Type Description
ApiFuture<ListScopesPage>
Overrides