Skip to content

Commit

Permalink
docs: correct timezone/offset information for Cloud Scheduler headers
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580635787
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 8, 2023
1 parent 957379a commit 72f1796
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions google/cloud/scheduler/v1/target.proto
Expand Up @@ -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<string, string> headers = 3;
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions google/cloud/scheduler/v1beta1/target.proto
Expand Up @@ -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<string, string> headers = 3;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72f1796

Please sign in to comment.