Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage (3.43.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)
Parameters
Name Description
context PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective>
response ListServiceLevelObjectivesResponse
Returns
Type Description
ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
Overrides

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

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