Package com.google.cloud.osconfig.v1beta
Class OsConfigServiceClient.ListPatchDeploymentsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage>
-
- com.google.cloud.osconfig.v1beta.OsConfigServiceClient.ListPatchDeploymentsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PatchDeployments.PatchDeployment>
,com.google.api.gax.paging.Page<PatchDeployments.PatchDeployment>
- Enclosing class:
- OsConfigServiceClient
public static class OsConfigServiceClient.ListPatchDeploymentsPage extends com.google.api.gax.paging.AbstractPage<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OsConfigServiceClient.ListPatchDeploymentsPage
createPage(com.google.api.gax.rpc.PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, PatchDeployments.ListPatchDeploymentsResponse response)
com.google.api.core.ApiFuture<OsConfigServiceClient.ListPatchDeploymentsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, com.google.api.core.ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> 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.ListPatchDeploymentsPage createPage(com.google.api.gax.rpc.PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, PatchDeployments.ListPatchDeploymentsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<OsConfigServiceClient.ListPatchDeploymentsPage> createPageAsync(com.google.api.gax.rpc.PageContext<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment> context, com.google.api.core.ApiFuture<PatchDeployments.ListPatchDeploymentsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,PatchDeployments.PatchDeployment,OsConfigServiceClient.ListPatchDeploymentsPage>
-
-