Class: Google::Cloud::Container::V1beta1::RecurringTimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::RecurringTimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Represents an arbitrary window of time that recurs.
Instance Attribute Summary collapse
-
#recurrence ⇒ ::String
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs.
-
#window ⇒ ::Google::Cloud::Container::V1beta1::TimeWindow
The window of the first recurrence.
Instance Attribute Details
#recurrence ⇒ ::String
5461 5462 5463 5464 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5461 class RecurringTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#window ⇒ ::Google::Cloud::Container::V1beta1::TimeWindow
5461 5462 5463 5464 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5461 class RecurringTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |