Package com.google.cloud.dataplex.v1
Class MetadataServiceClient.ListPartitionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListPartitionsRequest,ListPartitionsResponse,Partition,MetadataServiceClient.ListPartitionsPage>
-
- com.google.cloud.dataplex.v1.MetadataServiceClient.ListPartitionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Partition>
,com.google.api.gax.paging.Page<Partition>
- Enclosing class:
- MetadataServiceClient
public static class MetadataServiceClient.ListPartitionsPage extends com.google.api.gax.paging.AbstractPage<ListPartitionsRequest,ListPartitionsResponse,Partition,MetadataServiceClient.ListPartitionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MetadataServiceClient.ListPartitionsPage
createPage(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)
com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> 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 MetadataServiceClient.ListPartitionsPage createPage(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListPartitionsRequest,ListPartitionsResponse,Partition,MetadataServiceClient.ListPartitionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListPartitionsRequest,ListPartitionsResponse,Partition,MetadataServiceClient.ListPartitionsPage>
-
-