Class: Google::Cloud::Container::V1::TimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::TimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Represents an arbitrary window of time.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time that the window ends.
-
#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.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that the window ends. The end time should take place after the start time.
3611 3612 3613 3614 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3611 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#maintenance_exclusion_options ⇒ ::Google::Cloud::Container::V1::MaintenanceExclusionOptions
Returns MaintenanceExclusionOptions provides maintenance exclusion related options.
3611 3612 3613 3614 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3611 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that the window first starts.
3611 3612 3613 3614 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3611 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |