From 25112175ee71861a900b3d77a712d2e74bb90543 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:06:21 +0000 Subject: [PATCH] docs: [cloudscheduler] correct timezone/offset information for Cloud Scheduler headers (#10048) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 580635787 Source-Link: https://togithub.com/googleapis/googleapis/commit/72f179600170dfde33df5775c730b189962f5ddc Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0aa0f8d0564548a72335d718361f357fcb73dbe8 Copy-Tag: eyJwIjoiamF2YS1zY2hlZHVsZXIvLk93bEJvdC55YW1sIiwiaCI6IjBhYTBmOGQwNTY0NTQ4YTcyMzM1ZDcxODM2MWYzNTdmY2I3M2RiZTgifQ== --- java-scheduler/README.md | 4 +- .../scheduler/v1/AppEngineHttpTarget.java | 44 +++++++++---------- .../v1/AppEngineHttpTargetOrBuilder.java | 20 ++++----- .../google/cloud/scheduler/v1/HttpTarget.java | 44 +++++++++---------- .../scheduler/v1/HttpTargetOrBuilder.java | 20 ++++----- .../google/cloud/scheduler/v1/target.proto | 8 ++-- .../v1beta1/AppEngineHttpTarget.java | 44 +++++++++---------- .../v1beta1/AppEngineHttpTargetOrBuilder.java | 20 ++++----- .../cloud/scheduler/v1beta1/HttpTarget.java | 44 +++++++++---------- .../v1beta1/HttpTargetOrBuilder.java | 20 ++++----- .../cloud/scheduler/v1beta1/target.proto | 8 ++-- 11 files changed, 138 insertions(+), 138 deletions(-) diff --git a/java-scheduler/README.md b/java-scheduler/README.md index ac76c0f8c092..387e8496978a 100644 --- a/java-scheduler/README.md +++ b/java-scheduler/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.23.0 + 26.26.0 pom import @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-scheduler.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-scheduler/2.24.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-scheduler/2.30.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTarget.java b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTarget.java index 6b0ca14be84b..caa02fb02509 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTarget.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTarget.java @@ -277,8 +277,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -335,8 +335,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -384,8 +384,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -440,8 +440,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1442,8 +1442,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1500,8 +1500,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1549,8 +1549,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1605,8 +1605,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1667,8 +1667,8 @@ public Builder clearHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1725,8 +1725,8 @@ public java.util.Map getMutableHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -1781,8 +1781,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler diff --git a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTargetOrBuilder.java b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTargetOrBuilder.java index 726e2223991d..c21129dc0e67 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTargetOrBuilder.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/AppEngineHttpTargetOrBuilder.java @@ -139,8 +139,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -185,8 +185,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -234,8 +234,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -280,8 +280,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler @@ -330,8 +330,8 @@ java.lang.String getHeadersOrDefault( * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler diff --git a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTarget.java b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTarget.java index 624cdb4c136e..e299c0dd1fac 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTarget.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTarget.java @@ -272,8 +272,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -313,8 +313,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -345,8 +345,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -384,8 +384,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1380,8 +1380,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1421,8 +1421,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1453,8 +1453,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1492,8 +1492,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1537,8 +1537,8 @@ public Builder clearHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1578,8 +1578,8 @@ public java.util.Map getMutableHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1617,8 +1617,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * diff --git a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTargetOrBuilder.java b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTargetOrBuilder.java index 44f50ec7b8c5..76521f97212a 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTargetOrBuilder.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/HttpTargetOrBuilder.java @@ -103,8 +103,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -132,8 +132,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -164,8 +164,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -193,8 +193,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -226,8 +226,8 @@ java.lang.String getHeadersOrDefault( * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * diff --git a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/target.proto b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/target.proto index 12a797b06bc5..3565dbea7bec 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/target.proto +++ b/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/target.proto @@ -62,8 +62,8 @@ message HttpTarget { // * `X-CloudScheduler`: This header will be set to true. // * `X-CloudScheduler-JobName`: This header will contain the job name. // * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - // the unix-cron format, this header will contain the job schedule time in - // RFC3339 UTC "Zulu" format. + // the unix-cron format, this header will contain the job schedule as an + // offset of UTC parsed according to RFC3339. // // The total size of headers must be less than 80KB. map headers = 3; @@ -141,8 +141,8 @@ message AppEngineHttpTarget { // * `X-CloudScheduler`: This header will be set to true. // * `X-CloudScheduler-JobName`: This header will contain the job name. // * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - // the unix-cron format, this header will contain the job schedule time in - // RFC3339 UTC "Zulu" format. + // the unix-cron format, this header will contain the job schedule as an + // offset of UTC parsed according to RFC3339. // // If the job has an // [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body], Cloud Scheduler diff --git a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java index a2a048139394..556fc2e8b37e 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTarget.java @@ -277,8 +277,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -335,8 +335,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -384,8 +384,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -440,8 +440,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1445,8 +1445,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1503,8 +1503,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1552,8 +1552,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1608,8 +1608,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1670,8 +1670,8 @@ public Builder clearHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1728,8 +1728,8 @@ public java.util.Map getMutableHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -1784,8 +1784,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud diff --git a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java index a158de60dcf5..0f64172d1b7e 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/AppEngineHttpTargetOrBuilder.java @@ -139,8 +139,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -185,8 +185,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -234,8 +234,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -280,8 +280,8 @@ public interface AppEngineHttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud @@ -330,8 +330,8 @@ java.lang.String getHeadersOrDefault( * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * If the job has an * [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud diff --git a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java index 67aa65dbf387..de22a437f4ce 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTarget.java @@ -272,8 +272,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -313,8 +313,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -345,8 +345,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -384,8 +384,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1381,8 +1381,8 @@ public int getHeadersCount() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1422,8 +1422,8 @@ public java.util.Map getHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1454,8 +1454,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1493,8 +1493,8 @@ public java.util.Map getHeadersMap() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1538,8 +1538,8 @@ public Builder clearHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1579,8 +1579,8 @@ public java.util.Map getMutableHeaders() { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -1618,8 +1618,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * diff --git a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTargetOrBuilder.java b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTargetOrBuilder.java index 248294ea36c4..f1afc98c978b 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTargetOrBuilder.java +++ b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/HttpTargetOrBuilder.java @@ -103,8 +103,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -132,8 +132,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -164,8 +164,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -193,8 +193,8 @@ public interface HttpTargetOrBuilder * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * @@ -226,8 +226,8 @@ java.lang.String getHeadersOrDefault( * * `X-CloudScheduler`: This header will be set to true. * * `X-CloudScheduler-JobName`: This header will contain the job name. * * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - * the unix-cron format, this header will contain the job schedule time in - * RFC3339 UTC "Zulu" format. + * the unix-cron format, this header will contain the job schedule as an + * offset of UTC parsed according to RFC3339. * * The total size of headers must be less than 80KB. * diff --git a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto index af1c3484e50c..3f2ad51f203e 100644 --- a/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto +++ b/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/target.proto @@ -62,8 +62,8 @@ message HttpTarget { // * `X-CloudScheduler`: This header will be set to true. // * `X-CloudScheduler-JobName`: This header will contain the job name. // * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - // the unix-cron format, this header will contain the job schedule time in - // RFC3339 UTC "Zulu" format. + // the unix-cron format, this header will contain the job schedule as an + // offset of UTC parsed according to RFC3339. // // The total size of headers must be less than 80KB. map headers = 3; @@ -140,8 +140,8 @@ message AppEngineHttpTarget { // * `X-CloudScheduler`: This header will be set to true. // * `X-CloudScheduler-JobName`: This header will contain the job name. // * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in - // the unix-cron format, this header will contain the job schedule time in - // RFC3339 UTC "Zulu" format. + // the unix-cron format, this header will contain the job schedule as an + // offset of UTC parsed according to RFC3339. // // If the job has an // [body][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.body], Cloud