Package com.google.cloud.monitoring.v3
Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>
-
- com.google.cloud.monitoring.v3.ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<ServiceLevelObjective>
,com.google.api.gax.paging.Page<ServiceLevelObjective>
- Enclosing class:
- ServiceMonitoringServiceClient
public static class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage extends com.google.api.gax.paging.AbstractPage<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
createPage(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ListServiceLevelObjectivesResponse response)
com.google.api.core.ApiFuture<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, com.google.api.core.ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage createPage(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ListServiceLevelObjectivesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, com.google.api.core.ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>
-
-