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

Commit

Permalink
docs: fix docstring formatting (#92)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 405015203

Source-Link: googleapis/googleapis@974ad5b

Source-Link: googleapis/googleapis-gen@9cea0b9
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 26, 2021
1 parent ddbeecb commit acf562b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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

0 comments on commit acf562b

Please sign in to comment.