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