google-cloud-bigquery-analytics_hub-v1 0.11.0 → 0.11.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: 58ce0b27959b46ecee0f7b27129c72cd3315a729d5d0a003e2d3fef2af7d34af
4
- data.tar.gz: d9a690937e41ebcd8e4bc0bcebdc637a90e877f04ca846355c9bd0569d20bc82
3
+ metadata.gz: c81f8bb45cac6a88d48f32b31b2e6d50c81f607f96e948d0432a6084836e05a0
4
+ data.tar.gz: fb31c2e9350d1442f2838327de091d2b15961ac8ed7c1c3099d31c5b417d77de
5
5
  SHA512:
6
- metadata.gz: 9d825eaa536616559eec061f2611aad39d192f897e7a9f04cd124a0865e93cbf873dc9f6acaa813f737cea5fe3527719c54399beca5fdd15bdc2ddc443365c2f
7
- data.tar.gz: 35f0026e9f6d81bf0f56ede1c37828edb0e5fef1ef4e4cc9f1dbfc80904774f877ffccc67d4631d3ede20b16970cdb3ec842c7af413a318f131dc6ee28ec6150
6
+ metadata.gz: 8463ec8b7fc88f6ffdc85fbb30a8e42558fe7ee05dcfcb3d17204c34d88cd1f7a1862f03f7dbc0825570cd626088931ba664d77cce2a968e79d941180dd795f7
7
+ data.tar.gz: 5f65a0c489c07473a6a9fb8799b7d0cddfdf70a045fa036b6c54a9a44b034785e3389e24f8e765eb7d5ad731499cbf5e69f4f9d470e4c787149353aca66ed9bd
@@ -2374,8 +2374,8 @@ module Google
2374
2374
 
2375
2375
  config_attr :endpoint, nil, ::String, nil
2376
2376
  config_attr :credentials, nil do |value|
2377
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2378
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2377
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2378
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2379
2379
  allowed.any? { |klass| klass === value }
2380
2380
  end
2381
2381
  config_attr :scope, nil, ::String, ::Array, nil
@@ -702,8 +702,8 @@ module Google
702
702
 
703
703
  config_attr :endpoint, nil, ::String, nil
704
704
  config_attr :credentials, nil do |value|
705
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
706
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
705
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
706
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
707
707
  allowed.any? { |klass| klass === value }
708
708
  end
709
709
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2204,7 +2204,7 @@ module Google
2204
2204
 
2205
2205
  config_attr :endpoint, nil, ::String, nil
2206
2206
  config_attr :credentials, nil do |value|
2207
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2207
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2208
2208
  allowed.any? { |klass| klass === value }
2209
2209
  end
2210
2210
  config_attr :scope, nil, ::String, ::Array, nil
@@ -557,7 +557,7 @@ module Google
557
557
 
558
558
  config_attr :endpoint, nil, ::String, nil
559
559
  config_attr :credentials, nil do |value|
560
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
560
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
561
561
  allowed.any? { |klass| klass === value }
562
562
  end
563
563
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module AnalyticsHub
24
24
  module V1
25
- VERSION = "0.11.0"
25
+ VERSION = "0.11.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
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.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-28 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
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.5
129
+ rubygems_version: 3.6.8
130
130
  specification_version: 4
131
131
  summary: Exchange data and analytics assets securely and efficiently.
132
132
  test_files: []