Class ApiHubDependenciesClient.ListDependenciesPage (0.48.0)

public static class ApiHubDependenciesClient.ListDependenciesPage extends AbstractPage<ListDependenciesRequest,ListDependenciesResponse,Dependency,ApiHubDependenciesClient.ListDependenciesPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubDependenciesClient.ListDependenciesPage

Methods

createPage(@Nullable PageContext<ListDependenciesRequest,ListDependenciesResponse,Dependency> context, @Nullable ListDependenciesResponse response)

protected ApiHubDependenciesClient.ListDependenciesPage createPage(@Nullable PageContext<ListDependenciesRequest,ListDependenciesResponse,Dependency> context, @Nullable ListDependenciesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDependenciesRequest,ListDependenciesResponse,Dependency>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListDependenciesResponse
Returns
Type Description
ApiHubDependenciesClient.ListDependenciesPage
Overrides

createPageAsync(@Nullable PageContext<ListDependenciesRequest,ListDependenciesResponse,Dependency> context, ApiFuture<ListDependenciesResponse> futureResponse)

public ApiFuture<ApiHubDependenciesClient.ListDependenciesPage> createPageAsync(@Nullable PageContext<ListDependenciesRequest,ListDependenciesResponse,Dependency> context, ApiFuture<ListDependenciesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDependenciesRequest,ListDependenciesResponse,Dependency>
futureResponse ApiFuture<ListDependenciesResponse>
Returns
Type Description
ApiFuture<ListDependenciesPage>
Overrides