google-cloud-scheduler-v1beta1 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df7a1d31152c0dad34584629c83f92b7a7a1ffa2b0e4fd0ce99574d1f64649ab
|
|
4
|
+
data.tar.gz: d85c8e8fb8c8041b99bc53d48fdaf5f5ada49b991de21470db9f547a4da5e50a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c4d8fc5e6a504ff79b198cfeb783eafb5863b3b6700e726328197c5cdaebe4dab6f2a2e9ab6b38164a0699be10ea3ff2ae49657dafb55434f3b80130b4cc3c2
|
|
7
|
+
data.tar.gz: c0e58bff6862a8cad5de79ae6b996bfb635fb4050833dd40452ce8e61ef952ec499e6820668df71ed36a8aa5813f0e4c5f3832ca13ba60b0aa9bc77f1ae2bbf1
|
|
@@ -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
|
|
@@ -140,8 +140,8 @@ module Google
|
|
|
140
140
|
# * `X-CloudScheduler`: This header will be set to true.
|
|
141
141
|
# * `X-CloudScheduler-JobName`: This header will contain the job name.
|
|
142
142
|
# * `X-CloudScheduler-ScheduleTime`: For Cloud Scheduler jobs specified in
|
|
143
|
-
# the unix-cron format, this header will contain the job schedule
|
|
144
|
-
#
|
|
143
|
+
# the unix-cron format, this header will contain the job schedule as an
|
|
144
|
+
# offset of UTC parsed according to RFC3339.
|
|
145
145
|
#
|
|
146
146
|
# If the job has an
|
|
147
147
|
# {::Google::Cloud::Scheduler::V1beta1::AppEngineHttpTarget#body body}, Cloud
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-scheduler-v1beta1
|
|
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
|