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