public interface MaintenanceWindowOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDayOfWeek()
public abstract DayOfWeek getDayOfWeek()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Returns | |
---|---|
Type | Description |
com.google.type.DayOfWeek |
The dayOfWeek. |
getDayOfWeekValue()
public abstract int getDayOfWeekValue()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dayOfWeek. |
getHourOfDay()
public abstract Int32Value getHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Returns | |
---|---|
Type | Description |
Int32Value |
The hourOfDay. |
getHourOfDayOrBuilder()
public abstract Int32ValueOrBuilder getHourOfDayOrBuilder()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Returns | |
---|---|
Type | Description |
Int32ValueOrBuilder |
hasHourOfDay()
public abstract boolean hasHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hourOfDay field is set. |