From bdc90dcd9371f9e6a2cf6a0742f3dd7bf0d2b423 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:06:51 -1000 Subject: [PATCH] docs: fix docstring formatting (#566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 408383287 Source-Link: https://github.com/googleapis/googleapis/commit/2aec4d0e6fdad7022220f4bbecfe96ecce8a7bab Source-Link: https://github.com/googleapis/googleapis-gen/commit/4c0ec029aa7b2c6a783a73f609428e1dc789a096 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGMwZWMwMjlhYTdiMmM2YTc4M2E3M2Y2MDk0MjhlMWRjNzg5YTA5NiJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../java/com/google/cloud/gaming/v1/Schedule.java | 12 ++++++++---- .../main/proto/google/cloud/gaming/v1/common.proto | 6 ++++-- .../com/google/cloud/gaming/v1beta/Schedule.java | 12 ++++++++---- .../proto/google/cloud/gaming/v1beta/common.proto | 6 ++++-- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/proto-google-cloud-game-servers-v1/src/main/java/com/google/cloud/gaming/v1/Schedule.java b/proto-google-cloud-game-servers-v1/src/main/java/com/google/cloud/gaming/v1/Schedule.java index 432ba6ae..0e7ed0cc 100644 --- a/proto-google-cloud-game-servers-v1/src/main/java/com/google/cloud/gaming/v1/Schedule.java +++ b/proto-google-cloud-game-servers-v1/src/main/java/com/google/cloud/gaming/v1/Schedule.java @@ -27,8 +27,10 @@ * larger than the cron_spec + cron_job_duration, the event will be recurring. * If only cron_spec + cron_job_duration are specified, the event is effective * starting at the local time specified by cron_spec, and is recurring. - * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time - * cron job: cron spec start time + duration + * ``` + * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time + * cron job: cron spec start time + duration + * ``` * * * Protobuf type {@code google.cloud.gaming.v1.Schedule} @@ -566,8 +568,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * larger than the cron_spec + cron_job_duration, the event will be recurring. * If only cron_spec + cron_job_duration are specified, the event is effective * starting at the local time specified by cron_spec, and is recurring. - * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time - * cron job: cron spec start time + duration + * ``` + * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time + * cron job: cron spec start time + duration + * ``` * * * Protobuf type {@code google.cloud.gaming.v1.Schedule} diff --git a/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/common.proto b/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/common.proto index 6469efcd..5efe00c9 100644 --- a/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/common.proto +++ b/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/common.proto @@ -100,8 +100,10 @@ message RealmSelector { // If only cron_spec + cron_job_duration are specified, the event is effective // starting at the local time specified by cron_spec, and is recurring. // -// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time -// cron job: cron spec start time + duration +// ``` +// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time +// cron job: cron spec start time + duration +// ``` message Schedule { // The start time of the event. google.protobuf.Timestamp start_time = 1; diff --git a/proto-google-cloud-game-servers-v1beta/src/main/java/com/google/cloud/gaming/v1beta/Schedule.java b/proto-google-cloud-game-servers-v1beta/src/main/java/com/google/cloud/gaming/v1beta/Schedule.java index 75340cce..4af439d9 100644 --- a/proto-google-cloud-game-servers-v1beta/src/main/java/com/google/cloud/gaming/v1beta/Schedule.java +++ b/proto-google-cloud-game-servers-v1beta/src/main/java/com/google/cloud/gaming/v1beta/Schedule.java @@ -27,8 +27,10 @@ * larger than the cron_spec + cron_job_duration, the event will be recurring. * If only cron_spec + cron_job_duration are specified, the event is effective * starting at the local time specified by cron_spec, and is recurring. - * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time - * cron job: cron spec start time + duration + * ``` + * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time + * cron job: cron spec start time + duration + * ``` * * * Protobuf type {@code google.cloud.gaming.v1beta.Schedule} @@ -567,8 +569,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * larger than the cron_spec + cron_job_duration, the event will be recurring. * If only cron_spec + cron_job_duration are specified, the event is effective * starting at the local time specified by cron_spec, and is recurring. - * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time - * cron job: cron spec start time + duration + * ``` + * start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time + * cron job: cron spec start time + duration + * ``` * * * Protobuf type {@code google.cloud.gaming.v1beta.Schedule} diff --git a/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/common.proto b/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/common.proto index 159167a4..cb915713 100644 --- a/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/common.proto +++ b/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/common.proto @@ -101,8 +101,10 @@ message RealmSelector { // If only cron_spec + cron_job_duration are specified, the event is effective // starting at the local time specified by cron_spec, and is recurring. // -// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time -// cron job: cron spec start time + duration +// ``` +// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time +// cron job: cron spec start time + duration +// ``` message Schedule { // The start time of the event. google.protobuf.Timestamp start_time = 1;