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
Methods
__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.
Generated from protobuf field .google.container.v1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
Returns | |
---|---|
Type | Description |
Google\Cloud\Container\V1\MaintenanceExclusionOptions|null |
hasMaintenanceExclusionOptions
setMaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options.
Generated from protobuf field .google.container.v1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Container\V1\MaintenanceExclusionOptions
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
The time that the window first starts.
Generated from protobuf field .google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
The time that the window first starts.
Generated from protobuf field .google.protobuf.Timestamp start_time = 1;
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.
Generated from protobuf field .google.protobuf.Timestamp end_time = 2;
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.
Generated from protobuf field .google.protobuf.Timestamp end_time = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getOptions
Returns | |
---|---|
Type | Description |
string |