Class ModelMonitoringServiceClient.ListModelMonitorsPage (3.59.0)

public static class ModelMonitoringServiceClient.ListModelMonitorsPage extends AbstractPage<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor,ModelMonitoringServiceClient.ListModelMonitorsPage>

Inheritance

java.lang.Object > AbstractPage > ModelMonitoringServiceClient.ListModelMonitorsPage

Methods

createPage(PageContext<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor> context, ListModelMonitorsResponse response)

protected ModelMonitoringServiceClient.ListModelMonitorsPage createPage(PageContext<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor> context, ListModelMonitorsResponse response)
Overrides

createPageAsync(PageContext<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor> context, ApiFuture<ListModelMonitorsResponse> futureResponse)

public ApiFuture<ModelMonitoringServiceClient.ListModelMonitorsPage> createPageAsync(PageContext<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor> context, ApiFuture<ListModelMonitorsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListModelMonitorsPage>
Overrides