public interface ScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getCronJobDuration()
The duration for the cron job event.
|
com.google.protobuf.DurationOrBuilder |
getCronJobDurationOrBuilder()
The duration for the cron job event.
|
String |
getCronSpec()
The cron definition of the scheduled event.
|
com.google.protobuf.ByteString |
getCronSpecBytes()
The cron definition of the scheduled event.
|
com.google.protobuf.Timestamp |
getEndTime()
The end time of the event.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The end time of the event.
|
com.google.protobuf.Timestamp |
getStartTime()
The start time of the event.
|
com.google.protobuf.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, hasOneofboolean hasStartTime()
The start time of the event.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
The start time of the event.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.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;com.google.protobuf.Timestamp getEndTime()
The end time of the event.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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 © 2023 Google LLC. All rights reserved.