Reference documentation and code samples for the Google Cloud Container V1 Client class TimeWindow.
Represents an arbitrary window of time.
Generated from protobuf message google.container.v1.TimeWindow
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ maintenance_exclusion_options |
Google\Cloud\Container\V1\MaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options. |
↳ start_time |
Google\Protobuf\Timestamp
The time that the window first starts. |
↳ end_time |
Google\Protobuf\Timestamp
The time that the window ends. The end time should take place after the start time. |
getMaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options.
Returns | |
---|---|
Type | Description |
Google\Cloud\Container\V1\MaintenanceExclusionOptions|null |
hasMaintenanceExclusionOptions
setMaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Container\V1\MaintenanceExclusionOptions
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
The time that the window first starts.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
The time that the window first starts.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
The time that the window ends. The end time should take place after the start time.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
The time that the window ends. The end time should take place after the start time.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getOptions
Returns | |
---|---|
Type | Description |
string |