Class CatalogServiceClient.ListEntryGroupsPage (1.39.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
NameDescription
contextPageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup>
responseListEntryGroupsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup>
futureResponseApiFuture<ListEntryGroupsResponse>
Returns
TypeDescription
ApiFuture<ListEntryGroupsPage>
Overrides