google-cloud-migration_center-v1 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/migration_center/v1/migration_center/client.rb +7 -7
- data/lib/google/cloud/migration_center/v1/migration_center/rest/client.rb +8 -8
- data/lib/google/cloud/migration_center/v1/migration_center/rest/service_stub.rb +9 -0
- data/lib/google/cloud/migration_center/v1/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cee9f98c5aff02a740e01ff259b8489daa23b7faea1b064956be5362eb55aa97
|
4
|
+
data.tar.gz: 9678c00c52c01c2bb0f0f9317c69689902a47d636132c0de6f908a945994e671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e6251ec04e9312ec544c8e104c6f69bcf30b0cff2cc2740cf1886053eb49f98a849c31a391cd1a1447c8def391956517a06284724a4e9dd01425d732b3db4bd
|
7
|
+
data.tar.gz: 84306e84fde40548b8bd3ee024717ae4c881811c5e41dcaaad7c2896240a43e5c332474b6caab1b89711936b03ae3c4ad4c607bf33e2a6a1c1647454619743b8
|
@@ -158,13 +158,6 @@ module Google
|
|
158
158
|
config.universe_domain = @config.universe_domain
|
159
159
|
end
|
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
|
@migration_center_stub = ::Gapic::ServiceStub.new(
|
169
162
|
::Google::Cloud::MigrationCenter::V1::MigrationCenter::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 = @migration_center_stub.endpoint
|
176
|
+
config.universe_domain = @migration_center_stub.universe_domain
|
177
|
+
end
|
178
178
|
end
|
179
179
|
|
180
180
|
##
|
@@ -155,20 +155,20 @@ module Google
|
|
155
155
|
config.universe_domain = @config.universe_domain
|
156
156
|
end
|
157
157
|
|
158
|
-
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
159
|
-
config.credentials = credentials
|
160
|
-
config.quota_project = @quota_project_id
|
161
|
-
config.endpoint = @config.endpoint
|
162
|
-
config.universe_domain = @config.universe_domain
|
163
|
-
config.bindings_override = @config.bindings_override
|
164
|
-
end
|
165
|
-
|
166
158
|
@migration_center_stub = ::Google::Cloud::MigrationCenter::V1::MigrationCenter::Rest::ServiceStub.new(
|
167
159
|
endpoint: @config.endpoint,
|
168
160
|
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
169
161
|
universe_domain: @config.universe_domain,
|
170
162
|
credentials: credentials
|
171
163
|
)
|
164
|
+
|
165
|
+
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
166
|
+
config.credentials = credentials
|
167
|
+
config.quota_project = @quota_project_id
|
168
|
+
config.endpoint = @migration_center_stub.endpoint
|
169
|
+
config.universe_domain = @migration_center_stub.universe_domain
|
170
|
+
config.bindings_override = @config.bindings_override
|
171
|
+
end
|
172
172
|
end
|
173
173
|
|
174
174
|
##
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-migration_center-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.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
|