Skip to content

Commit 0dfce5e

Browse files
Google APIscopybara-github
authored andcommitted
feat: Update osconfig v1 and v1alpha RecurringSchedule.Frequency with DAILY frequency
Committer: @coodie PiperOrigin-RevId: 403998997
1 parent c5c2cd7 commit 0dfce5e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

google/cloud/osconfig/v1/patch_deployments.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ message RecurringSchedule {
118118
// Indicates that the frequency should be expressed in terms of
119119
// months.
120120
MONTHLY = 2;
121+
122+
// Indicates that the frequency should be expressed in terms of
123+
// days.
124+
DAILY = 3;
121125
}
122126

123127
// Required. Defines the time zone that `time_of_day` is relative to.

google/cloud/osconfig/v1beta/patch_deployments.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ message RecurringSchedule {
102102
// Indicates that the frequency should be expressed in terms of
103103
// months.
104104
MONTHLY = 2;
105+
106+
// Indicates that the frequency should be expressed in terms of
107+
// days.
108+
DAILY = 3;
105109
}
106110

107111
// Required. Defines the time zone that `time_of_day` is relative to.

0 commit comments

Comments
 (0)