Interface ScheduleOuterClass.ScheduleOrBuilder

    • Method Detail

      • getCronExpression

        java.lang.String getCronExpression()
         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;
        Returns:
        The cronExpression.
      • getCronExpressionBytes

        com.google.protobuf.ByteString getCronExpressionBytes()
         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;
        Returns:
        The bytes for cronExpression.
      • hasRate

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

        java.lang.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.