Class: Google::Cloud::Firestore::Admin::V1::WeeklyRecurrence

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

Instance Attribute Details

#day::Google::Type::DayOfWeek

Returns The day of week to run.

DAY_OF_WEEK_UNSPECIFIED is not allowed.

Returns:



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