Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::WeeklyRecurrence.
Represents a recurring schedule that runs on a specified day of the week.
The time zone is UTC.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#day
def day() -> ::Google::Type::DayOfWeek
Returns
-
(::Google::Type::DayOfWeek) — The day of week to run.
DAY_OF_WEEK_UNSPECIFIED is not allowed.
#day=
def day=(value) -> ::Google::Type::DayOfWeek
Parameter
-
value (::Google::Type::DayOfWeek) — The day of week to run.
DAY_OF_WEEK_UNSPECIFIED is not allowed.
Returns
-
(::Google::Type::DayOfWeek) — The day of week to run.
DAY_OF_WEEK_UNSPECIFIED is not allowed.