Class CatalogServiceClient.ListEntryGroupsPage (1.41.0)

public static class CatalogServiceClient.ListEntryGroupsPage extends AbstractPage<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup,CatalogServiceClient.ListEntryGroupsPage>

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.ListEntryGroupsPage

Methods

createPage(PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, ListEntryGroupsResponse response)

protected CatalogServiceClient.ListEntryGroupsPage createPage(PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, ListEntryGroupsResponse response)
Parameters
Name Description
context PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup>
response ListEntryGroupsResponse
Returns
Type Description
CatalogServiceClient.ListEntryGroupsPage
Overrides

createPageAsync(PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, ApiFuture<ListEntryGroupsResponse> futureResponse)

public ApiFuture<CatalogServiceClient.ListEntryGroupsPage> createPageAsync(PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, ApiFuture<ListEntryGroupsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup>
futureResponse ApiFuture<ListEntryGroupsResponse>
Returns
Type Description
ApiFuture<ListEntryGroupsPage>
Overrides