google-apis-tpu_v2alpha1 0.35.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f77ea147ea660592b4b91e4c195505d7439b5beea4188da5e33a29a4dbacb72
|
4
|
+
data.tar.gz: 4712cc5c32b96875f4c9f5161529cee273d41526d3b47afd9803bd07dd61a46c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce306ec7401ba580555f8ea5417d66542fe7f2d31609a1c5a4c425e1fbfb055e44f31c1a5785d8fee1dcb1889b70457fd2eadb364c5431de1b0d7d0b434e76ca
|
7
|
+
data.tar.gz: e8a08f68f330ea18dcac4781be174aeb51d1962dd1fa2dd514ab6a0318e9c5ab0cc0c30562688b7dcc9f103f22c4343a67cc0799f3577c830f30e1d41252b19b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-tpu_v2alpha1
|
2
2
|
|
3
|
+
### v0.37.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250306
|
6
|
+
|
7
|
+
### v0.36.0 (2025-03-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250225
|
10
|
+
|
3
11
|
### v0.35.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250103
|
@@ -123,7 +123,7 @@ module Google
|
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
|
-
# A node-attached disk resource.
|
126
|
+
# A node-attached disk resource.
|
127
127
|
class AttachedDisk
|
128
128
|
include Google::Apis::Core::Hashable
|
129
129
|
|
@@ -139,6 +139,11 @@ module Google
|
|
139
139
|
# @return [String]
|
140
140
|
attr_accessor :source_disk
|
141
141
|
|
142
|
+
# Optional. The list of worker IDs this disk is attached to.
|
143
|
+
# Corresponds to the JSON property `workerIds`
|
144
|
+
# @return [Array<String>]
|
145
|
+
attr_accessor :worker_ids
|
146
|
+
|
142
147
|
def initialize(**args)
|
143
148
|
update!(**args)
|
144
149
|
end
|
@@ -147,6 +152,7 @@ module Google
|
|
147
152
|
def update!(**args)
|
148
153
|
@mode = args[:mode] if args.key?(:mode)
|
149
154
|
@source_disk = args[:source_disk] if args.key?(:source_disk)
|
155
|
+
@worker_ids = args[:worker_ids] if args.key?(:worker_ids)
|
150
156
|
end
|
151
157
|
end
|
152
158
|
|
@@ -1463,7 +1469,7 @@ module Google
|
|
1463
1469
|
# @return [String]
|
1464
1470
|
attr_accessor :name
|
1465
1471
|
|
1466
|
-
#
|
1472
|
+
# Details of a standard reservation.
|
1467
1473
|
# Corresponds to the JSON property `standard`
|
1468
1474
|
# @return [Google::Apis::TpuV2alpha1::Standard]
|
1469
1475
|
attr_accessor :standard
|
@@ -1545,6 +1551,11 @@ module Google
|
|
1545
1551
|
attr_accessor :spot
|
1546
1552
|
alias_method :spot?, :spot
|
1547
1553
|
|
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
|
+
|
1548
1559
|
def initialize(**args)
|
1549
1560
|
update!(**args)
|
1550
1561
|
end
|
@@ -1554,6 +1565,7 @@ module Google
|
|
1554
1565
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
1555
1566
|
@reserved = args[:reserved] if args.key?(:reserved)
|
1556
1567
|
@spot = args[:spot] if args.key?(:spot)
|
1568
|
+
@termination_timestamp = args[:termination_timestamp] if args.key?(:termination_timestamp)
|
1557
1569
|
end
|
1558
1570
|
end
|
1559
1571
|
|
@@ -1658,11 +1670,11 @@ module Google
|
|
1658
1670
|
end
|
1659
1671
|
end
|
1660
1672
|
|
1661
|
-
#
|
1673
|
+
# Details of a standard reservation.
|
1662
1674
|
class Standard
|
1663
1675
|
include Google::Apis::Core::Hashable
|
1664
1676
|
|
1665
|
-
#
|
1677
|
+
# Capacity units this reservation is measured in.
|
1666
1678
|
# Corresponds to the JSON property `capacityUnits`
|
1667
1679
|
# @return [String]
|
1668
1680
|
attr_accessor :capacity_units
|
@@ -1686,7 +1698,7 @@ module Google
|
|
1686
1698
|
# @return [Fixnum]
|
1687
1699
|
attr_accessor :size
|
1688
1700
|
|
1689
|
-
#
|
1701
|
+
# Usage details of a reservation.
|
1690
1702
|
# Corresponds to the JSON property `usage`
|
1691
1703
|
# @return [Google::Apis::TpuV2alpha1::Usage]
|
1692
1704
|
attr_accessor :usage
|
@@ -1905,7 +1917,7 @@ module Google
|
|
1905
1917
|
end
|
1906
1918
|
end
|
1907
1919
|
|
1908
|
-
#
|
1920
|
+
# Usage details of a reservation.
|
1909
1921
|
class Usage
|
1910
1922
|
include Google::Apis::Core::Hashable
|
1911
1923
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TpuV2alpha1
|
18
18
|
# Version of the google-apis-tpu_v2alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250306"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -436,6 +436,7 @@ module Google
|
|
436
436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
437
437
|
property :mode, as: 'mode'
|
438
438
|
property :source_disk, as: 'sourceDisk'
|
439
|
+
collection :worker_ids, as: 'workerIds'
|
439
440
|
end
|
440
441
|
end
|
441
442
|
|
@@ -855,6 +856,7 @@ module Google
|
|
855
856
|
property :preemptible, as: 'preemptible'
|
856
857
|
property :reserved, as: 'reserved'
|
857
858
|
property :spot, as: 'spot'
|
859
|
+
property :termination_timestamp, as: 'terminationTimestamp'
|
858
860
|
end
|
859
861
|
end
|
860
862
|
|
@@ -927,7 +927,8 @@ module Google
|
|
927
927
|
# @param [String] parent
|
928
928
|
# Required. The parent for reservations.
|
929
929
|
# @param [Fixnum] page_size
|
930
|
-
# The maximum number of items to return.
|
930
|
+
# The maximum number of items to return. Defaults to 0 if not specified, which
|
931
|
+
# means no limit.
|
931
932
|
# @param [String] page_token
|
932
933
|
# The next_page_token value returned from a previous List request, if any.
|
933
934
|
# @param [String] fields
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-tpu_v2alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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_v2alpha1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.37.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
|
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.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud TPU API V2alpha1
|
79
79
|
test_files: []
|