Package com.google.cloud.compute.v1
Class LicensesClient.ListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListLicensesRequest,LicensesListResponse,License,LicensesClient.ListPage>
-
- com.google.cloud.compute.v1.LicensesClient.ListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<License>
,com.google.api.gax.paging.Page<License>
- Enclosing class:
- LicensesClient
public static class LicensesClient.ListPage extends com.google.api.gax.paging.AbstractPage<ListLicensesRequest,LicensesListResponse,License,LicensesClient.ListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LicensesClient.ListPage
createPage(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, LicensesListResponse response)
com.google.api.core.ApiFuture<LicensesClient.ListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> 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 LicensesClient.ListPage createPage(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, LicensesListResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListLicensesRequest,LicensesListResponse,License,LicensesClient.ListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<LicensesClient.ListPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListLicensesRequest,LicensesListResponse,License,LicensesClient.ListPage>
-
-