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