public enum WeekDayOfMonth.WeekOfMonth extends Enum<WeekDayOfMonth.WeekOfMonth> implements ProtocolMessageEnum
WeekOfMonth
enumerates possible weeks in the month, e.g. the first,
third, or last week of the month.
Protobuf enum google.cloud.backupdr.v1.WeekDayOfMonth.WeekOfMonth
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FIRST |
The first week of the month. |
FIRST_VALUE |
The first week of the month. |
FOURTH |
The fourth week of the month. |
FOURTH_VALUE |
The fourth week of the month. |
LAST |
The last week of the month. |
LAST_VALUE |
The last week of the month. |
SECOND |
The second week of the month. |
SECOND_VALUE |
The second week of the month. |
THIRD |
The third week of the month. |
THIRD_VALUE |
The third week of the month. |
UNRECOGNIZED |
|
WEEK_OF_MONTH_UNSPECIFIED |
The zero value. Do not use. |
WEEK_OF_MONTH_UNSPECIFIED_VALUE |
The zero value. Do not use. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |