Class ApiHubCurateClient.ListCurationsPage (0.48.0)

public static class ApiHubCurateClient.ListCurationsPage extends AbstractPage<ListCurationsRequest,ListCurationsResponse,Curation,ApiHubCurateClient.ListCurationsPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubCurateClient.ListCurationsPage

Methods

createPage(@Nullable PageContext<ListCurationsRequest,ListCurationsResponse,Curation> context, @Nullable ListCurationsResponse response)

protected ApiHubCurateClient.ListCurationsPage createPage(@Nullable PageContext<ListCurationsRequest,ListCurationsResponse,Curation> context, @Nullable ListCurationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCurationsRequest,ListCurationsResponse,Curation>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListCurationsResponse
Returns
Type Description
ApiHubCurateClient.ListCurationsPage
Overrides

createPageAsync(@Nullable PageContext<ListCurationsRequest,ListCurationsResponse,Curation> context, ApiFuture<ListCurationsResponse> futureResponse)

public ApiFuture<ApiHubCurateClient.ListCurationsPage> createPageAsync(@Nullable PageContext<ListCurationsRequest,ListCurationsResponse,Curation> context, ApiFuture<ListCurationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCurationsRequest,ListCurationsResponse,Curation>
futureResponse ApiFuture<ListCurationsResponse>
Returns
Type Description
ApiFuture<ListCurationsPage>
Overrides