Reference documentation and code samples for the Google Cloud Deploy V1 Client class TimeWindows.
Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.
Generated from protobuf message google.cloud.deploy.v1.TimeWindows
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ time_zone
↳ one_time_windows
array< Google\Cloud\Deploy\V1\OneTimeWindow
>
Optional. One-time windows within which actions are restricted.
↳ weekly_windows
array< Google\Cloud\Deploy\V1\WeeklyWindow
>
Optional. Recurring weekly windows within which actions are restricted.
getTimeZone
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
string
setTimeZone
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
var
string
$this
getOneTimeWindows
Optional. One-time windows within which actions are restricted.
setOneTimeWindows
Optional. One-time windows within which actions are restricted.
$this
getWeeklyWindows
Optional. Recurring weekly windows within which actions are restricted.
setWeeklyWindows
Optional. Recurring weekly windows within which actions are restricted.
$this