google-cloud-bigquery-connection-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: e06f5c0a6005e300410f5446daa4dcc4d477114777b0ffa77771042813ec7f82
4
- data.tar.gz: 5c657710aa3a032fd806d1d5748423c748937cb235f6caf7d2fb8f46d985eaf3
3
+ metadata.gz: e8e67e7a549e97350efa6500929d258d4e28973b7e0e604489748880d68e08c1
4
+ data.tar.gz: b4932bb144e9976d4687eaea628d4693ee0e4edb52450c3b9fa4b79730ca7fc3
5
5
  SHA512:
6
- metadata.gz: 35ca6e5e1790c1823bd9ca3d5e25345bcdcd27df2c6eac95c6ec9146c676c75a930cd5e101899f9235832b97d120d8f97ffcbe42f96952abbe20812993c83ad5
7
- data.tar.gz: f9bbb433c56c0ff5530cd412242f004e9c0cf03f22bfb1608c8407cea346f70e8398c91245f901512ac4bd4c1e7ca844c47b46ff536561afe0db1b5b77708f92
6
+ metadata.gz: da9766099e3e4f984eac2a3dfeaa3646791057288fe0ba48cb76f8333a381dc243cc64eef3296209687270a5b0e3f90b39eaa26926f2903554b83b007a26bff3
7
+ data.tar.gz: c3f3065f54a9cefe7e77d374ae9ab58ce11593c27494b3fc343200a51a868a2e9e32f872b1e5639080eba3367c1cf3ca9ded2384b002d0c1ac031927839c5abe
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
@@ -1042,6 +1042,7 @@ module Google
1042
1042
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1043
1043
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1044
1044
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1045
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1045
1046
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1046
1047
  # trigger a retry.
1047
1048
  # @return [::Hash]
@@ -1125,6 +1126,7 @@ module Google
1125
1126
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1126
1127
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1127
1128
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1129
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1128
1130
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1129
1131
  # trigger a retry.
1130
1132
  #
@@ -953,6 +953,7 @@ module Google
953
953
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
954
954
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
955
955
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
956
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
956
957
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
957
958
  # trigger a retry.
958
959
  # @return [::Hash]
@@ -1025,6 +1026,7 @@ module Google
1025
1026
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1026
1027
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1027
1028
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1029
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1028
1030
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1029
1031
  # trigger a retry.
1030
1032
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Connection
24
24
  module V1
25
- VERSION = "1.6.0"
25
+ VERSION = "1.7.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-connection-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