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