Reference documentation and code samples for the Google Cloud Deploy V1 Client class Range.
Range within which actions are restricted.
Generated from protobuf message google.cloud.deploy.v1.Range
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_date |
Google\Type\Date
Start date. |
↳ end_date |
Google\Type\Date
End date. |
↳ start_time_of_day |
Google\Type\TimeOfDay
Start time of day. |
↳ end_time_of_day |
Google\Type\TimeOfDay
End time of day. |
↳ day_of_week |
array
Days of week. |
getStartDate
Start date.
Returns | |
---|---|
Type | Description |
Google\Type\Date|null |
hasStartDate
clearStartDate
setStartDate
Start date.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\Date
|
Returns | |
---|---|
Type | Description |
$this |
getEndDate
End date.
Returns | |
---|---|
Type | Description |
Google\Type\Date|null |
hasEndDate
clearEndDate
setEndDate
End date.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\Date
|
Returns | |
---|---|
Type | Description |
$this |
getStartTimeOfDay
Start time of day.
Returns | |
---|---|
Type | Description |
Google\Type\TimeOfDay|null |
hasStartTimeOfDay
clearStartTimeOfDay
setStartTimeOfDay
Start time of day.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\TimeOfDay
|
Returns | |
---|---|
Type | Description |
$this |
getEndTimeOfDay
End time of day.
Returns | |
---|---|
Type | Description |
Google\Type\TimeOfDay|null |
hasEndTimeOfDay
clearEndTimeOfDay
setEndTimeOfDay
End time of day.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\TimeOfDay
|
Returns | |
---|---|
Type | Description |
$this |
getDayOfWeek
Days of week.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDayOfWeek
Days of week.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |