google-apis-cloudscheduler_v1beta1 0.22.0 → 0.23.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: ca154a9bd998ae6dd9544a89bf4920e3da065cd30c552abbb9a169c684168b9b
4
- data.tar.gz: 8a3bd86fae643259994e78e8463a1df062782fd4a734c48b8c27fc5f77d89293
3
+ metadata.gz: 402dcf4550a0ba7905a019e737eeb802e5cf34c1a7ad96247c981e7333b022ea
4
+ data.tar.gz: 9a175295618d812f9b7a2f2e9e20f7431caca5465a353af11d80acf22e889bda
5
5
  SHA512:
6
- metadata.gz: 7913fb4596c80d79e0be3ae0aa7b97e43cccac523f2864251852ecbaa6be044d765936090a1adff488df9297297d13d8f9d1fa6132183b60e7030d894018d8b8
7
- data.tar.gz: 7dea8e1bbc64721d0ef8c6fe5a49aaaed1293bedeb8bf1b99477409f7ed74e6cdd749107b0c458a8e56bb35deb0b0b62dcdf797448f5179fd10fa7eb222b2075
6
+ metadata.gz: b86b2f66bacae0e82c952ab3327c5bb7ba76b417b27238d3c366690eaf6b41fc58a26a76fa64767c34c9bbb321228ee74a433e05e79e2da8f494f7c930151f1b
7
+ data.tar.gz: bb7b4d9b9e0b46453d7a7c1b4fa4a4183287a14d690809ff38c001599c3bfa16d750f51457b5272b043e2d70920abb72ea53f098f430a0418b79b3aabec71bea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudscheduler_v1beta1
2
2
 
3
+ ### v0.23.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230414
6
+
3
7
  ### v0.22.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -748,7 +748,7 @@ module Google
748
748
  # then increases linearly, and finally retries at intervals of
749
749
  # max_backoff_duration up to retry_count times. For example, if
750
750
  # min_backoff_duration is 10s, max_backoff_duration is 300s, and `max_doublings`
751
- # is 3, then the a job will first be retried in 10s. The retry interval will
751
+ # is 3, then the job will first be retried in 10s. The retry interval will
752
752
  # double three times, and then increase linearly by 2^3 * 10s. Finally, the job
753
753
  # will retry at intervals of max_backoff_duration until the job has been
754
754
  # attempted retry_count times. Thus, the requests will retry at 10s, 20s, 40s,
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.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 = "20220721"
25
+ REVISION = "20230414"
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.22.0
4
+ version: 0.23.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1beta1/v0.23.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: []