Package flyteidl.admin
Interface ExecutionOuterClass.NotificationListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.NotificationList,ExecutionOuterClass.NotificationList.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.NotificationListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.NotificationgetNotifications(int index)repeated .flyteidl.admin.Notification notifications = 1;intgetNotificationsCount()repeated .flyteidl.admin.Notification notifications = 1;List<Common.Notification>getNotificationsList()repeated .flyteidl.admin.Notification notifications = 1;Common.NotificationOrBuildergetNotificationsOrBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;List<? extends Common.NotificationOrBuilder>getNotificationsOrBuilderList()repeated .flyteidl.admin.Notification notifications = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNotificationsList
List<Common.Notification> getNotificationsList()
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotifications
Common.Notification getNotifications(int index)
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotificationsCount
int getNotificationsCount()
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotificationsOrBuilderList
List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotificationsOrBuilder
Common.NotificationOrBuilder getNotificationsOrBuilder(int index)
repeated .flyteidl.admin.Notification notifications = 1;
-
-