Class JobServiceClient.ListCustomJobsPage (3.96.0)

public static class JobServiceClient.ListCustomJobsPage extends AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListCustomJobsPage

Methods

createPage(@Nullable PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, @Nullable ListCustomJobsResponse response)

protected JobServiceClient.ListCustomJobsPage createPage(@Nullable PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, @Nullable ListCustomJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListCustomJobsResponse
Returns
Type Description
JobServiceClient.ListCustomJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ApiFuture<ListCustomJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListCustomJobsPage> createPageAsync(@Nullable PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ApiFuture<ListCustomJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob>
futureResponse ApiFuture<ListCustomJobsResponse>
Returns
Type Description
ApiFuture<ListCustomJobsPage>
Overrides