public static interface ModelMonitoringNotificationSpec.NotificationChannelConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |