Package com.google.cloud.osconfig.v1beta
Class OsConfigServiceClient.ListPatchJobsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage>
-
- com.google.cloud.osconfig.v1beta.OsConfigServiceClient.ListPatchJobsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PatchJobs.PatchJob>
,com.google.api.gax.paging.Page<PatchJobs.PatchJob>
- Enclosing class:
- OsConfigServiceClient
public static class OsConfigServiceClient.ListPatchJobsPage extends com.google.api.gax.paging.AbstractPage<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OsConfigServiceClient.ListPatchJobsPage
createPage(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, PatchJobs.ListPatchJobsResponse response)
com.google.api.core.ApiFuture<OsConfigServiceClient.ListPatchJobsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, com.google.api.core.ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected OsConfigServiceClient.ListPatchJobsPage createPage(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, PatchJobs.ListPatchJobsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<OsConfigServiceClient.ListPatchJobsPage> createPageAsync(com.google.api.gax.rpc.PageContext<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob> context, com.google.api.core.ApiFuture<PatchJobs.ListPatchJobsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,PatchJobs.PatchJob,OsConfigServiceClient.ListPatchJobsPage>
-
-