Navigation Menu

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

Commit

Permalink
feat: Update RecurringSchedule.Frequency with DAILY frequency (#137)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

Committer: @coodie
PiperOrigin-RevId: 403998997

Source-Link: googleapis/googleapis@0dfce5e

Source-Link: googleapis/googleapis-gen@ccde479
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2NkZTQ3OTE4YjRmMTMyZTdkOTk1MzYzZDJjNTVmODAxZDA2YjcxNCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 18, 2021
1 parent 44e23f4 commit 75b232e
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 75b232e

Please sign in to comment.