public static interface MaintenanceUpdatePolicy.MaintenanceWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.DayOfWeek |
getDay()
Preferred day of the week for maintenance, e.g.
|
int |
getDayValue()
Preferred day of the week for maintenance, e.g.
|
com.google.type.TimeOfDay |
getStartTime()
Preferred time to start the maintenance operation on the specified day.
|
com.google.type.TimeOfDayOrBuilder |
getStartTimeOrBuilder()
Preferred time to start the maintenance operation on the specified day.
|
boolean |
hasStartTime()
Preferred time to start the maintenance operation on the specified day.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDayValue()
Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
.google.type.DayOfWeek day = 1;com.google.type.DayOfWeek getDay()
Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
.google.type.DayOfWeek day = 1;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;com.google.type.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;com.google.type.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;Copyright © 2025 Google LLC. All rights reserved.