Package flyteidl.admin
Interface ScheduleOuterClass.CronScheduleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScheduleOuterClass.CronSchedule,ScheduleOuterClass.CronSchedule.Builder
- Enclosing class:
- ScheduleOuterClass
public static interface ScheduleOuterClass.CronScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOffset()ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durationscom.google.protobuf.ByteStringgetOffsetBytes()ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#DurationsStringgetSchedule()Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression; Also supports nonstandard predefined scheduling definitions as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions except @rebootcom.google.protobuf.ByteStringgetScheduleBytes()Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression; Also supports nonstandard predefined scheduling definitions as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions except @reboot-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSchedule
String getSchedule()
Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression; Also supports nonstandard predefined scheduling definitions as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions except @reboot
string schedule = 1;- Returns:
- The schedule.
-
getScheduleBytes
com.google.protobuf.ByteString getScheduleBytes()
Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression; Also supports nonstandard predefined scheduling definitions as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions except @reboot
string schedule = 1;- Returns:
- The bytes for schedule.
-
getOffset
String getOffset()
ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
string offset = 2;- Returns:
- The offset.
-
getOffsetBytes
com.google.protobuf.ByteString getOffsetBytes()
ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
string offset = 2;- Returns:
- The bytes for offset.
-
-