Package com.google.cloud.osconfig.v1beta
Interface PatchDeployments.WeeklyScheduleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchDeployments.WeeklySchedule
,PatchDeployments.WeeklySchedule.Builder
- Enclosing class:
- PatchDeployments
public static interface PatchDeployments.WeeklyScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.type.DayOfWeek
getDayOfWeek()
Required.int
getDayOfWeekValue()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDayOfWeekValue
int getDayOfWeekValue()
Required. Day of the week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The enum numeric value on the wire for dayOfWeek.
-
getDayOfWeek
com.google.type.DayOfWeek getDayOfWeek()
Required. Day of the week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The dayOfWeek.
-
-