Interface ModelMonitoringNotificationSpec.NotificationChannelConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringNotificationSpec.NotificationChannelConfig,ModelMonitoringNotificationSpec.NotificationChannelConfig.Builder
- Enclosing class:
- ModelMonitoringNotificationSpec
public static interface ModelMonitoringNotificationSpec.NotificationChannelConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResource names of the NotificationChannels.com.google.protobuf.ByteStringResource names of the NotificationChannels.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNotificationChannel
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:
- The notificationChannel.
-
getNotificationChannelBytes
com.google.protobuf.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:
- The bytes for notificationChannel.
-