google-apis-tpu_v2alpha1 0.48.0 → 0.50.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: bc4a9b11d503a791e6b56e15b456f1e37a8c6eeccbde180a89e6d67fe04c46a6
4
- data.tar.gz: ad2529e4ba775d7f627eb65fa21bdd8badab520c861a72db08fb09f3d229a952
3
+ metadata.gz: 31a86832eace02671a16d305086668fc8fa5eca21182a8f560b3233dff14e306
4
+ data.tar.gz: f600ef530845dc99b73b1529a9e1c49a658b3b65f256313123d7c968c18cc506
5
5
  SHA512:
6
- metadata.gz: 20924a72d011c5a25d0f182c57565a7958b1c057bcb82d3cbdabbe4c7e9e232128037c7c27c69f5c768821aec89646eeb0c67b3595e64a3a5685d05d461c7834
7
- data.tar.gz: ed2636cab343ec082a8873e51193bc783a33d76f9e7831bf6a6a624a2f48b1128c5b98ecd59b7973037d225259a060859aa53d84ccfe792b5441d7a0fcfceffd
6
+ metadata.gz: 4b5ddae863804de55d7154d0a581a5c06398c88187b941114366815732dc1bb29ff7e432f4c6d014a8184917488c2ba83ca334cdc3fb50ffd4980f661bf4911b
7
+ data.tar.gz: 3b4cb14b1ace6d178eecc3bd5f4bae6b79021458a6a3d1ff1a95415b458e4a813a40d0562042ac55b6893973d158ecf54b0e55fdf9a5c4214784a72ab2cff8ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.50.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.49.0 (2026-02-01)
8
+
9
+ * Regenerated from discovery document revision 20260127
10
+
3
11
  ### v0.48.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 TpuV2alpha1
18
18
  # Version of the google-apis-tpu_v2alpha1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.50.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
@@ -114,7 +114,11 @@ module Google
114
114
  execute_or_queue_command(command, &block)
115
115
  end
116
116
 
117
- # Lists information about the supported locations for this service.
117
+ # Lists information about the supported locations for this service. This method
118
+ # can be called in two ways: * **List all public locations:** Use the path `GET /
119
+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
120
+ # projects/`project_id`/locations`. This may include public locations as well as
121
+ # private or other locations specifically visible to the project.
118
122
  # @param [String] name
119
123
  # The resource that owns the locations collection, if applicable.
120
124
  # @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_v2alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.50.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_v2alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.48.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.50.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
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
  - - ">="