google-apis-tpu_v1 0.34.0 → 0.36.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d62cfabc94acde7464b06664db610749da54eb04ea64d12196bbe0a9ec59b31
4
- data.tar.gz: 7d516853fb61b2b2d8140927d32c8b78bf9ab85d1ec00a72de32bbe629823056
3
+ metadata.gz: f10adc73b718218d8a9dd1d31e44ab2ef95c540e04b257d5744ce540b8461507
4
+ data.tar.gz: b40eb345d16da8628d6c6c0602a73659146f2cba0271df50b9ecd790f29a3b6a
5
5
  SHA512:
6
- metadata.gz: b7fbcd901744d4ae8bad8071191afcc5c07e83ad610588e636aac731404252759d673dd31f8db26c64ead006d928f2860825a2cfa5f93c78cb544770d8a9e953
7
- data.tar.gz: a23435b97b14f82579e4b61ba3b28b82050adaf764516b254ac3f367046c9fb27d0d78cc159d4d4f244c9cd91ad6e3e4b269fc00aed23dd3a175b5b9ca0bb01e
6
+ metadata.gz: 1b4f3ff8a9e9978477fc8e91be1fc528f67dbd53737f39455cd4e389c8eb96b7352177ddb9de8ac9301767a65ec071338ab3f0745fe4acc311231ece6c96be7c
7
+ data.tar.gz: 71be1bd46763b2909568894f6c83bf974689e78474af2f6f8ec5d2e5fb7ac99b8b54edd68183926be2c5e3a542a24e646bd00ba4a2ed2eec62c35d38f99d45df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tpu_v1
2
2
 
3
+ ### v0.36.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.35.0 (2026-02-01)
8
+
9
+ * Regenerated from discovery document revision 20260127
10
+
3
11
  ### v0.34.0 (2025-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20251130
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/tpu/) may provide guidance
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TpuV1
18
18
  # Version of the google-apis-tpu_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251130"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="