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

docs: fix docstring formatting #566

Merged
merged 2 commits into from Nov 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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