public static interface ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUserEmails(int index)
public abstract String getUserEmails(int index)
The email addresses to send the alert.
repeated string user_emails = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The userEmails at the given index. |
getUserEmailsBytes(int index)
public abstract ByteString getUserEmailsBytes(int index)
The email addresses to send the alert.
repeated string user_emails = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the userEmails at the given index. |
getUserEmailsCount()
public abstract int getUserEmailsCount()
The email addresses to send the alert.
repeated string user_emails = 1;
Returns | |
---|---|
Type | Description |
int |
The count of userEmails. |
getUserEmailsList()
public abstract List<String> getUserEmailsList()
The email addresses to send the alert.
repeated string user_emails = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the userEmails. |