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