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 void
NotificationChannelServiceClient. deleteNotificationChannel(NotificationChannelName name, boolean force)
Deletes a notification channel.NotificationChannel
NotificationChannelServiceClient. getNotificationChannel(NotificationChannelName name)
Gets a single notification channel.GetNotificationChannelVerificationCodeResponse
NotificationChannelServiceClient. 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.void
NotificationChannelServiceClient. sendNotificationChannelVerificationCode(NotificationChannelName name)
Causes a verification code to be delivered to the channel.NotificationChannel
NotificationChannelServiceClient. 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 NotificationChannelName
NotificationChannelName.Builder. build()
NotificationChannelName
NotificationChannelName.FolderNotificationChannelBuilder. build()
NotificationChannelName
NotificationChannelName.OrganizationNotificationChannelBuilder. build()
static NotificationChannelName
NotificationChannelName. of(String project, String notificationChannel)
static NotificationChannelName
NotificationChannelName. ofFolderNotificationChannelName(String folder, String notificationChannel)
static NotificationChannelName
NotificationChannelName. ofOrganizationNotificationChannelName(String organization, String notificationChannel)
static NotificationChannelName
NotificationChannelName. ofProjectNotificationChannelName(String project, String notificationChannel)
static NotificationChannelName
NotificationChannelName. 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)
-