Class ApiHubClient.ListExternalApisPage (0.48.0)

public static class ApiHubClient.ListExternalApisPage extends AbstractPage<ListExternalApisRequest,ListExternalApisResponse,ExternalApi,ApiHubClient.ListExternalApisPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubClient.ListExternalApisPage

Methods

createPage(@Nullable PageContext<ListExternalApisRequest,ListExternalApisResponse,ExternalApi> context, @Nullable ListExternalApisResponse response)

protected ApiHubClient.ListExternalApisPage createPage(@Nullable PageContext<ListExternalApisRequest,ListExternalApisResponse,ExternalApi> context, @Nullable ListExternalApisResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExternalApisRequest,ListExternalApisResponse,ExternalApi>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListExternalApisResponse
Returns
Type Description
ApiHubClient.ListExternalApisPage
Overrides

createPageAsync(@Nullable PageContext<ListExternalApisRequest,ListExternalApisResponse,ExternalApi> context, ApiFuture<ListExternalApisResponse> futureResponse)

public ApiFuture<ApiHubClient.ListExternalApisPage> createPageAsync(@Nullable PageContext<ListExternalApisRequest,ListExternalApisResponse,ExternalApi> context, ApiFuture<ListExternalApisResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExternalApisRequest,ListExternalApisResponse,ExternalApi>
futureResponse ApiFuture<ListExternalApisResponse>
Returns
Type Description
ApiFuture<ListExternalApisPage>
Overrides