google-cloud-bigquery-data_exchange-v1beta1 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5712e36bfd6ed04e2d881f72063241b656da2110f5afa0a65dde3e8d3ba65e94
4
- data.tar.gz: a70b936ba76a51b336bc61b86306fc99ceaa97a2c8f9cdd36606040c1005a5f7
3
+ metadata.gz: d1011be02554073d3e719b7f8eb11e2c2530d821d4d04b97d179cfaf82e4b72a
4
+ data.tar.gz: d29ce52ff95b435fd30205a0b21e276edea66571bb30b1961dfbcf318bfb9939
5
5
  SHA512:
6
- metadata.gz: c652aabfdbfa593ef6ef79edfd1fde05891fae61d4a714908d37c660fa3f7a75eef18f4e3c10c58225f06cdd8a651550aff59c88c5fb570b9612bad9a16cef57
7
- data.tar.gz: 0a551e2dc87a9b64ba11d4e1e849d23f01db5f7bfb44022b5e935e9c5550963e4c5c094596aa881eec494f6d2408dd15cc8c3fc316a7243e72efa5f66aee908d
6
+ metadata.gz: d475ba62f6e108079f1c4a52373866b070823aca887070a54cac22f86a397428220f8f5b6b599e037864cc85cd2e5a8745dc6f0373928824a997b741fbeafc32
7
+ data.tar.gz: 1e0c2f1fbc58ab75bf0e255d008749e92b48dbfea26222fc651f11be50f5864d90e51f8123f6729e97fe15013cf8108f9433d19465764d4ca77573b1e745f9e4
@@ -158,13 +158,6 @@ module Google
158
158
  @quota_project_id = @config.quota_project
159
159
  @quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
160
160
 
161
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
162
- config.credentials = credentials
163
- config.quota_project = @quota_project_id
164
- config.endpoint = @config.endpoint
165
- config.universe_domain = @config.universe_domain
166
- end
167
-
168
161
  @analytics_hub_service_stub = ::Gapic::ServiceStub.new(
169
162
  ::Google::Cloud::Bigquery::DataExchange::V1beta1::AnalyticsHubService::Stub,
170
163
  credentials: credentials,
@@ -175,6 +168,13 @@ module Google
175
168
  interceptors: @config.interceptors,
176
169
  channel_pool_config: @config.channel_pool
177
170
  )
171
+
172
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
173
+ config.credentials = credentials
174
+ config.quota_project = @quota_project_id
175
+ config.endpoint = @analytics_hub_service_stub.endpoint
176
+ config.universe_domain = @analytics_hub_service_stub.universe_domain
177
+ end
178
178
  end
179
179
 
180
180
  ##
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataExchange
24
24
  module V1beta1
25
- VERSION = "0.6.0"
25
+ VERSION = "0.6.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_exchange-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common