Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::RecurringTimeWindow.
Represents an arbitrary window of time that recurs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#recurrence
def recurrence() -> ::String
Returns
- (::String) — 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.
#recurrence=
def recurrence=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#window
def window() -> ::Google::Cloud::EdgeContainer::V1::TimeWindow
Returns
- (::Google::Cloud::EdgeContainer::V1::TimeWindow) — The window of the first recurrence.
#window=
def window=(value) -> ::Google::Cloud::EdgeContainer::V1::TimeWindow
Parameter
- value (::Google::Cloud::EdgeContainer::V1::TimeWindow) — The window of the first recurrence.
Returns
- (::Google::Cloud::EdgeContainer::V1::TimeWindow) — The window of the first recurrence.