Class AppHubClient.ListDiscoveredServicesPage (0.59.0)

public static class AppHubClient.ListDiscoveredServicesPage extends AbstractPage<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService,AppHubClient.ListDiscoveredServicesPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListDiscoveredServicesPage

Methods

createPage(@Nullable PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, @Nullable ListDiscoveredServicesResponse response)

protected AppHubClient.ListDiscoveredServicesPage createPage(@Nullable PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, @Nullable ListDiscoveredServicesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService>
response @org.jspecify.annotations.Nullable com.google.cloud.apphub.v1.ListDiscoveredServicesResponse
Returns
Type Description
AppHubClient.ListDiscoveredServicesPage
Overrides

createPageAsync(@Nullable PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ApiFuture<ListDiscoveredServicesResponse> futureResponse)

public ApiFuture<AppHubClient.ListDiscoveredServicesPage> createPageAsync(@Nullable PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ApiFuture<ListDiscoveredServicesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService>
futureResponse ApiFuture<ListDiscoveredServicesResponse>
Returns
Type Description
ApiFuture<ListDiscoveredServicesPage>
Overrides