google-apis-cloudscheduler_v1 0.18.0 → 0.19.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: 4996ab02a681c9e3a6cc43abd5a696fea82c24ab3b96691ed6581fed0a6f95b6
4
+ data.tar.gz: 4037d80f0f6912566d7e7738aff15cc02c6b1888ba639017b7871a69b4a2ac58
5
5
  SHA512:
6
- metadata.gz: a07fd42e872a2130fa43e803a5282907a7ac3d880150b7b8b221b13614e54313e5ed8f2a30013149f862b59663e33104cd62a65c57342ce0429f57a2122cd655
7
- data.tar.gz: 2ca0c8b52fbe38b6d0a625479ecaec791652757bcab2c1245d377ca0087f2a01def608fc7aa79998f640cdd2272f2f3160b62fbfc0698c2fffd0f7e2ed33ed04
6
+ metadata.gz: b2f02391f22ea28549e21312ac1440c22d9d0c9d7d7b18727c757383897d73b7ba37985ac382cfdee7bc9031f84a3fe224552b47d5515b3aacef5a4acd13bc35
7
+ data.tar.gz: 025432b47f03eca2d65f853ac7937bb26bce5581aaf21eb6a86c9599464049c3d0f3ba6e95a63a53681baee3e73bbd8290653b0e4acdcf113e34ec29eb43ee80
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
2
2
 
3
+ ### v0.19.0 (2022-07-28)
4
+
5
+ * Regenerated from discovery document revision 20220721
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.18.0 (2022-07-01)
4
9
 
5
10
  * 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.19.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.19.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-08-01 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_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.19.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: []