Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage (3.59.0)

public static class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage extends AbstractPage<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>

Inheritance

java.lang.Object > AbstractPage > ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage

Methods

createPage(PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ListServiceLevelObjectivesResponse response)

protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage createPage(PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ListServiceLevelObjectivesResponse response)
Overrides

createPageAsync(PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)

public ApiFuture<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage> createPageAsync(PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListServiceLevelObjectivesPage>
Overrides