public interface WeeklyMaintenanceWindowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDay()
public abstract DayOfWeek getDay()Optional. Allows to define schedule that runs specified day of the week.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DayOfWeek |
The day. |
getDayValue()
public abstract int getDayValue()Optional. Allows to define schedule that runs specified day of the week.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for day. |
getStartTime()
public abstract TimeOfDay getStartTime()Optional. Start time of the window in UTC.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay |
The startTime. |
getStartTimeOrBuilder()
public abstract TimeOfDayOrBuilder getStartTimeOrBuilder()Optional. Start time of the window in UTC.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDayOrBuilder |
|
hasStartTime()
public abstract boolean hasStartTime()Optional. Start time of the window in UTC.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |