google-apis-tpu_v2alpha1 0.36.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
@@ -1551,6 +1551,11 @@ module Google
|
|
1551
1551
|
attr_accessor :spot
|
1552
1552
|
alias_method :spot?, :spot
|
1553
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
|
+
|
1554
1559
|
def initialize(**args)
|
1555
1560
|
update!(**args)
|
1556
1561
|
end
|
@@ -1560,6 +1565,7 @@ module Google
|
|
1560
1565
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
1561
1566
|
@reserved = args[:reserved] if args.key?(:reserved)
|
1562
1567
|
@spot = args[:spot] if args.key?(:spot)
|
1568
|
+
@termination_timestamp = args[:termination_timestamp] if args.key?(:termination_timestamp)
|
1563
1569
|
end
|
1564
1570
|
end
|
1565
1571
|
|
@@ -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
|
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-03-
|
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:
|