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

Commit

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

Committer: @parthea
PiperOrigin-RevId: 408383287

Source-Link: googleapis/googleapis@2aec4d0

Source-Link: googleapis/googleapis-gen@4c0ec02
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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 8, 2021
1 parent 4de378d commit bdc90dc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
Expand Up @@ -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
* ```
* </pre>
*
* Protobuf type {@code google.cloud.gaming.v1.Schedule}
Expand Down Expand Up @@ -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
* ```
* </pre>
*
* Protobuf type {@code google.cloud.gaming.v1.Schedule}
Expand Down
Expand Up @@ -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;
Expand Down
Expand Up @@ -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
* ```
* </pre>
*
* Protobuf type {@code google.cloud.gaming.v1beta.Schedule}
Expand Down Expand Up @@ -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
* ```
* </pre>
*
* Protobuf type {@code google.cloud.gaming.v1beta.Schedule}
Expand Down
Expand Up @@ -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;
Expand Down

0 comments on commit bdc90dc

Please sign in to comment.