Package com.google.cloud.dataplex.v1
Class DataTaxonomyServiceClient.ListDataAttributesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute,DataTaxonomyServiceClient.ListDataAttributesPage>
-
- com.google.cloud.dataplex.v1.DataTaxonomyServiceClient.ListDataAttributesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<DataAttribute>
,com.google.api.gax.paging.Page<DataAttribute>
- Enclosing class:
- DataTaxonomyServiceClient
public static class DataTaxonomyServiceClient.ListDataAttributesPage extends com.google.api.gax.paging.AbstractPage<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute,DataTaxonomyServiceClient.ListDataAttributesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataTaxonomyServiceClient.ListDataAttributesPage
createPage(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ListDataAttributesResponse response)
com.google.api.core.ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, com.google.api.core.ApiFuture<ListDataAttributesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected DataTaxonomyServiceClient.ListDataAttributesPage createPage(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ListDataAttributesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute,DataTaxonomyServiceClient.ListDataAttributesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, com.google.api.core.ApiFuture<ListDataAttributesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute,DataTaxonomyServiceClient.ListDataAttributesPage>
-
-