google-apis-tpu_v1 0.28.0 → 0.29.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: e88774f44b31eab50a1dc765afb1c90475f68da39f76fec5d40f47dfaa145f84
4
- data.tar.gz: 0a63e29903cbfc47efb1e105529060bbc102a777b75a1219c4410b6712aba622
3
+ metadata.gz: ecb419d59291d015c3680733e135872d986f8e60cb40065b32c73d0c12b44520
4
+ data.tar.gz: 76282d38390df37d9203399644fd4b0b7a4ad8355d365b9fb1486dac067fc169
5
5
  SHA512:
6
- metadata.gz: 0b1923e88b1df417b10867a903b5520327e9b83f11789586e5325d57798d2b80d6ca3f0c27c6397a36b035335ababeb2dd64f27938ebef1e2c2b1c03ca1b6992
7
- data.tar.gz: 2b34f3d32b428680587f9856a84513cb5b2ecf19a4f2c267992f55d8c5c949b2f0c60e1761eec5c1a77562653b3fc2ebfeb84fa31fdb8c778e7f3328afe966f6
6
+ metadata.gz: 473005cef588dd2c999379478e7f0a5b966f01b5e2877ef20d82987f46ca2cc47d7fd0ec79cd67cb0008ee4cb6933051c2e60ddaaa20d1c016fe9133687bbc65
7
+ data.tar.gz: 844a148bf653c2af1b68bfb92efd5f4f2ea01b762543c8344139fcc74972dffc2b04cc3b427b9f27219905617b61494d04a2e869a5d4207870974d738fb7c7eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-tpu_v1
2
2
 
3
+ ### v0.29.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250320
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.28.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241126
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241126"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
@@ -84,6 +84,9 @@ module Google
84
84
  # Lists information about the supported locations for this service.
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
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.
87
90
  # @param [String] filter
88
91
  # A filter to narrow down results to a preferred subset. The filtering language
89
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -111,11 +114,12 @@ module Google
111
114
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
115
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
116
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
115
118
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
116
119
  command.response_representation = Google::Apis::TpuV1::ListLocationsResponse::Representation
117
120
  command.response_class = Google::Apis::TpuV1::ListLocationsResponse
118
121
  command.params['name'] = name unless name.nil?
122
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
119
123
  command.query['filter'] = filter unless filter.nil?
120
124
  command.query['pageSize'] = page_size unless page_size.nil?
121
125
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tpu_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1/v0.29.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud TPU API V1
82
79
  test_files: []