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.
data
array
Optional. Data for populating the Message object.
↳ maintenance_exclusion_options
MaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options.
↳ start_time
↳ 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.
hasMaintenanceExclusionOptions
setMaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options.
$this
getStartTime
The time that the window first starts.
hasStartTime
clearStartTime
setStartTime
The time that the window first starts.
$this
getEndTime
The time that the window ends. The end time should take place after the start time.
hasEndTime
clearEndTime
setEndTime
The time that the window ends. The end time should take place after the start time.
$this
getOptions
string