Interface ScheduleOuterClass.ScheduleOrBuilder

    • Method Detail

      • hasCronExpression

        @Deprecated
        boolean hasCronExpression()
        Deprecated.
        flyteidl.admin.Schedule.cron_expression is deprecated. See flyteidl/admin/schedule.proto;l=35
         Uses AWS syntax: Minutes Hours Day-of-month Month Day-of-week Year
         e.g. for a schedule that runs every 15 minutes: 0/15 * * * ? *
         
        string cron_expression = 1 [deprecated = true];
        Returns:
        Whether the cronExpression field is set.
      • getCronExpression

        @Deprecated
        String getCronExpression()
        Deprecated.
        flyteidl.admin.Schedule.cron_expression is deprecated. See flyteidl/admin/schedule.proto;l=35
         Uses AWS syntax: Minutes Hours Day-of-month Month Day-of-week Year
         e.g. for a schedule that runs every 15 minutes: 0/15 * * * ? *
         
        string cron_expression = 1 [deprecated = true];
        Returns:
        The cronExpression.
      • getCronExpressionBytes

        @Deprecated
        com.google.protobuf.ByteString getCronExpressionBytes()
        Deprecated.
        flyteidl.admin.Schedule.cron_expression is deprecated. See flyteidl/admin/schedule.proto;l=35
         Uses AWS syntax: Minutes Hours Day-of-month Month Day-of-week Year
         e.g. for a schedule that runs every 15 minutes: 0/15 * * * ? *
         
        string cron_expression = 1 [deprecated = true];
        Returns:
        The bytes for cronExpression.
      • hasRate

        boolean hasRate()
        .flyteidl.admin.FixedRate rate = 2;
        Returns:
        Whether the rate field is set.
      • hasCronSchedule

        boolean hasCronSchedule()
        .flyteidl.admin.CronSchedule cron_schedule = 4;
        Returns:
        Whether the cronSchedule field is set.
      • getKickoffTimeInputArg

        String getKickoffTimeInputArg()
         Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off.
         
        string kickoff_time_input_arg = 3;
        Returns:
        The kickoffTimeInputArg.
      • getKickoffTimeInputArgBytes

        com.google.protobuf.ByteString getKickoffTimeInputArgBytes()
         Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off.
         
        string kickoff_time_input_arg = 3;
        Returns:
        The bytes for kickoffTimeInputArg.