google-cloud-notebooks-v1beta1 0.9.0 → 0.9.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: 3c52092f97a5e222b3d21fc3062edcc147dbdbd0aec3c7b024a0eeb2795df59e
|
|
4
|
+
data.tar.gz: aa52a14a46adf1658f3c7f0f00dba380a59d3f512fa39c4c28734d7344c74b6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9b7d7fa7fe3dd8d0c3cc1174daedebb3c752dc3fc53b4c185be31fbdb1cac8c4c453263d1d3e016a69957d70f50e5cff9d6d6de15f54f076d90323994be7b53
|
|
7
|
+
data.tar.gz: a9576aaa3153fb566bc47a673ce1d3b0b95cad71eeea7edbfcd95dedfb515c03a74d3ec6168cfdce05180714ff318dea92db81b863d85688ae0224f8e4680911
|
|
@@ -198,20 +198,6 @@ module Google
|
|
|
198
198
|
config.universe_domain = @config.universe_domain
|
|
199
199
|
end
|
|
200
200
|
|
|
201
|
-
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
|
202
|
-
config.credentials = credentials
|
|
203
|
-
config.quota_project = @quota_project_id
|
|
204
|
-
config.endpoint = @config.endpoint
|
|
205
|
-
config.universe_domain = @config.universe_domain
|
|
206
|
-
end
|
|
207
|
-
|
|
208
|
-
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
|
209
|
-
config.credentials = credentials
|
|
210
|
-
config.quota_project = @quota_project_id
|
|
211
|
-
config.endpoint = @config.endpoint
|
|
212
|
-
config.universe_domain = @config.universe_domain
|
|
213
|
-
end
|
|
214
|
-
|
|
215
201
|
@notebook_service_stub = ::Gapic::ServiceStub.new(
|
|
216
202
|
::Google::Cloud::Notebooks::V1beta1::NotebookService::Stub,
|
|
217
203
|
credentials: credentials,
|
|
@@ -222,6 +208,20 @@ module Google
|
|
|
222
208
|
interceptors: @config.interceptors,
|
|
223
209
|
channel_pool_config: @config.channel_pool
|
|
224
210
|
)
|
|
211
|
+
|
|
212
|
+
@location_client = Google::Cloud::Location::Locations::Client.new do |config|
|
|
213
|
+
config.credentials = credentials
|
|
214
|
+
config.quota_project = @quota_project_id
|
|
215
|
+
config.endpoint = @notebook_service_stub.endpoint
|
|
216
|
+
config.universe_domain = @notebook_service_stub.universe_domain
|
|
217
|
+
end
|
|
218
|
+
|
|
219
|
+
@iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
|
|
220
|
+
config.credentials = credentials
|
|
221
|
+
config.quota_project = @quota_project_id
|
|
222
|
+
config.endpoint = @notebook_service_stub.endpoint
|
|
223
|
+
config.universe_domain = @notebook_service_stub.universe_domain
|
|
224
|
+
end
|
|
225
225
|
end
|
|
226
226
|
|
|
227
227
|
##
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-notebooks-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.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
|