Class GkeHubClient.ListPermittedScopesPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListPermittedScopesPage

Methods

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

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

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

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