google-apis-cloudscheduler_v1beta1 0.18.0 → 0.20.0

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: e4c8e3aef18bed3fd3f41b5c4e63df378d1bf7db50f93227468c8d7600b6e352
4
- data.tar.gz: 63d8eb47a0feef87b33d26777d3a1020a5e885610bbcbf6b6e09e614f1ed0ca0
3
+ metadata.gz: a406e7f9f9c8aa212a23cb753ffb8576d313839bee5b0a7b08ac5455f04278c0
4
+ data.tar.gz: 9caa3e7eb34f5723e2993ae1f00e870ae80abf901ee0e3228ab411546995cb1d
5
5
  SHA512:
6
- metadata.gz: 38b2f0309ca501cfef815f776e1d8544b6b42f5e17d42f0caabcf671a64815ea40fefe2e6a9d29b9da87050ac7ae8e78148c8b1bf3b3e90f8c268887dd22a236
7
- data.tar.gz: a9fb0d6ab42597fc8eafe5efeb697f81440361a84a4b5ce5ce2399e8b5e004e17df41637765a29e4834dee34b7a479ab15f7247cc7cbb5bcfe77d6299c00ca06
6
+ metadata.gz: 58c0c2ff14e5701a0e923ee69d9f8bf37f7c1681b77beffa621b8ebd4304f341e52659c5c02628008f364d7f18c6463db1fa60749593881c792b423e1ba6fb37
7
+ data.tar.gz: 4cec9a73e9a2f977b160dc500d2fc19e5fb5ded9c4815144be14b1d6c70963f15d85f6ca760e27b335a921a0af438aec67f5009a98119dcbeeae3afd4ecc6d29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-09-21)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.19.0 (2022-07-28)
8
+
9
+ * Regenerated from discovery document revision 20220721
10
+ * Regenerated using generator version 0.9.0
11
+
3
12
  ### v0.18.0 (2022-06-30)
4
13
 
5
14
  * Regenerated using generator version 0.8.0
@@ -290,10 +290,15 @@ module Google
290
290
  # The deadline for job attempts. If the request handler does not respond by this
291
291
  # deadline then the request is cancelled and the attempt is marked as a `
292
292
  # DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in execution logs.
293
- # Cloud Scheduler will retry the job according to the RetryConfig. The allowed
294
- # duration for this deadline is: * For HTTP targets, between 15 seconds and 30
295
- # minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours 15
296
- # seconds. * For Pub/Sub targets, this field is ignored.
293
+ # Cloud Scheduler will retry the job according to the RetryConfig. The default
294
+ # and the allowed values depend on the type of target: * For HTTP targets, the
295
+ # default is 3 minutes. The deadline must be in the interval [15 seconds, 30
296
+ # minutes]. * For App Engine HTTP targets, 0 indicates that the request has the
297
+ # default deadline. The default deadline depends on the scaling type of the
298
+ # service: 10 minutes for standard apps with automatic scaling, 24 hours for
299
+ # standard apps with manual and basic scaling, and 60 minutes for flex apps. If
300
+ # the request deadline is set, it must be in the interval [15 seconds, 24 hours
301
+ # 15 seconds]. * For Pub/Sub targets, this field is ignored.
297
302
  # Corresponds to the JSON property `attemptDeadline`
298
303
  # @return [String]
299
304
  attr_accessor :attempt_deadline
@@ -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.18.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220503"
25
+ REVISION = "20220721"
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.18.0
4
+ version: 0.20.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.20.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: []