google-apis-tpu_v1alpha1 0.29.0 → 0.30.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: 72cf55c6d0b589074cb90fda5d6ea253bd776fe3d8a4ad20f1cd140d4e506b59
4
- data.tar.gz: 67d4e47489ff07672711c88b9d22e15fe31ae098dba0d1937d671d40478b26c3
3
+ metadata.gz: dd1267aa7715ce0e8a536e5b221deab102a5c41a08ff5c9955a145fd7e72de2e
4
+ data.tar.gz: 61ae5edba4bb32451b45cec480d3e7e060bce565b02bf79b1882d0c89cc06979
5
5
  SHA512:
6
- metadata.gz: c7e83f3073bfb67a6b2cd356fe342fcd1e204a205acd1f4b7a96e5b88df5e7b87016e2f94a275fb3edfbf417b9066d00baee5e2498b222844cbdee1af2194752
7
- data.tar.gz: 8db8246302bc060b3dcd5ca0aac52890f16a82acc624c0c87bedbcb7a862a34810268a4e203d748ddd7780eb2d80604806bcb764e1477fe316c0d8e171c407cb
6
+ metadata.gz: 1573fd62a3f021fcd0ad52f9100f5abffb388975bc1019c42c95d55f6363c955385cdee89def56d919268b11dfcec11de11ecb5d933bf8f351e0e432ba536a4d
7
+ data.tar.gz: 934144d5c55f7b0147ef36d2e377f6380e028f1d72cd486964c1226f8c59fe1bfdb1645105ca2fa496a8905a2a72f9c3f226466cf1e50b7ea5ed05e83b65bd03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-tpu_v1alpha1
2
2
 
3
+ ### v0.30.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250815
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.29.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250320"
25
+ REVISION = "20250815"
26
26
  end
27
27
  end
28
28
  end
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. A list of extra location types that should be used as conditions for
89
- # controlling the visibility of the locations.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.29.0
4
+ version: 0.30.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.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.30.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud TPU API V1alpha1
79
79
  test_files: []