Class DataTaxonomyServiceClient.ListDataAttributesPage (1.56.0)

public static class DataTaxonomyServiceClient.ListDataAttributesPage extends AbstractPage<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute,DataTaxonomyServiceClient.ListDataAttributesPage>

Inheritance

java.lang.Object > AbstractPage > DataTaxonomyServiceClient.ListDataAttributesPage

Methods

createPage(PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ListDataAttributesResponse response)

protected DataTaxonomyServiceClient.ListDataAttributesPage createPage(PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ListDataAttributesResponse response)
Overrides

createPageAsync(PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ApiFuture<ListDataAttributesResponse> futureResponse)

public ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPage> createPageAsync(PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ApiFuture<ListDataAttributesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListDataAttributesPage>
Overrides