Reference documentation and code samples for the Google Cloud Deploy V1 Client class OneTimeWindow.
One-time window within which actions are restricted. For example, blocking actions over New Year's Eve from December 31st at 5pm to January 1st at 9am.
Generated from protobuf message google.cloud.deploy.v1.OneTimeWindow
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_date
↳ start_time
↳ end_date
↳ end_time
getStartDate
Required. Start date.
hasStartDate
clearStartDate
setStartDate
Required. Start date.
$this
getStartTime
Required. Start time (inclusive). Use 00:00 for the beginning of the day.
hasStartTime
clearStartTime
setStartTime
Required. Start time (inclusive). Use 00:00 for the beginning of the day.
$this
getEndDate
Required. End date.
hasEndDate
clearEndDate
setEndDate
Required. End date.
$this
getEndTime
Required. End time (exclusive). You may use 24:00 for the end of the day.
hasEndTime
clearEndTime
setEndTime
Required. End time (exclusive). You may use 24:00 for the end of the day.
$this