google-cloud-bigquery-analytics_hub-v1 0.11.0 → 0.12.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: 58ce0b27959b46ecee0f7b27129c72cd3315a729d5d0a003e2d3fef2af7d34af
4
- data.tar.gz: d9a690937e41ebcd8e4bc0bcebdc637a90e877f04ca846355c9bd0569d20bc82
3
+ metadata.gz: 0f2079e6abda308743bf43fbbbd1dec5c5e30ee29f41c74f48874e9d463ad36a
4
+ data.tar.gz: 6cad8eb7683e82d0ba3e859b89833663f1cbd9173957ce620fb1f0117262f6f1
5
5
  SHA512:
6
- metadata.gz: 9d825eaa536616559eec061f2611aad39d192f897e7a9f04cd124a0865e93cbf873dc9f6acaa813f737cea5fe3527719c54399beca5fdd15bdc2ddc443365c2f
7
- data.tar.gz: 35f0026e9f6d81bf0f56ede1c37828edb0e5fef1ef4e4cc9f1dbfc80904774f877ffccc67d4631d3ede20b16970cdb3ec842c7af413a318f131dc6ee28ec6150
6
+ metadata.gz: e72bc30f8aec06718ca2d26a751ca9bce2fa59f33399c1e8dfaa4acd347dae803fb1400e535ae583e53562ee5d328f0af94eb158360a464ce958db84070d476e
7
+ data.tar.gz: 5e7d91c6662a956233eb957d4e75eccb7c725eedcbe58ed6f464be6423c2aca6bf32202727189df9127c39e906e56f729ea1243ff4402916522cf0d35874ed6e
@@ -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.12.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,34 +1,28 @@
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.12.0
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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -49,14 +43,14 @@ dependencies:
49
43
  requirements:
50
44
  - - "~>"
51
45
  - !ruby/object:Gem::Version
52
- version: '1.1'
46
+ version: '1.11'
53
47
  type: :runtime
54
48
  prerelease: false
55
49
  version_requirements: !ruby/object:Gem::Requirement
56
50
  requirements:
57
51
  - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: '1.1'
53
+ version: '1.11'
60
54
  description: Analytics Hub is a data exchange platform that enables you to share data
61
55
  and insights at scale across organizational boundaries with a robust security and
62
56
  privacy framework. With Analytics Hub, you can discover and access a data library
@@ -119,14 +113,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
113
  requirements:
120
114
  - - ">="
121
115
  - !ruby/object:Gem::Version
122
- version: '3.0'
116
+ version: '3.1'
123
117
  required_rubygems_version: !ruby/object:Gem::Requirement
124
118
  requirements:
125
119
  - - ">="
126
120
  - !ruby/object:Gem::Version
127
121
  version: '0'
128
122
  requirements: []
129
- rubygems_version: 3.6.5
123
+ rubygems_version: 3.6.8
130
124
  specification_version: 4
131
125
  summary: Exchange data and analytics assets securely and efficiently.
132
126
  test_files: []