From 75b232e9ca86beeb6a9d2a9f45629e2ffa458c6d Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:16:13 +0000 Subject: [PATCH] feat: Update RecurringSchedule.Frequency with DAILY frequency (#137) - [ ] Regenerate this pull request now. Committer: @coodie PiperOrigin-RevId: 403998997 Source-Link: https://github.com/googleapis/googleapis/commit/0dfce5e78775268bc729bb8276c0e20e66ef2a66 Source-Link: https://github.com/googleapis/googleapis-gen/commit/ccde47918b4f132e7d995363d2c55f801d06b714 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2NkZTQ3OTE4YjRmMTMyZTdkOTk1MzYzZDJjNTVmODAxZDA2YjcxNCJ9 --- google/cloud/osconfig_v1/types/patch_deployments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/cloud/osconfig_v1/types/patch_deployments.py b/google/cloud/osconfig_v1/types/patch_deployments.py index 8d60ec1..321f976 100644 --- a/google/cloud/osconfig_v1/types/patch_deployments.py +++ b/google/cloud/osconfig_v1/types/patch_deployments.py @@ -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,)