Class DataCatalogClient.ListEntryGroupsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup,DataCatalogClient.ListEntryGroupsPage>
com.google.cloud.datacatalog.v1beta1.DataCatalogClient.ListEntryGroupsPage
- All Implemented Interfaces:
AsyncPage<EntryGroup>,Page<EntryGroup>
- Enclosing class:
- DataCatalogClient
public static class DataCatalogClient.ListEntryGroupsPage
extends AbstractPage<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup,DataCatalogClient.ListEntryGroupsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected DataCatalogClient.ListEntryGroupsPagecreatePage(PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, ListEntryGroupsResponse response) createPageAsync(PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, ApiFuture<ListEntryGroupsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected DataCatalogClient.ListEntryGroupsPage createPage(PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, ListEntryGroupsResponse response) - Specified by:
createPagein classAbstractPage<ListEntryGroupsRequest,ListEntryGroupsResponse, EntryGroup, DataCatalogClient.ListEntryGroupsPage>
-
createPageAsync
public ApiFuture<DataCatalogClient.ListEntryGroupsPage> createPageAsync(PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, ApiFuture<ListEntryGroupsResponse> futureResponse)
-