google-cloud-api_registry-v1beta 0.3.0 → 0.4.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: 457558e5b04831a076555318b3737e7ef2595377d47e85194002129653d814bd
4
- data.tar.gz: 7bc89fd8f1beb5f528a4389f2cc4bb2d4ea9c6fb0a54d76b05a025e8b1e06cfd
3
+ metadata.gz: ab59e3dfa5fa901b85aa2d659b189323f7f082979bd5defb33038e96773ea426
4
+ data.tar.gz: 77703833892bcb994d86b027eb1a507b9296946fde3e4a5ee8ac94dcbfc630cc
5
5
  SHA512:
6
- metadata.gz: ab0b05508ced733c02197486fd84a465545b5f8f831e01adb37a0277d7447425d138721811808437908f83f7ccef3f4de305382af48602df1427f7257922d2ea
7
- data.tar.gz: 5a5878fc0faa29d428bcaa17807a30b72b6e8e7836ce1934e2946c3c66f37c45c41fc21e04b2a272697499e8261208e397d5d398443f919a48149699752fd8ff
6
+ metadata.gz: 8ace935254641d085d5e91db28bac4f3a959ececa514a2e7526a71066b20770d101a75c7b7982ac782a208d355450e14d8de9d0b2b0d39b9f01ef3b00454e3b4
7
+ data.tar.gz: d31d82db8136dff3e6049d661bdd77ce64c370b15495601612af5d239cac8579a09ae3ef588ee7507ab7d5a447e03324100f5fd24d614004ae26ca79265e0cae
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
@@ -686,6 +686,7 @@ module Google
686
686
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
687
687
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
688
688
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
689
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
689
690
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
690
691
  # trigger a retry.
691
692
  # @return [::Hash]
@@ -769,6 +770,7 @@ module Google
769
770
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
770
771
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
771
772
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
773
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
772
774
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
773
775
  # trigger a retry.
774
776
  #
@@ -626,6 +626,7 @@ module Google
626
626
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
627
627
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
628
628
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
629
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
629
630
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
630
631
  # trigger a retry.
631
632
  # @return [::Hash]
@@ -705,6 +706,7 @@ module Google
705
706
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
706
707
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
707
708
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
709
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
708
710
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
709
711
  # trigger a retry.
710
712
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ApiRegistry
23
23
  module V1beta
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.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-api_registry-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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