Skip to content

Commit ce228e3

Browse files
feat: Automated regeneration of tpu v2alpha1 client (googleapis#24297)
Auto-created at 2025-09-14 10:40:14 +0000 using the toys pull request generator.
1 parent 287e093 commit ce228e3

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364015,6 +364015,7 @@
364015364015
"/tpu:v2alpha1/BootDiskConfig/provisionedIops": provisioned_iops
364016364016
"/tpu:v2alpha1/BootDiskConfig/provisionedThroughput": provisioned_throughput
364017364017
"/tpu:v2alpha1/BootDiskConfig/sourceImage": source_image
364018+
"/tpu:v2alpha1/BootDiskConfig/storagePool": storage_pool
364018364019
"/tpu:v2alpha1/CreatingData": creating_data
364019364020
"/tpu:v2alpha1/CustomerEncryptionKey": customer_encryption_key
364020364021
"/tpu:v2alpha1/CustomerEncryptionKey/kmsKeyName": kms_key_name

generated/google-apis-tpu_v2alpha1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-tpu_v2alpha1
22

3+
### v0.45.0 (2025-09-14)
4+
5+
* Regenerated from discovery document revision 20250903
6+
37
### v0.44.0 (2025-08-24)
48

59
* Regenerated from discovery document revision 20250815

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ class BootDiskConfig
211211
# @return [String]
212212
attr_accessor :source_image
213213

214+
# Optional. The storage pool in which the boot disk is created. You can provide
215+
# this as a partial or full URL to the resource.
216+
# Corresponds to the JSON property `storagePool`
217+
# @return [String]
218+
attr_accessor :storage_pool
219+
214220
def initialize(**args)
215221
update!(**args)
216222
end
@@ -223,6 +229,7 @@ def update!(**args)
223229
@provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
224230
@provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
225231
@source_image = args[:source_image] if args.key?(:source_image)
232+
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
226233
end
227234
end
228235

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TpuV2alpha1
1818
# Version of the google-apis-tpu_v2alpha1 gem
19-
GEM_VERSION = "0.44.0"
19+
GEM_VERSION = "0.45.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250815"
25+
REVISION = "20250903"
2626
end
2727
end
2828
end

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
462462
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
463463
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
464464
property :source_image, as: 'sourceImage'
465+
property :storage_pool, as: 'storagePool'
465466
end
466467
end
467468

generated/google-apis-tpu_v2alpha1/lib/google/apis/tpu_v2alpha1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
118118
# @param [String] name
119119
# The resource that owns the locations collection, if applicable.
120120
# @param [Array<String>, String] extra_location_types
121-
# Optional. Do not use this field. It is unsupported and is ignored unless
122-
# explicitly documented otherwise. This is primarily for internal usage.
121+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
122+
# field which is primarily intended for internal usage.
123123
# @param [String] filter
124124
# A filter to narrow down results to a preferred subset. The filtering language
125125
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)