public static interface ModelMonitoringNotificationSpec.EmailConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUserEmails(int index)
The email addresses to send the alerts.
|
com.google.protobuf.ByteString |
getUserEmailsBytes(int index)
The email addresses to send the alerts.
|
int |
getUserEmailsCount()
The email addresses to send the alerts.
|
List<String> |
getUserEmailsList()
The email addresses to send the alerts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getUserEmailsList()
The email addresses to send the alerts.
repeated string user_emails = 1;int getUserEmailsCount()
The email addresses to send the alerts.
repeated string user_emails = 1;String getUserEmails(int index)
The email addresses to send the alerts.
repeated string user_emails = 1;index - The index of the element to return.com.google.protobuf.ByteString getUserEmailsBytes(int index)
The email addresses to send the alerts.
repeated string user_emails = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.