Uses of Class
com.google.cloud.monitoring.v3.ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
-
Packages that use ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring API -
-
Uses of ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage Modifier and Type Method Description protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ListServiceLevelObjectivesResponse response)
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage Modifier and Type Method Description com.google.api.core.ApiFuture<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>
ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, com.google.api.core.ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)
Method parameters in com.google.cloud.monitoring.v3 with type arguments of type ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage Modifier and Type Method Description protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection
ServiceMonitoringServiceClient.ListServiceLevelObjectivesFixedSizeCollection. createCollection(List<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage> pages, int collectionSize)
-