You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/protos/google/cloud/orchestration/airflow/service/v1beta1/environments.proto
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -760,11 +760,13 @@ message EncryptionConfig {
760
760
// The configuration settings for Cloud Composer maintenance window.
761
761
// The following example:
762
762
//
763
+
// ```
763
764
// {
764
765
// "startTime":"2019-08-01T01:00:00Z"
765
766
// "endTime":"2019-08-01T07:00:00Z"
766
767
// "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
767
768
// }
769
+
// ```
768
770
//
769
771
// would define a maintenance window between 01 and 07 hours UTC during
0 commit comments