google-cloud-privileged_access_manager-v1 1.6.1 → 1.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: ddc20a0efa9d643b542eb722755122c0825c9947265f95b8b2daec4b131e8138
4
- data.tar.gz: 8064dc9fb95960fb31f38891c7190fe352a4866685f76b9bbd4afd2d6515a935
3
+ metadata.gz: 35770059e7f07ffddea944cb08bc5547828d488a006cc69134ac5d760bd3aa5b
4
+ data.tar.gz: 9125e9d0660a8dcfbb95797e81621884c65b514a930340f44712b29d23ff2c2e
5
5
  SHA512:
6
- metadata.gz: 2a59d32d49387b546ec50281e3ab02aab858ab4db06b7aa8fd4d367f1233213d08e663683fdead89ca2ae5eefb6feaef6864ab9b4227d9c3e5234c31958b549e
7
- data.tar.gz: 23599d6b41c62ec096876f11b5c9ae2fdd2fafe7907c3b68ed2776ce37e1edb03753edc242c66f50fcf1bf85d368f84ae2602d1aefb936a7dd57c615810c822a
6
+ metadata.gz: ee8071c2042138d224151e334514d6a5bf34a0d54dedb860f63e291d506b6bf2420fb2adf4a108ab19ac612f77f3312118c03e6a1f91bb95c4ac1443cb3be86c
7
+ data.tar.gz: 108c522b8c846d45cfd71def0850cb05bade32b446b7ec5085eb5b1640c48d02dfe62aba685aeacb6b95868f1105aa0889a5cab33ead231be7e681843acc7cc9
data/README.md CHANGED
@@ -133,7 +133,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
133
133
 
134
134
  ## Supported Ruby Versions
135
135
 
136
- This library is supported on Ruby 3.0+.
136
+ This library is supported on Ruby 3.2+.
137
137
 
138
138
  Google provides official support for Ruby versions that are actively supported
139
139
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1739,6 +1739,7 @@ module Google
1739
1739
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1740
1740
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1741
1741
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1742
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1742
1743
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1743
1744
  # trigger a retry.
1744
1745
  # @return [::Hash]
@@ -1822,6 +1823,7 @@ module Google
1822
1823
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1823
1824
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1824
1825
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1826
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1825
1827
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1826
1828
  # trigger a retry.
1827
1829
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -1609,6 +1609,7 @@ module Google
1609
1609
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1610
1610
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1611
1611
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1612
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1612
1613
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1613
1614
  # trigger a retry.
1614
1615
  # @return [::Hash]
@@ -1688,6 +1689,7 @@ module Google
1688
1689
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1689
1690
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1690
1691
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1692
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1691
1693
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1692
1694
  # trigger a retry.
1693
1695
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PrivilegedAccessManager
23
23
  module V1
24
- VERSION = "1.6.1"
24
+ VERSION = "1.7.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-privileged_access_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.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