Enum WeekDayOfMonth.WeekOfMonth (0.22.0)

publicenumWeekDayOfMonth.WeekOfMonthextendsEnum<WeekDayOfMonth.WeekOfMonth>implementsProtocolMessageEnum

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.