google-cloud-bigquery-analytics_hub-v1 0.19.0 → 0.20.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: 69a44d67edad757191f709352406a21a035ab0856c939e7b673f62811cf1af71
4
- data.tar.gz: 13911473ccf702d165828dd5d24ab9c770b8048ab7b00e5e4faa2deeeadc21c9
3
+ metadata.gz: 3744e20dc3d3b125ada3671c90bc6e839389bd4dfe4f2b042acd77496ad04440
4
+ data.tar.gz: 490185635d2826a320c6edf3557ee44e6dce6db8b94a72da77c400b0e41461cd
5
5
  SHA512:
6
- metadata.gz: d43fb19a96f88da4e539a74fcfbc75f3b1b8d18e122f8f96043caae2379d802b061845e6a23151873b68c797ef6363878abbc7d0e4b0b68df4b03fd2f13437c1
7
- data.tar.gz: 3b9a5170e9948760ac14b429a2962e7eee8981f802bbed152001dc50487c46b9a8836c22d6be4750532a3ec49d448e70c83ed84b239e8ee91e061ced85a710dd
6
+ metadata.gz: 36e9c8f67f10c7381ccd57a312d2e459e3e5b57a3e6209f5f5c2c62d4fc2f14b002eede921018b6db0ab99d6185b53e80c1473c5efba1edac4a6ed95cc2519b4
7
+ data.tar.gz: dd4aad7ea176d8f963bce46d88a93da62a2fa682ebb044af4afb1610763c73fc6e65dd03729606a66145ca0ae661e89650587e28f637254674193cbd44ee78a6
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
@@ -3003,6 +3003,7 @@ module Google
3003
3003
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3004
3004
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3005
3005
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3006
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3006
3007
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3007
3008
  # trigger a retry.
3008
3009
  # @return [::Hash]
@@ -3086,6 +3087,7 @@ module Google
3086
3087
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3087
3088
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3088
3089
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3090
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3089
3091
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3090
3092
  # trigger a retry.
3091
3093
  #
@@ -704,6 +704,7 @@ module Google
704
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
709
  # trigger a retry.
709
710
  # @return [::Hash]
@@ -787,6 +788,7 @@ module Google
787
788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
788
789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
789
790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
790
792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
791
793
  # trigger a retry.
792
794
  #
@@ -2767,6 +2767,7 @@ module Google
2767
2767
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2768
2768
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2769
2769
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2770
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2770
2771
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2771
2772
  # trigger a retry.
2772
2773
  # @return [::Hash]
@@ -2839,6 +2840,7 @@ module Google
2839
2840
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2840
2841
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2841
2842
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2843
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2842
2844
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2843
2845
  # trigger a retry.
2844
2846
  #
@@ -542,6 +542,7 @@ module Google
542
542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
543
543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
544
544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
545
546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
546
547
  # trigger a retry.
547
548
  # @return [::Hash]
@@ -614,6 +615,7 @@ module Google
614
615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
620
  # trigger a retry.
619
621
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module AnalyticsHub
24
24
  module V1
25
- VERSION = "0.19.0"
25
+ VERSION = "0.20.0"
26
26
  end
27
27
  end
28
28
  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-bigquery-analytics_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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