Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

feat: Update RecurringSchedule.Frequency with DAILY frequency #137

Merged
merged 2 commits into from Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions google/cloud/osconfig_v1/types/patch_deployments.py
Expand Up @@ -164,6 +164,7 @@ class Frequency(proto.Enum):
FREQUENCY_UNSPECIFIED = 0
WEEKLY = 1
MONTHLY = 2
DAILY = 3

time_zone = proto.Field(proto.MESSAGE, number=1, message=datetime_pb2.TimeZone,)
start_time = proto.Field(proto.MESSAGE, number=2, message=timestamp_pb2.Timestamp,)
Expand Down