Class: Google::Cloud::EdgeContainer::V1::RecurringTimeWindow

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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