Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class WeekOfMonth.
WeekOfMonth enumerates possible weeks in the month, e.g. the first,
third, or last week of the month.
Protobuf type google.cloud.backupdr.v1.WeekDayOfMonth.WeekOfMonth
Namespace
Google \ Cloud \ BackupDR \ V1 \ WeekDayOfMonthMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
WEEK_OF_MONTH_UNSPECIFIED
Value: 0The zero value. Do not use.
Generated from protobuf enum WEEK_OF_MONTH_UNSPECIFIED = 0;
FIRST
Value: 1The first week of the month.
Generated from protobuf enum FIRST = 1;
SECOND
Value: 2The second week of the month.
Generated from protobuf enum SECOND = 2;
THIRD
Value: 3The third week of the month.
Generated from protobuf enum THIRD = 3;
FOURTH
Value: 4The fourth week of the month.
Generated from protobuf enum FOURTH = 4;
LAST
Value: 5The last week of the month.
Generated from protobuf enum LAST = 5;