Skip to content

Commit c18dc3c

Browse files
docs: fix docstring formatting (#9)
* 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>
1 parent 40ead85 commit c18dc3c

File tree

1 file changed

+2
-0
lines changed
  • packages/google-cloud-orchestration-airflow-service/protos/google/cloud/orchestration/airflow/service/v1beta1

1 file changed

+2
-0
lines changed

packages/google-cloud-orchestration-airflow-service/protos/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)