Enum CalendarPeriod (0.41.0)

public enum CalendarPeriod extends Enum<CalendarPeriod> implements ProtocolMessageEnum

A CalendarPeriod represents the abstract concept of a time period that has a canonical start. All calendar times begin at 12 AM US and Canadian Pacific Time (UTC-8).

Protobuf enum google.cloud.batch.v1alpha.CalendarPeriod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CALENDAR_PERIOD_UNSPECIFIED

Unspecified.

CALENDAR_PERIOD_UNSPECIFIED = 0;

CALENDAR_PERIOD_UNSPECIFIED_VALUE

Unspecified.

CALENDAR_PERIOD_UNSPECIFIED = 0;

DAY

The day starts at 12:00am.

DAY = 5;

DAY_VALUE

The day starts at 12:00am.

DAY = 5;

MONTH

The month starts on the first date of the month and resets at the beginning of each month.

MONTH = 1;

MONTH_VALUE

The month starts on the first date of the month and resets at the beginning of each month.

MONTH = 1;

QUARTER

The quarter starts on dates January 1, April 1, July 1, and October 1 of each year and resets at the beginning of the next quarter.

QUARTER = 2;

QUARTER_VALUE

The quarter starts on dates January 1, April 1, July 1, and October 1 of each year and resets at the beginning of the next quarter.

QUARTER = 2;

UNRECOGNIZED
WEEK

The week period starts and resets every Monday.

WEEK = 4;

WEEK_VALUE

The week period starts and resets every Monday.

WEEK = 4;

YEAR

The year starts on January 1 and resets at the beginning of the next year.

YEAR = 3;

YEAR_VALUE

The year starts on January 1 and resets at the beginning of the next year.

YEAR = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()