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