Class CloudDeployClient.ListJobRunsPage (1.93.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListJobRunsPage

Methods

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

protected CloudDeployClient.ListJobRunsPage createPage(@Nullable PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, @Nullable ListJobRunsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun>
response @org.jspecify.annotations.Nullable com.google.cloud.deploy.v1.ListJobRunsResponse
Returns
Type Description
CloudDeployClient.ListJobRunsPage
Overrides

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

public ApiFuture<CloudDeployClient.ListJobRunsPage> createPageAsync(@Nullable PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun> context, ApiFuture<ListJobRunsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListJobRunsRequest,ListJobRunsResponse,JobRun>
futureResponse ApiFuture<ListJobRunsResponse>
Returns
Type Description
ApiFuture<ListJobRunsPage>
Overrides