Class JobServiceClient.ListNasJobsPage (3.42.0)

public static class JobServiceClient.ListNasJobsPage extends AbstractPage<ListNasJobsRequest,ListNasJobsResponse,NasJob,JobServiceClient.ListNasJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListNasJobsPage

Methods

createPage(PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ListNasJobsResponse response)

protected JobServiceClient.ListNasJobsPage createPage(PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ListNasJobsResponse response)
Parameters
NameDescription
contextPageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob>
responseListNasJobsResponse
Returns
TypeDescription
JobServiceClient.ListNasJobsPage
Overrides

createPageAsync(PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListNasJobsPage> createPageAsync(PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob>
futureResponseApiFuture<ListNasJobsResponse>
Returns
TypeDescription
ApiFuture<ListNasJobsPage>
Overrides