google-cloud-parameter_manager-v1 0.7.0 → 0.8.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: dcd56b2ba0bd4582722e80369f39a18545f149fe4a5e6acdbbf9223c857fb393
4
- data.tar.gz: 8c9ad43964efc850a3a6cc12e46e83930775a75161f546f96644c6b426b28911
3
+ metadata.gz: cc4974a3fd9d8d01e765592f69d32c32b023af0588598b6c64b45e058e3100f4
4
+ data.tar.gz: 43954cebb0fdf0af992f8a30baa62e1b35c33bb642dc0ec7f694b1c3785ec0f1
5
5
  SHA512:
6
- metadata.gz: a0a904928390005b5424cdd0c1efbc91eaddb68ac33b804ea9bf1b0d21835713df738e354184069cfc7026ad97d78e29d18993ca2d694e4b808c7bd13819419a
7
- data.tar.gz: 245cbd718d047c166283b4c7c8f80c16c9607a069a4a9b92fd94e433a60923a955dd1a6cbf19d4e0bb34ba18153fd63a51043a5e505650cba09b318a6ea64a67
6
+ metadata.gz: 1f0635c7c222cb697b74f560648fc09396bd19a8ba4cf3adf1dccdc0421906c78303b6207b655fcab7d82ac97adf9677cdc1db85e3175d8695c5c33dbfec3fce
7
+ data.tar.gz: 1ae10f28c906f6fe9072489147074e51d8e306f44b3e504a68e9b22e41fc43da61bc98aa685558cf710fe61634929957b677d3c989f5f1742b91f6e36bda213f
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
@@ -1415,6 +1415,7 @@ module Google
1415
1415
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1416
1416
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1417
1417
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1418
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1418
1419
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1419
1420
  # trigger a retry.
1420
1421
  # @return [::Hash]
@@ -1498,6 +1499,7 @@ module Google
1498
1499
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1499
1500
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1500
1501
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1502
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1501
1503
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1502
1504
  # trigger a retry.
1503
1505
  #
@@ -1306,6 +1306,7 @@ module Google
1306
1306
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1307
1307
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1308
1308
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1309
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1309
1310
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1310
1311
  # trigger a retry.
1311
1312
  # @return [::Hash]
@@ -1385,6 +1386,7 @@ module Google
1385
1386
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1386
1387
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1387
1388
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1389
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1388
1390
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1389
1391
  # trigger a retry.
1390
1392
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ParameterManager
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ module Google
441
443
 
442
444
  # This message is used to configure the generation of a subset of the RPCs in
443
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
444
448
  # @!attribute [rw] methods
445
449
  # @return [::Array<::String>]
446
450
  # An allowlist of the fully qualified names of RPCs that should be included
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-parameter_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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