Interface ProtobufMessages.Trigger.CronTriggerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCalendarName​(int index)
      repeated string calendar_name = 7;
      com.google.protobuf.ByteString getCalendarNameBytes​(int index)
      repeated string calendar_name = 7;
      int getCalendarNameCount()
      repeated string calendar_name = 7;
      com.google.protobuf.ProtocolStringList getCalendarNameList()
      repeated string calendar_name = 7;
      String getCronExpression()
      optional string cron_expression = 5;
      com.google.protobuf.ByteString getCronExpressionBytes()
      optional string cron_expression = 5;
      long getEndTime()
      optional int64 end_time = 2;
      long getNextFireTime()
      optional int64 next_fire_time = 6;
      int getRepeatCount()
      optional int32 repeat_count = 4;
      int getRepeatLimit()
      optional int32 repeat_limit = 3;
      long getStartTime()
      optional int64 start_time = 1;
      boolean hasCronExpression()
      optional string cron_expression = 5;
      boolean hasEndTime()
      optional int64 end_time = 2;
      boolean hasNextFireTime()
      optional int64 next_fire_time = 6;
      boolean hasRepeatCount()
      optional int32 repeat_count = 4;
      boolean hasRepeatLimit()
      optional int32 repeat_limit = 3;
      boolean hasStartTime()
      optional int64 start_time = 1;
      • 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

      • hasStartTime

        boolean hasStartTime()
        optional int64 start_time = 1;
      • getStartTime

        long getStartTime()
        optional int64 start_time = 1;
      • hasEndTime

        boolean hasEndTime()
        optional int64 end_time = 2;
      • getEndTime

        long getEndTime()
        optional int64 end_time = 2;
      • hasRepeatLimit

        boolean hasRepeatLimit()
        optional int32 repeat_limit = 3;
      • getRepeatLimit

        int getRepeatLimit()
        optional int32 repeat_limit = 3;
      • hasRepeatCount

        boolean hasRepeatCount()
        optional int32 repeat_count = 4;
      • getRepeatCount

        int getRepeatCount()
        optional int32 repeat_count = 4;
      • hasCronExpression

        boolean hasCronExpression()
        optional string cron_expression = 5;
      • getCronExpression

        String getCronExpression()
        optional string cron_expression = 5;
      • getCronExpressionBytes

        com.google.protobuf.ByteString getCronExpressionBytes()
        optional string cron_expression = 5;
      • hasNextFireTime

        boolean hasNextFireTime()
        optional int64 next_fire_time = 6;
      • getNextFireTime

        long getNextFireTime()
        optional int64 next_fire_time = 6;
      • getCalendarNameList

        com.google.protobuf.ProtocolStringList getCalendarNameList()
        repeated string calendar_name = 7;
      • getCalendarNameCount

        int getCalendarNameCount()
        repeated string calendar_name = 7;
      • getCalendarName

        String getCalendarName​(int index)
        repeated string calendar_name = 7;
      • getCalendarNameBytes

        com.google.protobuf.ByteString getCalendarNameBytes​(int index)
        repeated string calendar_name = 7;