Class BareMetalSolutionClient.ListOSImagesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListOSImagesRequest,ListOSImagesResponse,OSImage,BareMetalSolutionClient.ListOSImagesPage>
-
- com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListOSImagesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<OSImage>
,com.google.api.gax.paging.Page<OSImage>
- Enclosing class:
- BareMetalSolutionClient
public static class BareMetalSolutionClient.ListOSImagesPage extends com.google.api.gax.paging.AbstractPage<ListOSImagesRequest,ListOSImagesResponse,OSImage,BareMetalSolutionClient.ListOSImagesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BareMetalSolutionClient.ListOSImagesPage
createPage(com.google.api.gax.rpc.PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, ListOSImagesResponse response)
com.google.api.core.ApiFuture<BareMetalSolutionClient.ListOSImagesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, com.google.api.core.ApiFuture<ListOSImagesResponse> 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 BareMetalSolutionClient.ListOSImagesPage createPage(com.google.api.gax.rpc.PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, ListOSImagesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListOSImagesRequest,ListOSImagesResponse,OSImage,BareMetalSolutionClient.ListOSImagesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<BareMetalSolutionClient.ListOSImagesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListOSImagesRequest,ListOSImagesResponse,OSImage> context, com.google.api.core.ApiFuture<ListOSImagesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListOSImagesRequest,ListOSImagesResponse,OSImage,BareMetalSolutionClient.ListOSImagesPage>
-
-