Class DataTaxonomyServiceClient.ListDataAttributesPage (1.40.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
Name Description
context PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute>
response ListDataAttributesResponse
Returns
Type Description
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
Name Description
context PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute>
futureResponse ApiFuture<ListDataAttributesResponse>
Returns
Type Description
ApiFuture<ListDataAttributesPage>
Overrides