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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/MaintenanceWindow.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,13 @@
24
24
* <pre>
25
25
* The configuration settings for Cloud Composer maintenance window.
26
26
* The following example:
27
+
* ```
27
28
* {
28
29
* "startTime":"2019-08-01T01:00:00Z"
29
30
* "endTime":"2019-08-01T07:00:00Z"
30
31
* "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
31
32
* }
33
+
* ```
32
34
* would define a maintenance window between 01 and 07 hours UTC during
Copy file name to clipboardExpand all lines: proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/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