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;