Class AppHubClient.ListServicesPage (0.59.0)

public static class AppHubClient.ListServicesPage extends AbstractPage<ListServicesRequest,ListServicesResponse,Service,AppHubClient.ListServicesPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListServicesPage

Methods

createPage(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, @Nullable ListServicesResponse response)

protected AppHubClient.ListServicesPage createPage(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, @Nullable ListServicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service>
response @org.jspecify.annotations.Nullable com.google.cloud.apphub.v1.ListServicesResponse
Returns
Type Description
AppHubClient.ListServicesPage
Overrides

createPageAsync(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, ApiFuture<ListServicesResponse> futureResponse)

public ApiFuture<AppHubClient.ListServicesPage> createPageAsync(@Nullable PageContext<ListServicesRequest,ListServicesResponse,Service> context, ApiFuture<ListServicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service>
futureResponse ApiFuture<ListServicesResponse>
Returns
Type Description
ApiFuture<ListServicesPage>
Overrides