Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
feat: Update osconfig v1 and v1alpha RecurringSchedule.Frequency with…
Browse files Browse the repository at this point in the history
… DAILY frequency (#569)

Committer: @coodie
PiperOrigin-RevId: 403998997
Source-Link: googleapis/googleapis@0dfce5e
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ccde47918b4f132e7d995363d2c55f801d06b714
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2NkZTQ3OTE4YjRmMTMyZTdkOTk1MzYzZDJjNTVmODAxZDA2YjcxNCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Oct 19, 2021
1 parent 161383d commit af03fd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protos/google/cloud/osconfig/v1/patch_deployments.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ message RecurringSchedule {
// Indicates that the frequency should be expressed in terms of
// months.
MONTHLY = 2;

// Indicates that the frequency should be expressed in terms of
// days.
DAILY = 3;
}

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

0 comments on commit af03fd5

Please sign in to comment.