google-cloud-bigquery-connection-v1 1.2.0 → 1.2.1

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: ed7330063313533ffe0404c3fdceab581c984b1c2bddfdd2542f4b2f3d0fa77a
4
- data.tar.gz: f25a5822721259f37f89bc2dcff24f194b0982546bd5470cce009b2520f3c901
3
+ metadata.gz: ed0e8a87c04a222a08cf9abae2226ecdbf66c98bc4228eab958e66b5dda433f3
4
+ data.tar.gz: dde2215f3829a9db453d50618e2f5d852244f1ba50bba74619c9a617c7ccd5dc
5
5
  SHA512:
6
- metadata.gz: 7bd04d8d5009edc9ea63e259fd7535b6a5d7f42b2f989c40cc6be812d0a34703694d1aa9fb1b2afd14438fdbcfd31492d12fd95f3d4d2c3c1a54e7d0ae446eb5
7
- data.tar.gz: 401ad4ad15712c25d8ce77a232c63c6b9b706b2713e6e6c298dee4826f85d70d351b6e70651a4a6666057af5213ee2368e9a2a275714cdfe9ac2133e324442f2
6
+ metadata.gz: 28465d7a407eaafd6a564f2fa65ed497bd1cb8bcf02005bbca3aa0968c4f5341330157eb47d44820717ff0975466dfc3a5bee9b3524b17845e9387f28968a0f4
7
+ data.tar.gz: addbc6c67842768cacc8b1eb86c9beb8061a692cfafb37e75f4f06f7d89ea48e4bb6abe3af80b097bc96abaa289ab41467590c06db1b306087bd19d0e291928c
@@ -1051,8 +1051,8 @@ module Google
1051
1051
 
1052
1052
  config_attr :endpoint, nil, ::String, nil
1053
1053
  config_attr :credentials, nil do |value|
1054
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1055
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1054
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1055
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1056
1056
  allowed.any? { |klass| klass === value }
1057
1057
  end
1058
1058
  config_attr :scope, nil, ::String, ::Array, nil
@@ -979,7 +979,7 @@ module Google
979
979
 
980
980
  config_attr :endpoint, nil, ::String, nil
981
981
  config_attr :credentials, nil do |value|
982
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
982
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
983
983
  allowed.any? { |klass| klass === value }
984
984
  end
985
985
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Connection
24
24
  module V1
25
- VERSION = "1.2.0"
25
+ VERSION = "1.2.1"
26
26
  end
27
27
  end
28
28
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-connection-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.6.2
117
+ rubygems_version: 3.6.8
118
118
  specification_version: 4
119
119
  summary: Allows users to manage BigQuery connections to external data sources.
120
120
  test_files: []