feat: Update osconfig v1 and v1alpha RecurringSchedule.Frequency with DAILY frequency

Committer: @coodie
PiperOrigin-RevId: 403998997
pull/695/head
Google APIs 3 years ago committed by Copybara-Service
parent c5c2cd7418
commit 0dfce5e787
  1. 4
      google/cloud/osconfig/v1/patch_deployments.proto
  2. 4
      google/cloud/osconfig/v1beta/patch_deployments.proto

@ -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.

@ -102,6 +102,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.

Loading…
Cancel
Save