File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
generated/google-apis-tpu_v2alpha1
lib/google/apis/tpu_v2alpha1 Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments