Class: Google::Cloud::EdgeContainer::V1::RecurringTimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::RecurringTimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.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 recurs.
-
#window ⇒ ::Google::Cloud::EdgeContainer::V1::TimeWindow
The window of the first recurrence.
Instance Attribute Details
#recurrence ⇒ ::String
Returns An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.
805 806 807 808 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 805 class RecurringTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#window ⇒ ::Google::Cloud::EdgeContainer::V1::TimeWindow
Returns The window of the first recurrence.
805 806 807 808 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 805 class RecurringTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |