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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 879b748e9254a28868dcc4fe9c4f63d556b27f9e62212b5bf88850969ce8df85
|
|
4
|
+
data.tar.gz: e5f46cd621c2ba5ce83dea2a3d3b8708d43bd7fd3c4b5c322733615a8009afb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
##
|
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.
|
|
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
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|