From acf562b9a3890a44f7e341c2db39d578dcbf8d1d Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 10:46:47 -0700 Subject: [PATCH] docs: fix docstring formatting (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 405015203 Source-Link: https://github.com/googleapis/googleapis/commit/974ad5bdfc9ba768db16b3eda2850aadd8c10a2c 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 --- .../airflow/service/v1beta1/MaintenanceWindow.java | 4 ++++ .../orchestration/airflow/service/v1beta1/environments.proto | 2 ++ 2 files changed, 6 insertions(+) diff --git a/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/MaintenanceWindow.java b/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/MaintenanceWindow.java index c2b2469b..34263a6c 100644 --- a/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/MaintenanceWindow.java +++ b/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/MaintenanceWindow.java @@ -24,11 +24,13 @@ *
  * 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.
  * 
@@ -501,11 +503,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * 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.
    * 
diff --git a/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/environments.proto b/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/environments.proto index 349e927b..a96a417f 100644 --- a/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/environments.proto +++ b/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/environments.proto @@ -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.