Package flyteidl.admin
Interface ScheduleOuterClass.ScheduleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScheduleOuterClass.Schedule,ScheduleOuterClass.Schedule.Builder
- Enclosing class:
- ScheduleOuterClass
public static interface ScheduleOuterClass.ScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCronExpression()Deprecated.com.google.protobuf.ByteStringgetCronExpressionBytes()Deprecated.ScheduleOuterClass.CronSchedulegetCronSchedule().flyteidl.admin.CronSchedule cron_schedule = 4;ScheduleOuterClass.CronScheduleOrBuildergetCronScheduleOrBuilder().flyteidl.admin.CronSchedule cron_schedule = 4;java.lang.StringgetKickoffTimeInputArg()Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off.com.google.protobuf.ByteStringgetKickoffTimeInputArgBytes()Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off.ScheduleOuterClass.FixedRategetRate().flyteidl.admin.FixedRate rate = 2;ScheduleOuterClass.FixedRateOrBuildergetRateOrBuilder().flyteidl.admin.FixedRate rate = 2;ScheduleOuterClass.Schedule.ScheduleExpressionCasegetScheduleExpressionCase()booleanhasCronSchedule().flyteidl.admin.CronSchedule cron_schedule = 4;booleanhasRate().flyteidl.admin.FixedRate rate = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCronExpression
@Deprecated java.lang.String getCronExpression()
Deprecated.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.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.
-
getRate
ScheduleOuterClass.FixedRate getRate()
.flyteidl.admin.FixedRate rate = 2;- Returns:
- The rate.
-
getRateOrBuilder
ScheduleOuterClass.FixedRateOrBuilder getRateOrBuilder()
.flyteidl.admin.FixedRate rate = 2;
-
hasCronSchedule
boolean hasCronSchedule()
.flyteidl.admin.CronSchedule cron_schedule = 4;- Returns:
- Whether the cronSchedule field is set.
-
getCronSchedule
ScheduleOuterClass.CronSchedule getCronSchedule()
.flyteidl.admin.CronSchedule cron_schedule = 4;- Returns:
- The cronSchedule.
-
getCronScheduleOrBuilder
ScheduleOuterClass.CronScheduleOrBuilder getCronScheduleOrBuilder()
.flyteidl.admin.CronSchedule cron_schedule = 4;
-
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.
-
getScheduleExpressionCase
ScheduleOuterClass.Schedule.ScheduleExpressionCase getScheduleExpressionCase()
-
-