Class AppHubClient.ListApplicationsPage (0.59.0)

public static class AppHubClient.ListApplicationsPage extends AbstractPage<ListApplicationsRequest,ListApplicationsResponse,Application,AppHubClient.ListApplicationsPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListApplicationsPage

Methods

createPage(@Nullable PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, @Nullable ListApplicationsResponse response)

protected AppHubClient.ListApplicationsPage createPage(@Nullable PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, @Nullable ListApplicationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApplicationsRequest,ListApplicationsResponse,Application>
response @org.jspecify.annotations.Nullable com.google.cloud.apphub.v1.ListApplicationsResponse
Returns
Type Description
AppHubClient.ListApplicationsPage
Overrides

createPageAsync(@Nullable PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, ApiFuture<ListApplicationsResponse> futureResponse)

public ApiFuture<AppHubClient.ListApplicationsPage> createPageAsync(@Nullable PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, ApiFuture<ListApplicationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListApplicationsRequest,ListApplicationsResponse,Application>
futureResponse ApiFuture<ListApplicationsResponse>
Returns
Type Description
ApiFuture<ListApplicationsPage>
Overrides