We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c2cd7 commit 0dfce5eCopy full SHA for 0dfce5e
2 files changed
google/cloud/osconfig/v1/patch_deployments.proto
@@ -118,6 +118,10 @@ message RecurringSchedule {
118
// Indicates that the frequency should be expressed in terms of
119
// months.
120
MONTHLY = 2;
121
+
122
+ // Indicates that the frequency should be expressed in terms of
123
+ // days.
124
+ DAILY = 3;
125
}
126
127
// Required. Defines the time zone that `time_of_day` is relative to.
google/cloud/osconfig/v1beta/patch_deployments.proto
@@ -102,6 +102,10 @@ message RecurringSchedule {
102
103
104
105
106
107
108
109
110
111
0 commit comments