schedule property
- @TagNumber(4)
A cron expression representing the expected execution schedule in UTC (note this also defines the input time window; an hourly schedule would process 1 hour of data at a time).
Implementation
@$pb.TagNumber(4)
$core.String get schedule => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set schedule($core.String v) { $_setString(3, v); }