google-cloud-tpu-v1 0.6.0 → 0.6.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 +4 -4
- data/lib/google/cloud/tpu/v1/tpu/client.rb +7 -7
- data/lib/google/cloud/tpu/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: 72b5b2ab970579f389c4c20d54815bd384c9abaf673c064d5c68124c17245b15
|
|
4
|
+
data.tar.gz: e802491f4272a3a1c799ee802eb421d9dba0bc21e16d932cd0fb3ff87caf7008
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
##
|
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.
|
|
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
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|