public static interface MaintenanceUpdatePolicy.MaintenanceWindowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDay()
public abstract DayOfWeek getDay()Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
.google.type.DayOfWeek day = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DayOfWeek |
The day. |
getDayValue()
public abstract int getDayValue()Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
.google.type.DayOfWeek day = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for day. |
getStartTime()
public abstract TimeOfDay getStartTime()Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
.google.type.TimeOfDay start_time = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay |
The startTime. |
getStartTimeOrBuilder()
public abstract TimeOfDayOrBuilder getStartTimeOrBuilder()Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
.google.type.TimeOfDay start_time = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDayOrBuilder |
|
hasStartTime()
public abstract boolean hasStartTime()Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
.google.type.TimeOfDay start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |