public static interface AutomatedBackupConfig.FixedFrequencyScheduleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStartTime()
public abstract TimeOfDay getStartTime()
Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.
optional .google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.type.TimeOfDay |
The startTime. |
getStartTimeOrBuilder()
public abstract TimeOfDayOrBuilder getStartTimeOrBuilder()
Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.
optional .google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
com.google.type.TimeOfDayOrBuilder |
hasStartTime()
public abstract boolean hasStartTime()
Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.
optional .google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |