public interface WeekDayOfMonthOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDayOfWeek()
public abstract DayOfWeek getDayOfWeek()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()
public abstract int getDayOfWeekValue()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()
public abstract WeekDayOfMonth.WeekOfMonth getWeekOfMonth()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()
public abstract int getWeekOfMonthValue()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. |