Class OsConfigServiceClient.ListPatchJobsPage (2.97.0)

public static class OsConfigServiceClient.ListPatchJobsPage extends AbstractPage<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage>

Inheritance

java.lang.Object > AbstractPage > OsConfigServiceClient.ListPatchJobsPage

Methods

createPage(@Nullable PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, @Nullable PatchJobs.ListPatchJobsResponse response)

protected OsConfigServiceClient.ListPatchJobsPage createPage(@Nullable PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, @Nullable PatchJobs.ListPatchJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPatchJobsRequest,ListPatchJobsResponse,PatchJob>
response @org.jspecify.annotations.Nullable com.google.cloud.osconfig.v1beta.PatchJobs.ListPatchJobsResponse
Returns
Type Description
OsConfigServiceClient.ListPatchJobsPage
Overrides

createPageAsync(@Nullable PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)

public ApiFuture<OsConfigServiceClient.ListPatchJobsPage> createPageAsync(@Nullable PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPatchJobsRequest,ListPatchJobsResponse,PatchJob>
futureResponse ApiFuture<ListPatchJobsResponse>
Returns
Type Description
ApiFuture<ListPatchJobsPage>
Overrides