google-cloud-cloud_dms-v1 0.7.0 → 0.7.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: b5c61a5f9753fc8e7f2787dc8fcf225aa31d35faf450173b8ff1eaca49c483f4
4
- data.tar.gz: cead5a8b81a54e1ee224aabeb24706612c2bf83a520a67312af6862f2f8fd57c
3
+ metadata.gz: 879b748e9254a28868dcc4fe9c4f63d556b27f9e62212b5bf88850969ce8df85
4
+ data.tar.gz: e5f46cd621c2ba5ce83dea2a3d3b8708d43bd7fd3c4b5c322733615a8009afb4
5
5
  SHA512:
6
- metadata.gz: 70ed2d536f9c1a70112db032772d17dd3acdc943d9f69ae40e427578fc6946eb7ed235236e06bf5eff04d0bf0a85fdfaae635bafa37eadb64fa3505caa9bf6f3
7
- data.tar.gz: 1f17d31c24b43a6525c108b5f4890779d1f5bd1c6293c663ad6d355aa11134be7b5d3a55d22fb8b18f9eb5aacbe3bb6816ffe879c928665293d14de12f88a1e7
6
+ metadata.gz: 1058daeb7198bedb6e1efcb731033025964717f47b580bf3375c8717a9d92affb505229a87bf4daf926e7538558ed143cc4d8b098cd3724559e144bd3a744d34
7
+ data.tar.gz: 2e3c1712736676d1c08e5e3b079b96a429ee5f6e8582f99511039e9c729c4ebed95fe488f1595a4ed059276adfbbc5c918cee5d0fc73881e69111daee693c170
@@ -232,20 +232,6 @@ module Google
232
232
  config.universe_domain = @config.universe_domain
233
233
  end
234
234
 
235
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
236
- config.credentials = credentials
237
- config.quota_project = @quota_project_id
238
- config.endpoint = @config.endpoint
239
- config.universe_domain = @config.universe_domain
240
- end
241
-
242
- @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
243
- config.credentials = credentials
244
- config.quota_project = @quota_project_id
245
- config.endpoint = @config.endpoint
246
- config.universe_domain = @config.universe_domain
247
- end
248
-
249
235
  @data_migration_service_stub = ::Gapic::ServiceStub.new(
250
236
  ::Google::Cloud::CloudDMS::V1::DataMigrationService::Stub,
251
237
  credentials: credentials,
@@ -256,6 +242,20 @@ module Google
256
242
  interceptors: @config.interceptors,
257
243
  channel_pool_config: @config.channel_pool
258
244
  )
245
+
246
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
247
+ config.credentials = credentials
248
+ config.quota_project = @quota_project_id
249
+ config.endpoint = @data_migration_service_stub.endpoint
250
+ config.universe_domain = @data_migration_service_stub.universe_domain
251
+ end
252
+
253
+ @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
254
+ config.credentials = credentials
255
+ config.quota_project = @quota_project_id
256
+ config.endpoint = @data_migration_service_stub.endpoint
257
+ config.universe_domain = @data_migration_service_stub.universe_domain
258
+ end
259
259
  end
260
260
 
261
261
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudDMS
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_dms-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.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