Package flyteidl.admin
Interface LaunchPlanOuterClass.LaunchPlanMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.LaunchPlanMetadata,LaunchPlanOuterClass.LaunchPlanMetadata.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.LaunchPlanMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.NotificationgetNotifications(int index)List of notifications based on Execution status transitionsintgetNotificationsCount()List of notifications based on Execution status transitionsList<Common.Notification>getNotificationsList()List of notifications based on Execution status transitionsCommon.NotificationOrBuildergetNotificationsOrBuilder(int index)List of notifications based on Execution status transitionsList<? extends Common.NotificationOrBuilder>getNotificationsOrBuilderList()List of notifications based on Execution status transitionsScheduleOuterClass.SchedulegetSchedule()Schedule to execute the Launch PlanScheduleOuterClass.ScheduleOrBuildergetScheduleOrBuilder()Schedule to execute the Launch PlanbooleanhasSchedule()Schedule to execute the Launch Plan-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSchedule
boolean hasSchedule()
Schedule to execute the Launch Plan
.flyteidl.admin.Schedule schedule = 1;- Returns:
- Whether the schedule field is set.
-
getSchedule
ScheduleOuterClass.Schedule getSchedule()
Schedule to execute the Launch Plan
.flyteidl.admin.Schedule schedule = 1;- Returns:
- The schedule.
-
getScheduleOrBuilder
ScheduleOuterClass.ScheduleOrBuilder getScheduleOrBuilder()
Schedule to execute the Launch Plan
.flyteidl.admin.Schedule schedule = 1;
-
getNotificationsList
List<Common.Notification> getNotificationsList()
List of notifications based on Execution status transitions
repeated .flyteidl.admin.Notification notifications = 2;
-
getNotifications
Common.Notification getNotifications(int index)
List of notifications based on Execution status transitions
repeated .flyteidl.admin.Notification notifications = 2;
-
getNotificationsCount
int getNotificationsCount()
List of notifications based on Execution status transitions
repeated .flyteidl.admin.Notification notifications = 2;
-
getNotificationsOrBuilderList
List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
List of notifications based on Execution status transitions
repeated .flyteidl.admin.Notification notifications = 2;
-
getNotificationsOrBuilder
Common.NotificationOrBuilder getNotificationsOrBuilder(int index)
List of notifications based on Execution status transitions
repeated .flyteidl.admin.Notification notifications = 2;
-
-