Class AppHubClient.ListWorkloadsPage (0.59.0)

public static class AppHubClient.ListWorkloadsPage extends AbstractPage<ListWorkloadsRequest,ListWorkloadsResponse,Workload,AppHubClient.ListWorkloadsPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListWorkloadsPage

Methods

createPage(@Nullable PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, @Nullable ListWorkloadsResponse response)

protected AppHubClient.ListWorkloadsPage createPage(@Nullable PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, @Nullable ListWorkloadsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload>
response @org.jspecify.annotations.Nullable com.google.cloud.apphub.v1.ListWorkloadsResponse
Returns
Type Description
AppHubClient.ListWorkloadsPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ApiFuture<ListWorkloadsResponse> futureResponse)

public ApiFuture<AppHubClient.ListWorkloadsPage> createPageAsync(@Nullable PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ApiFuture<ListWorkloadsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload>
futureResponse ApiFuture<ListWorkloadsResponse>
Returns
Type Description
ApiFuture<ListWorkloadsPage>
Overrides