Class DataCatalogClient.ListTagsPage (1.101.0)

public static class DataCatalogClient.ListTagsPage extends AbstractPage<ListTagsRequest,ListTagsResponse,Tag,DataCatalogClient.ListTagsPage>

Inheritance

java.lang.Object > AbstractPage > DataCatalogClient.ListTagsPage

Methods

createPage(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, @Nullable ListTagsResponse response)

protected DataCatalogClient.ListTagsPage createPage(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, @Nullable ListTagsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTagsRequest,ListTagsResponse,Tag>
response @org.jspecify.annotations.Nullable com.google.cloud.datacatalog.v1beta1.ListTagsResponse
Returns
Type Description
DataCatalogClient.ListTagsPage
Overrides

createPageAsync(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, ApiFuture<ListTagsResponse> futureResponse)

public ApiFuture<DataCatalogClient.ListTagsPage> createPageAsync(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, ApiFuture<ListTagsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTagsRequest,ListTagsResponse,Tag>
futureResponse ApiFuture<ListTagsResponse>
Returns
Type Description
ApiFuture<ListTagsPage>
Overrides