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