Reference documentation and code samples for the Google Cloud Deploy V1 Client class TimeWindow.
Time window within which actions are restricted.
Generated from protobuf message google.cloud.deploy.v1.TimeWindow
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ time_zone |
string
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York). |
↳ ranges |
array<Google\Cloud\Deploy\V1\Range>
Required. Range within which actions are restricted. |
getTimeZone
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
Returns | |
---|---|
Type | Description |
string |
setTimeZone
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRanges
Required. Range within which actions are restricted.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRanges
Required. Range within which actions are restricted.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\Range>
|
Returns | |
---|---|
Type | Description |
$this |