Google Cloud Backup Dr V1 Client - Class WeekOfMonth (0.4.0)

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 \ WeekDayOfMonth

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

WEEK_OF_MONTH_UNSPECIFIED

Value: 0

The zero value. Do not use.

Generated from protobuf enum WEEK_OF_MONTH_UNSPECIFIED = 0;

FIRST

Value: 1

The first week of the month.

Generated from protobuf enum FIRST = 1;

SECOND

Value: 2

The second week of the month.

Generated from protobuf enum SECOND = 2;

THIRD

Value: 3

The third week of the month.

Generated from protobuf enum THIRD = 3;

FOURTH

Value: 4

The fourth week of the month.

Generated from protobuf enum FOURTH = 4;

LAST

Value: 5

The last week of the month.

Generated from protobuf enum LAST = 5;