Package com.google.cloud.aiplatform.v1
Interface ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringAlertConfig.EmailAlertConfig
,ModelMonitoringAlertConfig.EmailAlertConfig.Builder
- Enclosing class:
- ModelMonitoringAlertConfig
public static interface ModelMonitoringAlertConfig.EmailAlertConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUserEmails(int index)
The email addresses to send the alert.com.google.protobuf.ByteString
getUserEmailsBytes(int index)
The email addresses to send the alert.int
getUserEmailsCount()
The email addresses to send the alert.List<String>
getUserEmailsList()
The email addresses to send the alert.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserEmailsList
List<String> getUserEmailsList()
The email addresses to send the alert.
repeated string user_emails = 1;
- Returns:
- A list containing the userEmails.
-
getUserEmailsCount
int getUserEmailsCount()
The email addresses to send the alert.
repeated string user_emails = 1;
- Returns:
- The count of userEmails.
-
getUserEmails
String getUserEmails(int index)
The email addresses to send the alert.
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 alert.
repeated string user_emails = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the userEmails at the given index.
-
-