Class GkeHubClient.ListPermittedScopesPage (1.85.0)

public static class GkeHubClient.ListPermittedScopesPage extends AbstractPage<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope,GkeHubClient.ListPermittedScopesPage>

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListPermittedScopesPage

Methods

createPage(PageContext<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope> context, ListPermittedScopesResponse response)

protected GkeHubClient.ListPermittedScopesPage createPage(PageContext<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope> context, ListPermittedScopesResponse response)
Parameters
Name Description
context PageContext<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope>
response ListPermittedScopesResponse
Returns
Type Description
GkeHubClient.ListPermittedScopesPage
Overrides

createPageAsync(PageContext<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope> context, ApiFuture<ListPermittedScopesResponse> futureResponse)

public ApiFuture<GkeHubClient.ListPermittedScopesPage> createPageAsync(PageContext<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope> context, ApiFuture<ListPermittedScopesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope>
futureResponse ApiFuture<ListPermittedScopesResponse>
Returns
Type Description
ApiFuture<ListPermittedScopesPage>
Overrides