Google Cloud Memorystore V1 Client - Class WeeklyMaintenanceWindow (0.4.2)

Reference documentation and code samples for the Google Cloud Memorystore V1 Client class WeeklyMaintenanceWindow.

Time window specified for weekly operations.

Generated from protobuf message google.cloud.memorystore.v1.WeeklyMaintenanceWindow

Namespace

Google \ Cloud \ Memorystore \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ day int

Optional. Allows to define schedule that runs specified day of the week.

↳ start_time Google\Type\TimeOfDay

Optional. Start time of the window in UTC.

getDay

Optional. Allows to define schedule that runs specified day of the week.

Returns
Type Description
int

setDay

Optional. Allows to define schedule that runs specified day of the week.

Parameter
Name Description
var int
Returns
Type Description
$this

getStartTime

Optional. Start time of the window in UTC.

Returns
Type Description
Google\Type\TimeOfDay|null

hasStartTime

clearStartTime

setStartTime

Optional. Start time of the window in UTC.

Parameter
Name Description
var Google\Type\TimeOfDay
Returns
Type Description
$this