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

docs: fix docstring formatting #92

Merged
merged 2 commits into from Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -24,11 +24,13 @@
* <pre>
* The configuration settings for Cloud Composer maintenance window.
* The following example:
* ```
* {
* "startTime":"2019-08-01T01:00:00Z"
* "endTime":"2019-08-01T07:00:00Z"
* "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
* }
* ```
* would define a maintenance window between 01 and 07 hours UTC during
* each Tuesday and Wednesday.
* </pre>
Expand Down Expand Up @@ -501,11 +503,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* <pre>
* The configuration settings for Cloud Composer maintenance window.
* The following example:
* ```
* {
* "startTime":"2019-08-01T01:00:00Z"
* "endTime":"2019-08-01T07:00:00Z"
* "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
* }
* ```
* would define a maintenance window between 01 and 07 hours UTC during
* each Tuesday and Wednesday.
* </pre>
Expand Down
Expand Up @@ -760,11 +760,13 @@ message EncryptionConfig {
// The configuration settings for Cloud Composer maintenance window.
// The following example:
//
// ```
// {
// "startTime":"2019-08-01T01:00:00Z"
// "endTime":"2019-08-01T07:00:00Z"
// "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
// }
// ```
//
// would define a maintenance window between 01 and 07 hours UTC during
// each Tuesday and Wednesday.
Expand Down