Package com.google.cloud.datacatalog.v1
Class DataCatalogClient.ListEntryGroupsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup,DataCatalogClient.ListEntryGroupsPage>
com.google.cloud.datacatalog.v1.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(@Nullable PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, @Nullable ListEntryGroupsResponse response) createPageAsync(@Nullable 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(@Nullable PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, @Nullable ListEntryGroupsResponse response) - Specified by:
createPagein classAbstractPage<ListEntryGroupsRequest,ListEntryGroupsResponse, EntryGroup, DataCatalogClient.ListEntryGroupsPage>
-
createPageAsync
public ApiFuture<DataCatalogClient.ListEntryGroupsPage> createPageAsync(@Nullable PageContext<ListEntryGroupsRequest, ListEntryGroupsResponse, EntryGroup> context, ApiFuture<ListEntryGroupsResponse> futureResponse)
-