Class ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage (3.59.0)

public static class ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage extends AbstractPage<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert,ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage>

Inheritance

java.lang.Object > AbstractPage > ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage

Methods

createPage(PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, SearchModelMonitoringAlertsResponse response)

protected ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage createPage(PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, SearchModelMonitoringAlertsResponse response)
Overrides

createPageAsync(PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, ApiFuture<SearchModelMonitoringAlertsResponse> futureResponse)

public ApiFuture<ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage> createPageAsync(PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, ApiFuture<SearchModelMonitoringAlertsResponse> futureResponse)
Returns
Type Description
ApiFuture<SearchModelMonitoringAlertsPage>
Overrides