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