Class GroupServiceClient.ListGroupsPage (3.8.0)

public static class GroupServiceClient.ListGroupsPage extends AbstractPage<ListGroupsRequest,ListGroupsResponse,Group,GroupServiceClient.ListGroupsPage>

Inheritance

java.lang.Object > AbstractPage > GroupServiceClient.ListGroupsPage

Methods

createPage(PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)

protected GroupServiceClient.ListGroupsPage createPage(PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)
Parameters Returns Overrides

createPageAsync(PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ApiFuture<ListGroupsResponse> futureResponse)

public ApiFuture<GroupServiceClient.ListGroupsPage> createPageAsync(PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ApiFuture<ListGroupsResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListGroupsPage>
Overrides