Uses of Interface
com.google.monitoring.v3.NotificationChannelOrBuilder
-
Packages that use NotificationChannelOrBuilder Package Description com.google.monitoring.v3 -
-
Uses of NotificationChannelOrBuilder in com.google.monitoring.v3
Classes in com.google.monitoring.v3 that implement NotificationChannelOrBuilder Modifier and Type Class Description class
NotificationChannel
A `NotificationChannel` is a medium through which an alert is delivered when a policy violation is detected.static class
NotificationChannel.Builder
A `NotificationChannel` is a medium through which an alert is delivered when a policy violation is detected.Methods in com.google.monitoring.v3 that return NotificationChannelOrBuilder Modifier and Type Method Description NotificationChannelOrBuilder
CreateNotificationChannelRequest.Builder. getNotificationChannelOrBuilder()
Required.NotificationChannelOrBuilder
CreateNotificationChannelRequest. getNotificationChannelOrBuilder()
Required.NotificationChannelOrBuilder
CreateNotificationChannelRequestOrBuilder. getNotificationChannelOrBuilder()
Required.NotificationChannelOrBuilder
UpdateNotificationChannelRequest.Builder. getNotificationChannelOrBuilder()
Required.NotificationChannelOrBuilder
UpdateNotificationChannelRequest. getNotificationChannelOrBuilder()
Required.NotificationChannelOrBuilder
UpdateNotificationChannelRequestOrBuilder. getNotificationChannelOrBuilder()
Required.NotificationChannelOrBuilder
ListNotificationChannelsResponse.Builder. getNotificationChannelsOrBuilder(int index)
The notification channels defined for the specified project.NotificationChannelOrBuilder
ListNotificationChannelsResponse. getNotificationChannelsOrBuilder(int index)
The notification channels defined for the specified project.NotificationChannelOrBuilder
ListNotificationChannelsResponseOrBuilder. getNotificationChannelsOrBuilder(int index)
The notification channels defined for the specified project.Methods in com.google.monitoring.v3 that return types with arguments of type NotificationChannelOrBuilder Modifier and Type Method Description List<? extends NotificationChannelOrBuilder>
ListNotificationChannelsResponse.Builder. getNotificationChannelsOrBuilderList()
The notification channels defined for the specified project.List<? extends NotificationChannelOrBuilder>
ListNotificationChannelsResponse. getNotificationChannelsOrBuilderList()
The notification channels defined for the specified project.List<? extends NotificationChannelOrBuilder>
ListNotificationChannelsResponseOrBuilder. getNotificationChannelsOrBuilderList()
The notification channels defined for the specified project.
-