google-cloud-scheduler-v1beta1 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: 442715c65bc307f440c84808cfd838f00132111578ed264cecd35b01c0fed460
4
- data.tar.gz: 977b5c2e98eaf404f727e95f72c140a0696842fee769ad84567efe6e784230de
3
+ metadata.gz: df7a1d31152c0dad34584629c83f92b7a7a1ffa2b0e4fd0ce99574d1f64649ab
4
+ data.tar.gz: d85c8e8fb8c8041b99bc53d48fdaf5f5ada49b991de21470db9f547a4da5e50a
5
5
  SHA512:
6
- metadata.gz: c6fa29402906bd79a597b830f678fd736a5a1461616d6fc5821809a7efa3df40bc22b41eb34943073636e8b15c568bcd4cecac46fda86766c940dcb5cf8855bf
7
- data.tar.gz: 5c19e0b6ade1c33ed0e21c367bb3f111de463a62abc36821890a61da766aacc7638ea2c027da9d9573329f7fbbe953bfe11a4c265163c3e43ddf392890592e51
6
+ metadata.gz: 4c4d8fc5e6a504ff79b198cfeb783eafb5863b3b6700e726328197c5cdaebe4dab6f2a2e9ab6b38164a0699be10ea3ff2ae49657dafb55434f3b80130b4cc3c2
7
+ data.tar.gz: c0e58bff6862a8cad5de79ae6b996bfb635fb4050833dd40452ce8e61ef952ec499e6820668df71ed36a8aa5813f0e4c5f3832ca13ba60b0aa9bc77f1ae2bbf1
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Scheduler
23
23
  module V1beta1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 time in
61
- # RFC3339 UTC "Zulu" format.
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 time in
144
- # RFC3339 UTC "Zulu" format.
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.0
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-09-12 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common