google-cloud-notebooks-v1beta1 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 524870736f01b456c38aeadd984f4849ba9c2ad816eb76dfb66fddf5f2cf0ec3
4
- data.tar.gz: 401bb2b6df1a01ee31929045094ddcdef51d381a5e52553b3afed4ee08ece3bc
3
+ metadata.gz: 3c52092f97a5e222b3d21fc3062edcc147dbdbd0aec3c7b024a0eeb2795df59e
4
+ data.tar.gz: aa52a14a46adf1658f3c7f0f00dba380a59d3f512fa39c4c28734d7344c74b6d
5
5
  SHA512:
6
- metadata.gz: ff2982ecc785b2f777ed74086d684d08454c1228bb413b3fcddbbd30f75b8882e52087e405320a9e8b14080657bbb9650d9e492191c14d66540b46f07237475a
7
- data.tar.gz: 7a4ec7fbe94ebf5996374e7c0bc7129b478998526b820c85b90179ff5840aef26ee1e7e22d34c799e5278e934f93351789dd8f525f11b362b7c141b6e0b12d61
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
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Notebooks
23
23
  module V1beta1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.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-notebooks-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
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 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