google-apis-cloudscheduler_v1 0.23.0 → 0.25.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: 7b97530c3728cdcca052cf4756c9e2cb53b8afb3f1a2049534789e4951290d0a
4
- data.tar.gz: 18f859a8beeb32f81662c837bff3f4f68ffb0fccf97bea7efca1ed789abbf87d
3
+ metadata.gz: e0d50de41d898c305a61bf6b0a7780530425a5bd722cf6f0c6fb11708be068cd
4
+ data.tar.gz: 5ef7765c0b055f5f8b4cbecbee532133e57576fcc63eaf81e01a404f631dba6a
5
5
  SHA512:
6
- metadata.gz: bea3553d3bccc94c1d4d8acda96c11bf1d40f995e684a72175e3b764ff9b44198bc40f7089c8c8374f17edad3dce04e74bd2cef6488618e0c4955f6a67e9c817
7
- data.tar.gz: da8d8b62c9ad45307d0110e8476ce945cb4bac3d2b0e77c8cb8ad41984f47175ca2062e9d0fe4b04d08ee09ce7d9b772cd25a1fa4e63b9ec3bcff32549792a99
6
+ metadata.gz: 3b2692e80951e94539b6ff935846d0b896082e88fa16add18764a48841cff68afe34362907c56290074f895eff11d1eb2baef02827c0d4d0af9f8a655f5e2c32
7
+ data.tar.gz: c50ef4b0886d1befc63fbcfaaec33b4415c29b1064ebb12abeb1bfa09a08893549db2278b04b4a90963c1bab1ee9cc7210f06fe5ffd16d3dc4e374db3ef27002
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudscheduler_v1
2
2
 
3
+ ### v0.25.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230421
6
+
7
+ ### v0.24.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230414
10
+
3
11
  ### v0.23.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -481,7 +481,7 @@ module Google
481
481
  end
482
482
  end
483
483
 
484
- # A resource that represents Google Cloud Platform location.
484
+ # A resource that represents a Google Cloud location.
485
485
  class Location
486
486
  include Google::Apis::Core::Hashable
487
487
 
@@ -738,7 +738,7 @@ module Google
738
738
  # then increases linearly, and finally retries at intervals of
739
739
  # max_backoff_duration up to retry_count times. For example, if
740
740
  # min_backoff_duration is 10s, max_backoff_duration is 300s, and `max_doublings`
741
- # is 3, then the a job will first be retried in 10s. The retry interval will
741
+ # is 3, then the job will first be retried in 10s. The retry interval will
742
742
  # double three times, and then increase linearly by 2^3 * 10s. Finally, the job
743
743
  # will retry at intervals of max_backoff_duration until the job has been
744
744
  # 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 CloudschedulerV1
18
18
  # Version of the google-apis-cloudscheduler_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.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 = "20230421"
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.23.0
4
+ version: 0.25.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-05-14 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudscheduler_v1/v0.25.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: []