Class DataCatalogClient.ListTagsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListTagsRequest,ListTagsResponse,Tag,DataCatalogClient.ListTagsPage>
com.google.cloud.datacatalog.v1beta1.DataCatalogClient.ListTagsPage
- Enclosing class:
- DataCatalogClient
public static class DataCatalogClient.ListTagsPage
extends AbstractPage<ListTagsRequest,ListTagsResponse,Tag,DataCatalogClient.ListTagsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected DataCatalogClient.ListTagsPagecreatePage(PageContext<ListTagsRequest, ListTagsResponse, Tag> context, ListTagsResponse response) createPageAsync(PageContext<ListTagsRequest, ListTagsResponse, Tag> context, ApiFuture<ListTagsResponse> 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.ListTagsPage createPage(PageContext<ListTagsRequest, ListTagsResponse, Tag> context, ListTagsResponse response) - Specified by:
createPagein classAbstractPage<ListTagsRequest,ListTagsResponse, Tag, DataCatalogClient.ListTagsPage>
-
createPageAsync
public ApiFuture<DataCatalogClient.ListTagsPage> createPageAsync(PageContext<ListTagsRequest, ListTagsResponse, Tag> context, ApiFuture<ListTagsResponse> futureResponse) - Overrides:
createPageAsyncin classAbstractPage<ListTagsRequest,ListTagsResponse, Tag, DataCatalogClient.ListTagsPage>
-