Class HubServiceClient.QueryHubStatusPage (1.94.0)

public static class HubServiceClient.QueryHubStatusPage extends AbstractPage<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry,HubServiceClient.QueryHubStatusPage>

Inheritance

java.lang.Object > AbstractPage > HubServiceClient.QueryHubStatusPage

Methods

createPage(@Nullable PageContext<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry> context, @Nullable QueryHubStatusResponse response)

protected HubServiceClient.QueryHubStatusPage createPage(@Nullable PageContext<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry> context, @Nullable QueryHubStatusResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry>
response @org.jspecify.annotations.Nullable com.google.cloud.networkconnectivity.v1.QueryHubStatusResponse
Returns
Type Description
HubServiceClient.QueryHubStatusPage
Overrides

createPageAsync(@Nullable PageContext<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry> context, ApiFuture<QueryHubStatusResponse> futureResponse)

public ApiFuture<HubServiceClient.QueryHubStatusPage> createPageAsync(@Nullable PageContext<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry> context, ApiFuture<QueryHubStatusResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryHubStatusRequest,QueryHubStatusResponse,HubStatusEntry>
futureResponse ApiFuture<QueryHubStatusResponse>
Returns
Type Description
ApiFuture<QueryHubStatusPage>
Overrides