CronSchedule$json top-level constant

  1. @Deprecated('Use cronScheduleDescriptor instead')
Map<String, Object> const CronSchedule$json

Implementation

@$core.Deprecated('Use cronScheduleDescriptor instead')
const CronSchedule$json = const {
  '1': 'CronSchedule',
  '2': const [
    const {'1': 'second', '3': 1, '4': 1, '5': 16, '10': 'second'},
    const {'1': 'minute', '3': 2, '4': 1, '5': 16, '10': 'minute'},
    const {'1': 'hour', '3': 3, '4': 1, '5': 16, '10': 'hour'},
    const {'1': 'day_of_month', '3': 4, '4': 1, '5': 16, '10': 'dayOfMonth'},
    const {'1': 'month', '3': 5, '4': 1, '5': 16, '10': 'month'},
    const {'1': 'day_of_week', '3': 6, '4': 1, '5': 16, '10': 'dayOfWeek'},
    const {
      '1': 'valid_from',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'validFrom'
    },
    const {
      '1': 'valid_to',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'validTo'
    },
  ],
};