- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.2
- 0.2.2
- 0.1.1
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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CALENDAR_PERIOD_UNSPECIFIED |
Unspecified. |
CALENDAR_PERIOD_UNSPECIFIED_VALUE |
Unspecified. |
DAY |
The day starts at 12:00am. |
DAY_VALUE |
The day starts at 12:00am. |
MONTH |
The month starts on the first date of the month and resets at the beginning of each month. |
MONTH_VALUE |
The month starts on the first date of the month and resets at the beginning of each month. |
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_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. |
UNRECOGNIZED |
|
WEEK |
The week period starts and resets every Monday. |
WEEK_VALUE |
The week period starts and resets every Monday. |
YEAR |
The year starts on January 1 and resets at the beginning of the next year. |
YEAR_VALUE |
The year starts on January 1 and resets at the beginning of the next year. |
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() |