public interface ScheduleOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getCronJobDuration()
The duration for the cron job event.
|
DurationOrBuilder |
getCronJobDurationOrBuilder()
The duration for the cron job event.
|
String |
getCronSpec()
The cron definition of the scheduled event.
|
ByteString |
getCronSpecBytes()
The cron definition of the scheduled event.
|
Timestamp |
getEndTime()
The end time of the event.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
The end time of the event.
|
Timestamp |
getStartTime()
The start time of the event.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The start time of the event.
|
boolean |
hasCronJobDuration()
The duration for the cron job event.
|
boolean |
hasEndTime()
The end time of the event.
|
boolean |
hasStartTime()
The start time of the event.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasStartTime()
The start time of the event.
.google.protobuf.Timestamp start_time = 1;
Timestamp getStartTime()
The start time of the event.
.google.protobuf.Timestamp start_time = 1;
TimestampOrBuilder getStartTimeOrBuilder()
The start time of the event.
.google.protobuf.Timestamp start_time = 1;
boolean hasEndTime()
The end time of the event.
.google.protobuf.Timestamp end_time = 2;
Timestamp getEndTime()
The end time of the event.
.google.protobuf.Timestamp end_time = 2;
TimestampOrBuilder getEndTimeOrBuilder()
The end time of the event.
.google.protobuf.Timestamp end_time = 2;
boolean hasCronJobDuration()
The duration for the cron job event. The duration of the event is effective after the cron job's start time.
.google.protobuf.Duration cron_job_duration = 3;
Duration getCronJobDuration()
The duration for the cron job event. The duration of the event is effective after the cron job's start time.
.google.protobuf.Duration cron_job_duration = 3;
DurationOrBuilder getCronJobDurationOrBuilder()
The duration for the cron job event. The duration of the event is effective after the cron job's start time.
.google.protobuf.Duration cron_job_duration = 3;
String getCronSpec()
The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/Cron. Cron spec specifies the local time as defined by the realm.
string cron_spec = 4;
ByteString getCronSpecBytes()
The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/Cron. Cron spec specifies the local time as defined by the realm.
string cron_spec = 4;
Copyright © 2020 Google LLC. All rights reserved.