google-apis-cloudscheduler_v1beta1 0.26.0 → 0.27.0
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: fb88fb3163bbc105a5d0656b303e0e001195ed956319cd6b3ce575ff4a31d62f
|
|
4
|
+
data.tar.gz: 45a75c52ea42939f0f7d2602ffcb0f2203490a7ad9d43fef53a7fdf6bb2a3428
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d62019c1691d1ca379d4e8c3f929138a1a56ae3c6783d147c03f2d0794ef90895a97e8abe9ad0acb4e6a56d302dd57ffb21fd34f2d11b87686ea9136353df56
|
|
7
|
+
data.tar.gz: 4c8812671f40bea871b65640003f3d5d5533c866d8d130ae98a5a0b18f27ba9d24fe3fa07c52a2b4915fada493b4493f8cc3d1cb840321413b2131a797780c97
|
data/CHANGELOG.md
CHANGED
|
@@ -376,7 +376,10 @@ module Google
|
|
|
376
376
|
# delayed if the previous execution has not ended when its scheduled time occurs.
|
|
377
377
|
# If retry_count > 0 and a job attempt fails, the job will be tried a total of
|
|
378
378
|
# retry_count times, with exponential backoff, until the next scheduled start
|
|
379
|
-
# time.
|
|
379
|
+
# time. If retry_count is 0, a job attempt will not be retried if it fails.
|
|
380
|
+
# Instead the Cloud Scheduler system will wait for the next scheduled execution
|
|
381
|
+
# time. Setting retry_count to 0 does not prevent failed jobs from running
|
|
382
|
+
# according to schedule after the failure.
|
|
380
383
|
# Corresponds to the JSON property `schedule`
|
|
381
384
|
# @return [String]
|
|
382
385
|
attr_accessor :schedule
|
|
@@ -778,12 +781,14 @@ module Google
|
|
|
778
781
|
|
|
779
782
|
# The number of attempts that the system will make to run a job using the
|
|
780
783
|
# exponential backoff procedure described by max_doublings. The default value of
|
|
781
|
-
# retry_count is zero. If retry_count is
|
|
782
|
-
#
|
|
783
|
-
#
|
|
784
|
-
#
|
|
785
|
-
#
|
|
786
|
-
#
|
|
784
|
+
# retry_count is zero. If retry_count is 0, a job attempt will not be retried if
|
|
785
|
+
# it fails. Instead the Cloud Scheduler system will wait for the next scheduled
|
|
786
|
+
# execution time. Setting retry_count to 0 does not prevent failed jobs from
|
|
787
|
+
# running according to schedule after the failure. If retry_count is set to a
|
|
788
|
+
# non-zero number then Cloud Scheduler will retry failed attempts, using
|
|
789
|
+
# exponential backoff, retry_count times, or until the next scheduled execution
|
|
790
|
+
# time, whichever comes first. Values greater than 5 and negative values are not
|
|
791
|
+
# allowed.
|
|
787
792
|
# Corresponds to the JSON property `retryCount`
|
|
788
793
|
# @return [Fixnum]
|
|
789
794
|
attr_accessor :retry_count
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudschedulerV1beta1
|
|
18
18
|
# Version of the google-apis-cloudscheduler_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230816"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudscheduler_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.0
|
|
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-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Scheduler API V1beta1
|