Enum WeekDayOfMonth.WeekOfMonth (0.10.0)

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

ProtocolMessageEnum

Static Fields

Name Description
FIRST

The first week of the month.

FIRST = 1;

FIRST_VALUE

The first week of the month.

FIRST = 1;

FOURTH

The fourth week of the month.

FOURTH = 4;

FOURTH_VALUE

The fourth week of the month.

FOURTH = 4;

LAST

The last week of the month.

LAST = 5;

LAST_VALUE

The last week of the month.

LAST = 5;

SECOND

The second week of the month.

SECOND = 2;

SECOND_VALUE

The second week of the month.

SECOND = 2;

THIRD

The third week of the month.

THIRD = 3;

THIRD_VALUE

The third week of the month.

THIRD = 3;

UNRECOGNIZED
WEEK_OF_MONTH_UNSPECIFIED

The zero value. Do not use.

WEEK_OF_MONTH_UNSPECIFIED = 0;

WEEK_OF_MONTH_UNSPECIFIED_VALUE

The zero value. Do not use.

WEEK_OF_MONTH_UNSPECIFIED = 0;

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()