public interface ScheduleOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Schedule.OptionCase |
getOptionCase() |
Duration |
getReccurrencePeriodDuration()
With this option a job is started a regular periodic basis.
|
DurationOrBuilder |
getReccurrencePeriodDurationOrBuilder()
With this option a job is started a regular periodic basis.
|
boolean |
hasReccurrencePeriodDuration()
With this option a job is started a regular periodic basis.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasReccurrencePeriodDuration()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration reccurrence_period_duration = 1;
Duration getReccurrencePeriodDuration()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration reccurrence_period_duration = 1;
DurationOrBuilder getReccurrencePeriodDurationOrBuilder()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration reccurrence_period_duration = 1;
Schedule.OptionCase getOptionCase()