We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59736be commit 974ad5bCopy full SHA for 974ad5b
1 file changed
google/cloud/orchestration/airflow/service/v1beta1/environments.proto
@@ -760,11 +760,13 @@ message EncryptionConfig {
760
// The configuration settings for Cloud Composer maintenance window.
761
// The following example:
762
//
763
+// ```
764
// {
765
// "startTime":"2019-08-01T01:00:00Z"
766
// "endTime":"2019-08-01T07:00:00Z"
767
// "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
768
// }
769
770
771
// would define a maintenance window between 01 and 07 hours UTC during
772
// each Tuesday and Wednesday.
0 commit comments