Interface ModelMonitoringNotificationSpec.EmailConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringNotificationSpec.EmailConfig,ModelMonitoringNotificationSpec.EmailConfig.Builder
- Enclosing class:
- ModelMonitoringNotificationSpec
public static interface ModelMonitoringNotificationSpec.EmailConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUserEmails(int index) The email addresses to send the alerts.com.google.protobuf.ByteStringgetUserEmailsBytes(int index) The email addresses to send the alerts.intThe email addresses to send the alerts.The email addresses to send the alerts.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
-
getUserEmailsList
The email addresses to send the alerts.
repeated string user_emails = 1;- Returns:
- A list containing the userEmails.
-
getUserEmailsCount
int getUserEmailsCount()The email addresses to send the alerts.
repeated string user_emails = 1;- Returns:
- The count of userEmails.
-
getUserEmails
The email addresses to send the alerts.
repeated string user_emails = 1;- Parameters:
index- The index of the element to return.- Returns:
- The userEmails at the given index.
-
getUserEmailsBytes
com.google.protobuf.ByteString getUserEmailsBytes(int index) The email addresses to send the alerts.
repeated string user_emails = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the userEmails at the given index.
-