Uses of Class
com.google.monitoring.v3.NotificationChannelName
-
Packages that use NotificationChannelName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of NotificationChannelName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type NotificationChannelName Modifier and Type Method Description voidNotificationChannelServiceClient. deleteNotificationChannel(NotificationChannelName name, boolean force)Deletes a notification channel.NotificationChannelNotificationChannelServiceClient. getNotificationChannel(NotificationChannelName name)Gets a single notification channel.GetNotificationChannelVerificationCodeResponseNotificationChannelServiceClient. getNotificationChannelVerificationCode(NotificationChannelName name)Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project.voidNotificationChannelServiceClient. sendNotificationChannelVerificationCode(NotificationChannelName name)Causes a verification code to be delivered to the channel.NotificationChannelNotificationChannelServiceClient. verifyNotificationChannel(NotificationChannelName name, String code)Verifies a `NotificationChannel` by proving receipt of the code delivered to the channel as a result of calling `SendNotificationChannelVerificationCode`. -
Uses of NotificationChannelName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return NotificationChannelName Modifier and Type Method Description NotificationChannelNameNotificationChannelName.Builder. build()NotificationChannelNameNotificationChannelName.FolderNotificationChannelBuilder. build()NotificationChannelNameNotificationChannelName.OrganizationNotificationChannelBuilder. build()static NotificationChannelNameNotificationChannelName. of(String project, String notificationChannel)static NotificationChannelNameNotificationChannelName. ofFolderNotificationChannelName(String folder, String notificationChannel)static NotificationChannelNameNotificationChannelName. ofOrganizationNotificationChannelName(String organization, String notificationChannel)static NotificationChannelNameNotificationChannelName. ofProjectNotificationChannelName(String project, String notificationChannel)static NotificationChannelNameNotificationChannelName. parse(String formattedString)Methods in com.google.monitoring.v3 that return types with arguments of type NotificationChannelName Modifier and Type Method Description static List<NotificationChannelName>NotificationChannelName. parseList(List<String> formattedStrings)Method parameters in com.google.monitoring.v3 with type arguments of type NotificationChannelName Modifier and Type Method Description static List<String>NotificationChannelName. toStringList(List<NotificationChannelName> values)
-