google-cloud-life_sciences-v2beta 0.7.0 → 0.7.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/life_sciences/v2beta/version.rb +1 -1
- data/lib/google/cloud/life_sciences/v2beta/workflows_service/client.rb +7 -7
- data/lib/google/cloud/life_sciences/v2beta/workflows_service/rest/client.rb +8 -8
- data/lib/google/cloud/life_sciences/v2beta/workflows_service/rest/service_stub.rb +9 -0
- 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: 479fc439b84bcf46290419c522c7867826a5dcc2fc914c480e354a4069f5fb4f
|
4
|
+
data.tar.gz: 1343fd8f5fbf144520a04d75ed19a3b3cee6898c488a4a19f2d924f77ad7ee0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89997a12c324c40e5a7c4b99f64ce8926bc72027ccfcbebfb0c85f2a52fff08bee99697d8e114f792bbd13002da679ea7f18b9e436b9a4f08bad908de917b03a
|
7
|
+
data.tar.gz: 27433de391662635a528bd7e8964e0ae679d4ab86a36339c9290f2f2434d811aceb29e2ac384bdeb7077add358d85150daf3bf0f3160852c9b8dda2abdf4941e
|
@@ -155,13 +155,6 @@ module Google
|
|
155
155
|
config.universe_domain = @config.universe_domain
|
156
156
|
end
|
157
157
|
|
158
|
-
@location_client = Google::Cloud::Location::Locations::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
|
-
end
|
164
|
-
|
165
158
|
@workflows_service_stub = ::Gapic::ServiceStub.new(
|
166
159
|
::Google::Cloud::LifeSciences::V2beta::WorkflowsServiceV2Beta::Stub,
|
167
160
|
credentials: credentials,
|
@@ -172,6 +165,13 @@ module Google
|
|
172
165
|
interceptors: @config.interceptors,
|
173
166
|
channel_pool_config: @config.channel_pool
|
174
167
|
)
|
168
|
+
|
169
|
+
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
170
|
+
config.credentials = credentials
|
171
|
+
config.quota_project = @quota_project_id
|
172
|
+
config.endpoint = @workflows_service_stub.endpoint
|
173
|
+
config.universe_domain = @workflows_service_stub.universe_domain
|
174
|
+
end
|
175
175
|
end
|
176
176
|
|
177
177
|
##
|
@@ -152,20 +152,20 @@ module Google
|
|
152
152
|
config.universe_domain = @config.universe_domain
|
153
153
|
end
|
154
154
|
|
155
|
-
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
156
|
-
config.credentials = credentials
|
157
|
-
config.quota_project = @quota_project_id
|
158
|
-
config.endpoint = @config.endpoint
|
159
|
-
config.universe_domain = @config.universe_domain
|
160
|
-
config.bindings_override = @config.bindings_override
|
161
|
-
end
|
162
|
-
|
163
155
|
@workflows_service_stub = ::Google::Cloud::LifeSciences::V2beta::WorkflowsService::Rest::ServiceStub.new(
|
164
156
|
endpoint: @config.endpoint,
|
165
157
|
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
166
158
|
universe_domain: @config.universe_domain,
|
167
159
|
credentials: credentials
|
168
160
|
)
|
161
|
+
|
162
|
+
@location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
|
163
|
+
config.credentials = credentials
|
164
|
+
config.quota_project = @quota_project_id
|
165
|
+
config.endpoint = @workflows_service_stub.endpoint
|
166
|
+
config.universe_domain = @workflows_service_stub.universe_domain
|
167
|
+
config.bindings_override = @config.bindings_override
|
168
|
+
end
|
169
169
|
end
|
170
170
|
|
171
171
|
##
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-life_sciences-v2beta
|
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
|