Package com.google.cloud.osconfig.v1
Interface PatchDeployments.MonthlyScheduleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchDeployments.MonthlySchedule
,PatchDeployments.MonthlySchedule.Builder
- Enclosing class:
- PatchDeployments
public static interface PatchDeployments.MonthlyScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchDeployments.MonthlySchedule.DayOfMonthCase
getDayOfMonthCase()
int
getMonthDay()
Required.PatchDeployments.WeekDayOfMonth
getWeekDayOfMonth()
Required.PatchDeployments.WeekDayOfMonthOrBuilder
getWeekDayOfMonthOrBuilder()
Required.boolean
hasMonthDay()
Required.boolean
hasWeekDayOfMonth()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWeekDayOfMonth
boolean hasWeekDayOfMonth()
Required. Week day in a month.
.google.cloud.osconfig.v1.WeekDayOfMonth week_day_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the weekDayOfMonth field is set.
-
getWeekDayOfMonth
PatchDeployments.WeekDayOfMonth getWeekDayOfMonth()
Required. Week day in a month.
.google.cloud.osconfig.v1.WeekDayOfMonth week_day_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The weekDayOfMonth.
-
getWeekDayOfMonthOrBuilder
PatchDeployments.WeekDayOfMonthOrBuilder getWeekDayOfMonthOrBuilder()
Required. Week day in a month.
.google.cloud.osconfig.v1.WeekDayOfMonth week_day_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasMonthDay
boolean hasMonthDay()
Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
int32 month_day = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the monthDay field is set.
-
getMonthDay
int getMonthDay()
Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
int32 month_day = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The monthDay.
-
getDayOfMonthCase
PatchDeployments.MonthlySchedule.DayOfMonthCase getDayOfMonthCase()
-
-