google-cloud-tpu-v1 0.6.0 → 0.6.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: ca4d5263e10fb3ea87d83e88754ae77daa3bd5d8284d827b0cb554cdb9e372e8
4
- data.tar.gz: fb679291c58d51a2901caca5efaa53a126992779348d95cf46addf0496b592f4
3
+ metadata.gz: 72b5b2ab970579f389c4c20d54815bd384c9abaf673c064d5c68124c17245b15
4
+ data.tar.gz: e802491f4272a3a1c799ee802eb421d9dba0bc21e16d932cd0fb3ff87caf7008
5
5
  SHA512:
6
- metadata.gz: f486a11e99fc5f0fd9f99ad14e2a6347f177be54d7ea8137b02004e7d0eed5c333deaa6b6afa4a0ae3be3b39e642b89cccf8fa64351054cc5b0e31ff2d732012
7
- data.tar.gz: caa849945a9a5b6a3dd80700d8ec88444322e3f5b1b3383cf7512ee1bb1b19ca920c17550271fa4e81e86027d3a8b102addaa9a609d6aa8042f4a38b6cacbc6d
6
+ metadata.gz: ef9e1f859bded6d9e6216012b6ef53f26a000b30a37eb8b77c53561834dcbc16d57cce7e6d4ca0a6ce98f62df9b8f7fb03ac6f07493e145a6b97af892fed868d
7
+ data.tar.gz: bcbf9558a07be211045d7a085f530ae47f332b709533c9d8c89246ba4f8ca5259deae6c29220fb454b8340c407998a88d3d5bdd4bc9f52098e8e75b2e79cacbb
@@ -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
  @tpu_stub = ::Gapic::ServiceStub.new(
169
162
  ::Google::Cloud::Tpu::V1::Tpu::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 = @tpu_stub.endpoint
176
+ config.universe_domain = @tpu_stub.universe_domain
177
+ end
178
178
  end
179
179
 
180
180
  ##
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tpu
23
23
  module V1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.6.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-tpu-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.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