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