Skip to content

Commit 4b7216c

Browse files
feat: Update osconfig v1 and v1alpha RecurringSchedule.Frequency with DAILY frequency (#569)
Committer: @coodie PiperOrigin-RevId: 403998997 Source-Link: googleapis/googleapis@0dfce5e Source-Link: googleapis/googleapis-gen@ccde479 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2NkZTQ3OTE4YjRmMTMyZTdkOTk1MzYzZDJjNTVmODAxZDA2YjcxNCJ9
1 parent 7f51c4c commit 4b7216c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/google-cloud-asset/protos/google/cloud/osconfig/v1/patch_deployments.proto

+4
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.

0 commit comments

Comments
 (0)