We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f51c4c commit 4b7216cCopy full SHA for 4b7216c
packages/google-cloud-asset/protos/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.
0 commit comments