Class CloudDeployClient.ListJobRunsPage (1.40.0)

public static class CloudDeployClient.ListJobRunsPage extends AbstractPage<ListJobRunsRequest,ListJobRunsResponse,JobRun,CloudDeployClient.ListJobRunsPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListJobRunsPage

Methods

createPage(PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ListJobRunsResponse response)

protected CloudDeployClient.ListJobRunsPage createPage(PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ListJobRunsResponse response)
Parameters
Name Description
context PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun>
response ListJobRunsResponse
Returns
Type Description
CloudDeployClient.ListJobRunsPage
Overrides

createPageAsync(PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ApiFuture<ListJobRunsResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListJobRunsPage> createPageAsync(PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ApiFuture<ListJobRunsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun>
futureResponse ApiFuture<ListJobRunsResponse>
Returns
Type Description
ApiFuture<ListJobRunsPage>
Overrides