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 Modifier and Type Method Description java.lang.StringgetCronExpression()Uses AWS syntax: "Minutes Hours Day-of-month Month Day-of-week Year" e.g.com.google.protobuf.ByteStringgetCronExpressionBytes()Uses AWS syntax: "Minutes Hours Day-of-month Month Day-of-week Year" e.g.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()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
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.
-
getRate
ScheduleOuterClass.FixedRate getRate()
.flyteidl.admin.FixedRate rate = 2;- Returns:
- The rate.
-
getRateOrBuilder
ScheduleOuterClass.FixedRateOrBuilder getRateOrBuilder()
.flyteidl.admin.FixedRate rate = 2;
-
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()
-
-