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