public interface MaintenanceWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.DayOfWeek |
getDayOfWeek()
The day of week, when the window starts.
|
int |
getDayOfWeekValue()
The day of week, when the window starts.
|
com.google.protobuf.Int32Value |
getHourOfDay()
The hour of day (0-23) when the window starts.
|
com.google.protobuf.Int32ValueOrBuilder |
getHourOfDayOrBuilder()
The hour of day (0-23) when the window starts.
|
boolean |
hasHourOfDay()
The hour of day (0-23) when the window starts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;com.google.protobuf.Int32Value getHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;com.google.protobuf.Int32ValueOrBuilder getHourOfDayOrBuilder()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;int getDayOfWeekValue()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;com.google.type.DayOfWeek getDayOfWeek()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;Copyright © 2024 Google LLC. All rights reserved.