Interface WeekDayOfMonthOrBuilder (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface WeekDayOfMonthOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDayOfWeek()
publicabstractDayOfWeekgetDayOfWeek()Required. Specifies the day of the week.
.google.type.DayOfWeek day_of_week = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DayOfWeek |
The dayOfWeek. |
getDayOfWeekValue()
publicabstractintgetDayOfWeekValue()Required. Specifies the day of the week.
.google.type.DayOfWeek day_of_week = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dayOfWeek. |
getWeekOfMonth()
publicabstractWeekDayOfMonth.WeekOfMonthgetWeekOfMonth()Required. Specifies the week of the month.
.google.cloud.backupdr.v1.WeekDayOfMonth.WeekOfMonth week_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WeekDayOfMonth.WeekOfMonth |
The weekOfMonth. |
getWeekOfMonthValue()
publicabstractintgetWeekOfMonthValue()Required. Specifies the week of the month.
.google.cloud.backupdr.v1.WeekDayOfMonth.WeekOfMonth week_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for weekOfMonth. |