Class DataprocMetastoreFederationClient.ListFederationsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListFederationsRequest,ListFederationsResponse,Federation,DataprocMetastoreFederationClient.ListFederationsPage>
-
- com.google.cloud.metastore.v1alpha.DataprocMetastoreFederationClient.ListFederationsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Federation>
,com.google.api.gax.paging.Page<Federation>
- Enclosing class:
- DataprocMetastoreFederationClient
public static class DataprocMetastoreFederationClient.ListFederationsPage extends com.google.api.gax.paging.AbstractPage<ListFederationsRequest,ListFederationsResponse,Federation,DataprocMetastoreFederationClient.ListFederationsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataprocMetastoreFederationClient.ListFederationsPage
createPage(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, ListFederationsResponse response)
com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> 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 DataprocMetastoreFederationClient.ListFederationsPage createPage(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, ListFederationsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListFederationsRequest,ListFederationsResponse,Federation,DataprocMetastoreFederationClient.ListFederationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListFederationsRequest,ListFederationsResponse,Federation,DataprocMetastoreFederationClient.ListFederationsPage>
-
-