Class DataprocMetastoreFederationClient.ListFederationsPage (2.96.0)

public static class DataprocMetastoreFederationClient.ListFederationsPage extends AbstractPage<ListFederationsRequest,ListFederationsResponse,Federation,DataprocMetastoreFederationClient.ListFederationsPage>

Inheritance

java.lang.Object > AbstractPage > DataprocMetastoreFederationClient.ListFederationsPage

Methods

createPage(@Nullable PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, @Nullable ListFederationsResponse response)

protected DataprocMetastoreFederationClient.ListFederationsPage createPage(@Nullable PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, @Nullable ListFederationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation>
response @org.jspecify.annotations.Nullable com.google.cloud.metastore.v1.ListFederationsResponse
Returns
Type Description
DataprocMetastoreFederationClient.ListFederationsPage
Overrides

createPageAsync(@Nullable PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, ApiFuture<ListFederationsResponse> futureResponse)

public ApiFuture<DataprocMetastoreFederationClient.ListFederationsPage> createPageAsync(@Nullable PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, ApiFuture<ListFederationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation>
futureResponse ApiFuture<ListFederationsResponse>
Returns
Type Description
ApiFuture<ListFederationsPage>
Overrides