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: 1b8a4835e6c0a08deafb78bd053fcf66a4ce3accab32b75e50408c45d029372c
4
- data.tar.gz: 9e69b49dd1b5f43525759ba2450228484824c0ffa713ce309ee35da10cff32eb
3
+ metadata.gz: fba56dc1b5a71b643754a8793884fbe2ce730482ca4acf6aed6568323e5683a1
4
+ data.tar.gz: 7fff709ac98c4e245f92e3f419ae91f15f4b81d415cb521b933bbe1d0260bf82
5
5
  SHA512:
6
- metadata.gz: bc56c66ead7c5334ec0c4dbfcb8afbcd0871a47a1f90e1bc8aaa53404cc1aebb389438d7170b103e7548180632b443e6e6097a2c5dd8d8bd843b6709d0b7bb52
7
- data.tar.gz: fdfc1eaad0e330e1d10e078a18fdf93555b824ae79afb59d4f5245e746daa9c9805024681033b578a92056952f1f4b3f012c0e42310713ec99b749d19b676225
6
+ metadata.gz: df56119d92a4a63fdfd26918a66892109d4a51f12b04b27cdf7ac0a27bd0bb788a4a95b39eeabd167cecb823cc1bd425003117ef72381ab7403d9b1d6911d927
7
+ data.tar.gz: 715b27b8d7aa65e81037fbd6215522db4569780d57f7b75c73e5adc400f1957aa310eee3f1308013121b5d91b005c4f90824376b6fb95e5a383471868e00c932
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Scheduler
23
23
  module V1
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
@@ -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 time in
145
- # RFC3339 UTC "Zulu" format.
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.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