google-apis-tpu_v1alpha1 0.33.0 → 0.34.0
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/CHANGELOG.md +4 -0
- data/lib/google/apis/tpu_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/tpu_v1alpha1/service.rb +5 -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: 30d0fb430c60b549a3e1a8233682420dfc832d94f70984fff839e78346455394
|
|
4
|
+
data.tar.gz: ce56a059d4dd34d9dda3721df6e428fa4709cafe5e12a1cdccabf9a5faeb9a85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52d2b823075a047f021a240e7d7a771f3ea0639d4db3f701690ff6e7cb10a5c4f9de3d2423fd01e1b39341b24547fafebeb2054d65683f802ecec6f42506f6aa
|
|
7
|
+
data.tar.gz: 757565e88289cd502e163dcab2e85ba0acbe755e829c35c46062be2cbe34c1e724b4ba4903963f8db6710a99452a390957d4d70bea58f40847ae481847b29a67
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module TpuV1alpha1
|
|
18
18
|
# Version of the google-apis-tpu_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260127"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -81,7 +81,11 @@ module Google
|
|
|
81
81
|
execute_or_queue_command(command, &block)
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
# Lists information about the supported locations for this service.
|
|
84
|
+
# Lists information about the supported locations for this service. This method
|
|
85
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
86
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
87
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
88
|
+
# private or other locations specifically visible to the project.
|
|
85
89
|
# @param [String] name
|
|
86
90
|
# The resource that owns the locations collection, if applicable.
|
|
87
91
|
# @param [Array<String>, String] extra_location_types
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-tpu_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.34.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.34.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|