Interface ModelMonitoringNotificationSpec.NotificationChannelConfigOrBuilder (3.44.0)

public static interface ModelMonitoringNotificationSpec.NotificationChannelConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotificationChannel()

public abstract String getNotificationChannel()

Resource names of the NotificationChannels. Must be of the format projects/<project_id_or_number>/notificationChannels/<channel_id>

string notification_channel = 1;

Returns
Type Description
String

The notificationChannel.

getNotificationChannelBytes()

public abstract ByteString getNotificationChannelBytes()

Resource names of the NotificationChannels. Must be of the format projects/<project_id_or_number>/notificationChannels/<channel_id>

string notification_channel = 1;

Returns
Type Description
ByteString

The bytes for notificationChannel.