Class DataTaxonomyServiceClient.ListDataAttributesPage (1.93.0)

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

Inheritance

java.lang.Object > AbstractPage > DataTaxonomyServiceClient.ListDataAttributesPage

Methods

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

protected DataTaxonomyServiceClient.ListDataAttributesPage createPage(@Nullable PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, @Nullable ListDataAttributesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListDataAttributesResponse
Returns
Type Description
DataTaxonomyServiceClient.ListDataAttributesPage
Overrides

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

public ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPage> createPageAsync(@Nullable PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ApiFuture<ListDataAttributesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute>
futureResponse ApiFuture<ListDataAttributesResponse>
Returns
Type Description
ApiFuture<ListDataAttributesPage>
Overrides