google-apis-cloudscheduler_v1 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: c0d695b1948c24054a1348f6c62085e24b9e1e15f2ad9dabb4b50f60c051dc4d
4
- data.tar.gz: 65778bb592ba07d57c404c4fd6b914a041c548399d9aa649d221056ddb60d50e
3
+ metadata.gz: 2151c2a118cbe49f16bc1daa18083e577fef5fbc74cfe9af35bf644e981988a2
4
+ data.tar.gz: beb6d17648da7288f40ef124181c90d33edf8f453aa7d30fb1c32f52fbccf091
5
5
  SHA512:
6
- metadata.gz: a07fd42e872a2130fa43e803a5282907a7ac3d880150b7b8b221b13614e54313e5ed8f2a30013149f862b59663e33104cd62a65c57342ce0429f57a2122cd655
7
- data.tar.gz: 2ca0c8b52fbe38b6d0a625479ecaec791652757bcab2c1245d377ca0087f2a01def608fc7aa79998f640cdd2272f2f3160b62fbfc0698c2fffd0f7e2ed33ed04
6
+ metadata.gz: 3efeea83e2b55f7af63f75fcf062081490660766c7a2c90a300c55afe0733b23c1810bf62c6a8f954a42b03f2529599ba7c42504a633a59a9f6bd0c462620de2
7
+ data.tar.gz: 1e4b450dd4b839fcc882c3cb502d2ce02c0eb20f7ba57cafab9e286b74ee4e87fb5d98476bf28a30d66723b468cdbb72968d9d7a70147c6d3f6f56631d2512ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
2
2
 
3
+ ### v0.20.0 (2022-09-17)
4
+
5
+ * Unspecified changes
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-07-01)
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.
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 CloudschedulerV1
18
18
  # Version of the google-apis-cloudscheduler_v1 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.9.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_v1
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-19 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.7.2
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.7.2
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudscheduler_v1
63
63
  post_install_message:
64
64
  rdoc_options: []