Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage (3.2.9)

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
NameDescription
contextPageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective>
responseListServiceLevelObjectivesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective>
futureResponseApiFuture<ListServiceLevelObjectivesResponse>
Returns
TypeDescription
ApiFuture<ListServiceLevelObjectivesPage>
Overrides