Class DataTaxonomyServiceClient.ListDataAttributesPage (1.39.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)
Parameters
NameDescription
contextPageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute>
responseListDataAttributesResponse
Returns
TypeDescription
DataTaxonomyServiceClient.ListDataAttributesPage
Overrides

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

public ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPage> createPageAsync(PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ApiFuture<ListDataAttributesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute>
futureResponseApiFuture<ListDataAttributesResponse>
Returns
TypeDescription
ApiFuture<ListDataAttributesPage>
Overrides