google-cloud-scheduler-v1 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fba56dc1b5a71b643754a8793884fbe2ce730482ca4acf6aed6568323e5683a1
|
4
|
+
data.tar.gz: 7fff709ac98c4e245f92e3f419ae91f15f4b81d415cb521b933bbe1d0260bf82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df56119d92a4a63fdfd26918a66892109d4a51f12b04b27cdf7ac0a27bd0bb788a4a95b39eeabd167cecb823cc1bd425003117ef72381ab7403d9b1d6911d927
|
7
|
+
data.tar.gz: 715b27b8d7aa65e81037fbd6215522db4569780d57f7b75c73e5adc400f1957aa310eee3f1308013121b5d91b005c4f90824376b6fb95e5a383471868e00c932
|
@@ -57,8 +57,8 @@ module Google
|
|
57
57
|
# * `X-CloudScheduler`: This header will be set to true.
|
58
58
|
# * `X-CloudScheduler-JobName`: This header will contain the job name.
|
59
59
|
# * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in
|
60
|
-
# the unix-cron format, this header will contain the job schedule
|
61
|
-
#
|
60
|
+
# the unix-cron format, this header will contain the job schedule as an
|
61
|
+
# offset of UTC parsed according to RFC3339.
|
62
62
|
#
|
63
63
|
# The total size of headers must be less than 80KB.
|
64
64
|
# @!attribute [rw] body
|
@@ -141,8 +141,8 @@ module Google
|
|
141
141
|
# * `X-CloudScheduler`: This header will be set to true.
|
142
142
|
# * `X-CloudScheduler-JobName`: This header will contain the job name.
|
143
143
|
# * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in
|
144
|
-
# the unix-cron format, this header will contain the job schedule
|
145
|
-
#
|
144
|
+
# the unix-cron format, this header will contain the job schedule as an
|
145
|
+
# offset of UTC parsed according to RFC3339.
|
146
146
|
#
|
147
147
|
# If the job has an
|
148
148
|
# {::Google::Cloud::Scheduler::V1::AppEngineHttpTarget#body body}, Cloud Scheduler
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-scheduler-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|