public interface WeeklyMaintenanceWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.DayOfWeek |
getDay()
Required.
|
int |
getDayValue()
Required.
|
com.google.protobuf.Duration |
getDuration()
Output only.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Output only.
|
com.google.type.TimeOfDay |
getStartTime()
Required.
|
com.google.type.TimeOfDayOrBuilder |
getStartTimeOrBuilder()
Required.
|
boolean |
hasDuration()
Output only.
|
boolean |
hasStartTime()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDayValue()
Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];com.google.type.DayOfWeek getDay()
Required. The day of week that maintenance updates occur.
.google.type.DayOfWeek day = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasStartTime()
Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];com.google.type.TimeOfDay getStartTime()
Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
Required. Start time of the window in UTC time.
.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasDuration()
Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Duration getDuration()
Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.