Class: Google::Cloud::Firestore::Admin::V1::WeeklyRecurrence
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::WeeklyRecurrence
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/schedule.rb
Overview
Represents a recurring schedule that runs on a specified day of the week.
The time zone is UTC.
Instance Attribute Summary collapse
-
#day ⇒ ::Google::Type::DayOfWeek
The day of week to run.
Instance Attribute Details
#day ⇒ ::Google::Type::DayOfWeek
Returns The day of week to run.
DAY_OF_WEEK_UNSPECIFIED is not allowed.
82 83 84 85 |
# File 'proto_docs/google/firestore/admin/v1/schedule.rb', line 82 class WeeklyRecurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |