Skip to content

Commit 14e6871

Browse files
feat: Automated regeneration of tpu v2alpha1 client (googleapis#22105)
Auto-created at 2025-03-16 10:15:49 +0000 using the toys pull request generator.
1 parent fd3bd70 commit 14e6871

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341274,6 +341274,7 @@
341274341274
"/tpu:v2alpha1/SchedulingConfig/preemptible": preemptible
341275341275
"/tpu:v2alpha1/SchedulingConfig/reserved": reserved
341276341276
"/tpu:v2alpha1/SchedulingConfig/spot": spot
341277+
"/tpu:v2alpha1/SchedulingConfig/terminationTimestamp": termination_timestamp
341277341278
"/tpu:v2alpha1/ServiceAccount": service_account
341278341279
"/tpu:v2alpha1/ServiceAccount/email": email
341279341280
"/tpu:v2alpha1/ServiceAccount/scope": scope

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.37.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250306
6+
37
### v0.36.0 (2025-03-02)
48

59
* Regenerated from discovery document revision 20250225

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,11 @@ class SchedulingConfig
15511551
attr_accessor :spot
15521552
alias_method :spot?, :spot
15531553

1554+
# Output only. The time at which the node will be terminated.
1555+
# Corresponds to the JSON property `terminationTimestamp`
1556+
# @return [String]
1557+
attr_accessor :termination_timestamp
1558+
15541559
def initialize(**args)
15551560
update!(**args)
15561561
end
@@ -1560,6 +1565,7 @@ def update!(**args)
15601565
@preemptible = args[:preemptible] if args.key?(:preemptible)
15611566
@reserved = args[:reserved] if args.key?(:reserved)
15621567
@spot = args[:spot] if args.key?(:spot)
1568+
@termination_timestamp = args[:termination_timestamp] if args.key?(:termination_timestamp)
15631569
end
15641570
end
15651571

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.36.0"
19+
GEM_VERSION = "0.37.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250225"
25+
REVISION = "20250306"
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
@@ -856,6 +856,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
856856
property :preemptible, as: 'preemptible'
857857
property :reserved, as: 'reserved'
858858
property :spot, as: 'spot'
859+
property :termination_timestamp, as: 'terminationTimestamp'
859860
end
860861
end
861862

0 commit comments

Comments
 (0)