public interface ScheduleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOptionCase()
public abstract Schedule.OptionCase getOptionCase()| Type | Description |
| Schedule.OptionCase |
getRecurrencePeriodDuration()
public abstract Duration getRecurrencePeriodDuration()With this option a job is started a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;
| Type | Description |
| Duration | The recurrencePeriodDuration. |
getRecurrencePeriodDurationOrBuilder()
public abstract DurationOrBuilder getRecurrencePeriodDurationOrBuilder()With this option a job is started a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;
| Type | Description |
| DurationOrBuilder |
hasRecurrencePeriodDuration()
public abstract boolean hasRecurrencePeriodDuration()With this option a job is started a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;
| Type | Description |
| boolean | Whether the recurrencePeriodDuration field is set. |