Interface ScheduleOuterClass.CronScheduleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOffset()
      ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
      com.google.protobuf.ByteString getOffsetBytes()
      ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
      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
      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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.