Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit acf562b

Browse files
docs: fix docstring formatting (#92)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 405015203 Source-Link: googleapis/googleapis@974ad5b Source-Link: https://github.com/googleapis/googleapis-gen/commit/9cea0b99368edae46bd9cebd53fc1aca75faaead Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWNlYTBiOTkzNjhlZGFlNDZiZDljZWJkNTNmYzFhY2E3NWZhYWVhZCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ddbeecb commit acf562b

File tree

2 files changed

+6
-0
lines changed
  • proto-google-cloud-orchestration-airflow-v1beta1/src/main

2 files changed

+6
-0
lines changed

proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/MaintenanceWindow.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
* <pre>
2525
* The configuration settings for Cloud Composer maintenance window.
2626
* The following example:
27+
* ```
2728
* {
2829
* "startTime":"2019-08-01T01:00:00Z"
2930
* "endTime":"2019-08-01T07:00:00Z"
3031
* "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
3132
* }
33+
* ```
3234
* would define a maintenance window between 01 and 07 hours UTC during
3335
* each Tuesday and Wednesday.
3436
* </pre>
@@ -501,11 +503,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
501503
* <pre>
502504
* The configuration settings for Cloud Composer maintenance window.
503505
* The following example:
506+
* ```
504507
* {
505508
* "startTime":"2019-08-01T01:00:00Z"
506509
* "endTime":"2019-08-01T07:00:00Z"
507510
* "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
508511
* }
512+
* ```
509513
* would define a maintenance window between 01 and 07 hours UTC during
510514
* each Tuesday and Wednesday.
511515
* </pre>

proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/environments.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,11 +760,13 @@ message EncryptionConfig {
760760
// The configuration settings for Cloud Composer maintenance window.
761761
// The following example:
762762
//
763+
// ```
763764
// {
764765
// "startTime":"2019-08-01T01:00:00Z"
765766
// "endTime":"2019-08-01T07:00:00Z"
766767
// "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
767768
// }
769+
// ```
768770
//
769771
// would define a maintenance window between 01 and 07 hours UTC during
770772
// each Tuesday and Wednesday.

0 commit comments

Comments
 (0)