google-cloud-saas_platform-saas_service_mgmt-v1beta1 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e559496c04e5e63eda07cd54d6b6e7887fa0fba8e5429c4e07d9a7c07c4c404
4
- data.tar.gz: e1a7c5e0875ce2d261877c9f11be8baffcefaefbb3dcc21deb0bc616bca91a9c
3
+ metadata.gz: 1804ec44803a683f2028ef13bdf1216ed0aed00e9e535a736e347d87306b682a
4
+ data.tar.gz: 79d1f54beedd78843c86f01c9975399bb6f6c5e99e5b9d646b9e5841f6084338
5
5
  SHA512:
6
- metadata.gz: d466c1b1a0e192a0612651861b66ba3869c0159e8705f6bfb5b17f6b760f677f751c99a26b3760303adbff61f44d6c984cdd3b86c71e5117253dcdafe7353726
7
- data.tar.gz: c37487a3b10b43884b1054f72fc2cdf78d740bb0f007e7f29469737c0c015d92136054580778de30de0f9dcefae7413d94e51a76fea713658a69b099afcdf8b1
6
+ metadata.gz: 899e7516768a9f23d6c1b45a8a11339f72626ef3d385b0be89e7f658bc4dd68ca2159fcb2dea77b050003179d90a05b01b7cd329764fcbc3e4f2f0f76a52d3b0
7
+ data.tar.gz: 592b23d6d3250b5fd5db307926ec9a3f89e079507b6a06c1fd5bc37af3e9b0e7d17a7815c3f1dcc269791e8b227a924f32b9306530d74e428dfadacbca68f2d4
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -3488,6 +3488,7 @@ module Google
3488
3488
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3489
3489
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3490
3490
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3491
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3491
3492
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3492
3493
  # trigger a retry.
3493
3494
  # @return [::Hash]
@@ -3571,6 +3572,7 @@ module Google
3571
3572
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3572
3573
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3573
3574
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3575
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3574
3576
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3575
3577
  # trigger a retry.
3576
3578
  #
@@ -3246,6 +3246,7 @@ module Google
3246
3246
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3247
3247
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3248
3248
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3249
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3249
3250
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3250
3251
  # trigger a retry.
3251
3252
  # @return [::Hash]
@@ -3325,6 +3326,7 @@ module Google
3325
3326
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3326
3327
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3327
3328
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3329
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3328
3330
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3329
3331
  # trigger a retry.
3330
3332
  #
@@ -1360,6 +1360,7 @@ module Google
1360
1360
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1361
1361
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1362
1362
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1363
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1363
1364
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1364
1365
  # trigger a retry.
1365
1366
  # @return [::Hash]
@@ -1443,6 +1444,7 @@ module Google
1443
1444
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1444
1445
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1445
1446
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1447
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1446
1448
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1447
1449
  # trigger a retry.
1448
1450
  #
@@ -1258,6 +1258,7 @@ module Google
1258
1258
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1259
1259
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1260
1260
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1261
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1261
1262
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1262
1263
  # trigger a retry.
1263
1264
  # @return [::Hash]
@@ -1337,6 +1338,7 @@ module Google
1337
1338
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1338
1339
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1339
1340
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1341
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1340
1342
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1341
1343
  # trigger a retry.
1342
1344
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module SaasPlatform
23
23
  module SaasServiceMgmt
24
24
  module V1beta1
25
- VERSION = "0.6.0"
25
+ VERSION = "0.7.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-saas_platform-saas_service_mgmt-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement