Package com.google.cloud.datacatalog.v1
Class DataCatalogClient.ListEntriesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListEntriesRequest,ListEntriesResponse,Entry,DataCatalogClient.ListEntriesPage>
com.google.cloud.datacatalog.v1.DataCatalogClient.ListEntriesPage
- Enclosing class:
- DataCatalogClient
public static class DataCatalogClient.ListEntriesPage
extends AbstractPage<ListEntriesRequest,ListEntriesResponse,Entry,DataCatalogClient.ListEntriesPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected DataCatalogClient.ListEntriesPagecreatePage(@Nullable PageContext<ListEntriesRequest, ListEntriesResponse, Entry> context, @Nullable ListEntriesResponse response) createPageAsync(@Nullable PageContext<ListEntriesRequest, ListEntriesResponse, Entry> context, ApiFuture<ListEntriesResponse> 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.ListEntriesPage createPage(@Nullable PageContext<ListEntriesRequest, ListEntriesResponse, Entry> context, @Nullable ListEntriesResponse response) - Specified by:
createPagein classAbstractPage<ListEntriesRequest,ListEntriesResponse, Entry, DataCatalogClient.ListEntriesPage>
-
createPageAsync
public ApiFuture<DataCatalogClient.ListEntriesPage> createPageAsync(@Nullable PageContext<ListEntriesRequest, ListEntriesResponse, Entry> context, ApiFuture<ListEntriesResponse> futureResponse) - Overrides:
createPageAsyncin classAbstractPage<ListEntriesRequest,ListEntriesResponse, Entry, DataCatalogClient.ListEntriesPage>
-