google-cloud-advisory_notifications-v1 0.16.0 → 0.17.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: 66b49f6b037a38d9a641616f4d29439adbb0b2b2868c2716b288e253509fc2bb
4
- data.tar.gz: 3efdd785063595ee204909c9df9f70a82927622da72caf420a77c730cebbfadf
3
+ metadata.gz: ada67473a7cc011cc810d2291bc53cc43dae5680a60a5475395144acf235ef91
4
+ data.tar.gz: b98f24cdd01ee95aa2eb2f9c1c4bd76d7fe0ded8809a62882866527a0a2fe47d
5
5
  SHA512:
6
- metadata.gz: daecd287fef039249e963bc54209851291e8e58b04c736d89372c425c7796528119f2216baaad08cb316e8ac3361a7d4fd1abb8b50d01b848480a841be7c3435
7
- data.tar.gz: e2d376c70ddd285438fb07710c53a687a079b917afb8eb2804c7dc4b3c02fd1ca3a549cf01b33341cc603cf76a4ad51b6696c49de8baab517e0479bfe623b577
6
+ metadata.gz: 5237c1225173cb76cd2f4f93937c14b9a8438c397e9c3925d9d473ba01b2dad26face78d224d50f4ce29ddb5a1083ad3a341912a21f9f73cc61d2dfc88dbbcf9
7
+ data.tar.gz: d88d081e3f650820f764cae4fe847a9bd5363c6745a85395a68a3dd66ab848b12230b5b1bbd03956486a70e6b0cfd17a916fa478836f5fb41d1424bd16db0f64
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -667,6 +667,7 @@ module Google
667
667
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
668
668
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
669
669
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
670
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
670
671
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
671
672
  # trigger a retry.
672
673
  # @return [::Hash]
@@ -750,6 +751,7 @@ module Google
750
751
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
751
752
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
752
753
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
754
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
753
755
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
754
756
  # trigger a retry.
755
757
  #
@@ -606,6 +606,7 @@ module Google
606
606
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
607
607
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
608
608
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
609
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
609
610
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
610
611
  # trigger a retry.
611
612
  # @return [::Hash]
@@ -678,6 +679,7 @@ module Google
678
679
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
679
680
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
680
681
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
682
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
681
683
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
682
684
  # trigger a retry.
683
685
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AdvisoryNotifications
23
23
  module V1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.17.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-advisory_notifications-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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