google-cloud-service_directory-v1 1.6.0 → 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: e3bec30207ed5b4a6d867149909583c17c4b29b3ed847c0421335d0ccbe62c33
4
- data.tar.gz: '08cfc397de250f0848671c2ff27be625103832cc20fab80c18172e3fd2b1141c'
3
+ metadata.gz: 2fcb4f02008668fc65fcaff2c408fa7aa3bad50ddf01a5daae454cef917f28fa
4
+ data.tar.gz: 20d5ed61d94e0a46897f67b59f9a260cea49abbd781842a346980ea585b18c25
5
5
  SHA512:
6
- metadata.gz: 76be7804d676577916b57789108afd6da581f4c1c2632acf916fde232db7ae733112b5cee64adbe802a76c5a3b91fe12dec286e28faac80ff484e3014e7b419f
7
- data.tar.gz: 40a881d338f2e884fd64c374f85b6ab2f5965b5e82b0896976e061607f46a1dcaa6258049d1ac52968647ffe32b8ea1cac88a07c16b0072a58ddce6ebf067ca7
6
+ metadata.gz: 6662223a32aff57c0159d53889dcfd605a85c092da006ed540ec6e57bf920ff7bf95eb5929e01c3c9f133c33386bce508d76f7de1c50b7263a81017c4b8942b3
7
+ data.tar.gz: cefffb57410f4308565c7d6d97a56ca18b74fc2da8e5c9e19e9b4ed30c2adabd2a468c365873a166af940ada71d04d71b80e1174fa76a71a3723efccf5c778e5
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
@@ -428,6 +428,7 @@ module Google
428
428
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
429
429
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
430
430
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
431
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
431
432
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
432
433
  # trigger a retry.
433
434
  # @return [::Hash]
@@ -511,6 +512,7 @@ module Google
511
512
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
512
513
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
513
514
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
515
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
514
516
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
515
517
  # trigger a retry.
516
518
  #
@@ -389,6 +389,7 @@ module Google
389
389
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
390
390
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
391
391
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
392
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
392
393
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
393
394
  # trigger a retry.
394
395
  # @return [::Hash]
@@ -468,6 +469,7 @@ module Google
468
469
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
469
470
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
470
471
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
472
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
471
473
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
472
474
  # trigger a retry.
473
475
  #
@@ -2068,6 +2068,7 @@ module Google
2068
2068
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2069
2069
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2070
2070
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2071
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2071
2072
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2072
2073
  # trigger a retry.
2073
2074
  # @return [::Hash]
@@ -2151,6 +2152,7 @@ module Google
2151
2152
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2152
2153
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2153
2154
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2155
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2154
2156
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2155
2157
  # trigger a retry.
2156
2158
  #
@@ -1910,6 +1910,7 @@ module Google
1910
1910
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1911
1911
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1912
1912
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1913
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1913
1914
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1914
1915
  # trigger a retry.
1915
1916
  # @return [::Hash]
@@ -1989,6 +1990,7 @@ module Google
1989
1990
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1990
1991
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1991
1992
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1993
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1992
1994
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1993
1995
  # trigger a retry.
1994
1996
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceDirectory
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.7.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_directory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
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