Interface LaunchPlanOuterClass.LaunchPlanMetadataOrBuilder

    • 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.
      • 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;