google-cloud-service_management-v1 1.7.0 → 1.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: 3a9faa7e87fe1b209c25bced48b271811bd405685aa6806b13e7055c524cf22d
4
- data.tar.gz: 9a955f8dd45fb55c96ccaa94f3aadc4b6e55aeda94d153f34f23880672e77145
3
+ metadata.gz: 7a743d0e1158a2c78dbcc098a1ebe63d7662954b2d92e14f1412fef531f75285
4
+ data.tar.gz: d3f52d7f1cfaf45ca6f76603030857e36e276b9b527d311deb92b0f104da525b
5
5
  SHA512:
6
- metadata.gz: fb4e7fb46584c27d00fc57cf35e7d7e37f2791468898b5d2d7f8c0f86d77e511faf5f369e55b10106f22aa3cd1820aa5fdb3514538b531ac9ca38e2d288f4cef
7
- data.tar.gz: 75baadb6cd4dc36d6ab2e106ada2acf1bed7e5938d0fab32e971a7bef67e2dce1aadc9878f582e29eabf5f3f8f857a7ee8635b063794819acce3aacab0c5ce77
6
+ metadata.gz: 4603c16038820e493ec20071ff0e250b5979dffeedef99b2913f875cf41132935eb41839000f0f064e3ec8f67f656fb4443975e62856866d556d2309e7788f21
7
+ data.tar.gz: d8e7ef1251bba3b6ccb2f70cdfdde7f801597f170b2b38113925902181ad8389f259552a6a6e7bcaff9a46e608c6a48a59eaf46900acdbc99e7782d5db5e7010
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
@@ -1615,6 +1615,7 @@ module Google
1615
1615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1616
1616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1617
1617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1618
1619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1619
1620
  # trigger a retry.
1620
1621
  # @return [::Hash]
@@ -1698,6 +1699,7 @@ module Google
1698
1699
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1699
1700
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1700
1701
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1702
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1701
1703
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1702
1704
  # trigger a retry.
1703
1705
  #
@@ -695,6 +695,7 @@ module Google
695
695
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
696
696
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
697
697
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
698
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
698
699
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
699
700
  # trigger a retry.
700
701
  # @return [::Hash]
@@ -778,6 +779,7 @@ module Google
778
779
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
779
780
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
780
781
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
782
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
781
783
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
782
784
  # trigger a retry.
783
785
  #
@@ -1510,6 +1510,7 @@ module Google
1510
1510
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1511
1511
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1512
1512
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1513
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1513
1514
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1514
1515
  # trigger a retry.
1515
1516
  # @return [::Hash]
@@ -1589,6 +1590,7 @@ module Google
1589
1590
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1590
1591
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1591
1592
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1593
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1592
1594
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1593
1595
  # trigger a retry.
1594
1596
  #
@@ -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 ServiceManagement
23
23
  module V1
24
- VERSION = "1.7.0"
24
+ VERSION = "1.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-service_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.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